Tasharen Entertainment Forum
Support => TNet 3 Support => Topic started by: Elmo loves cookies on August 04, 2016, 12:59:45 AM
-
If I use "TNManager.JoinChannel()";
There have function loadLevel on join to channel. Can I add there LoadScene(for Loading screen)?
Or what the best way for this?
-
You can pass an empty string to JoinChannel as the scene name, and TNet won't be loading any levels, leaving it up to you.
In Windward my game scene had a loading screen UI shown right away, and the scene itself didn't have anything in it. All the content for the scene would get added when the scene started up.