Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - kreibich

Pages: [1]
1
TNet 3 Support / Channel list name - problem
« on: June 21, 2016, 07:18:01 PM »
Hi,
 I'm working on online game using TNet 3.0.2 and I have a problem with list of channels.

Before player enterst the channel, I need a table with list of channels, which works great, it shows channel ID, number of players, it says if room has password, but i would like to specify some other things like channel name and channel admin name. So I used channel data, but I cannot view data before I enter the channel. I don't want to enter and leave 100 channels just to read a channel name. Is there any simplier way?

Thank you.

2
TNet 3 Support / TNet 3 server license
« on: June 14, 2016, 05:47:24 AM »
Is TNet 3 server (TNServer.exe) a freeware? I ask because I would like players of our game to be able to start their own dedicated server.

3
When I tried to connect to a TNet server, then disconnected and connected again (even when destroyed the GameObjects holding the TNet scripts after disconnecting), I'm not getting OnConnect feedback.

Video from Unity: https://www.youtube.com/watch?v=YftEJsympnw
Connection script attached below.

It seems like some static variables are not reset while reconnecting (TNManager.isPlaying)

Any advice?
Thanks.

4
Hi,
 there was Prefab as GameObject reference parameter in TNAutoCreate in old version of TNet (2.x). In TNet 3.0 it was changed from Prefab (GameObject) to Prefab Path (string). I have prefab object in folder in Assets/Prefabs/Player... i tried to fill in Prefab Path this:

Assets/Prefabs/Player
Assets/Prefabs/Player.prefab
Assets\Prefabs\Player
Assets\Prefabs\Player.prefab
Prefabs/Player
Prefabs/Player.prefab
Prefabs\Player
Prefabs\Player.prefab
Player
Player.prefab


... but none of it works and it always throws this exception:

[TNet] Attempting to create a game object that can't be found in the Resources folder:[Assets/Prefabs/Player]
UnityEngine.Debug.LogError(Object)

What can I do to make it work?

Thank you.

5
Misc Archive / Windows version 153
« on: November 09, 2014, 02:00:50 PM »
Hi, I wanted to play Starlink online and it says I need version 153. But on your official web is only 152 for Windows. Can you compile 153 version for Windows, please?

Thanks.

Pages: [1]