c# - Unity Non player objects movements are not syncronized on server -


hi i'am struggling problem long time.

i have scene object (a cube) can moved client. problem movements not seen on server.

the cube has network identity , network transform component. sync movements i'am using [command] (based on example found here http://docs.unity3d.com/scriptreference/networking.commandattribute.html).

i've found out problem that, statement:

if (networkserver.active) 

is never true.

could me please? thank much


Comments

Popular posts from this blog

AbotX : How do you create a parallel crawler that stays on and can be added to at run time from new requests -

testing - Detect whether test has failed within fixture -

android - Create single AAR file from multiple modules using Gradle -