Tasharen Entertainment Forum
Support => TNet 3 Support => Topic started by: Shifty Geezer on November 09, 2015, 05:13:04 PM
-
If I use if(TNManager.isHosting){} in FixedUpdate, it activates a few times before the channel is properly joined. In Start I can stall using IENumerator, but how should I handle FixedUpdate? Just a Ready flag called after isJoiningChannel is ended?
-
if (TNManager.isJoiningChannel) return;