Tasharen Entertainment Forum

Support => TNet 3 Support => Topic started by: Shifty Geezer on November 09, 2015, 05:13:04 PM

Title: How to 'disable' FixedUpdate on clients?
Post 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?
Title: Re: How to 'disable' FixedUpdate on clients?
Post by: ArenMook on November 10, 2015, 08:30:59 PM
if (TNManager.isJoiningChannel) return;