Loading
Updates & events
I've been hard at work trying to fix a lot of the multiplayer issues some players are having... ... And I think I've finally fixed them! Quick Unity lesson incoming: You see in the Unity Game Engine, objects use what are called "Network Views" to send data over the internet such as position, rotation, etc. All network instantiated objects must have a network view in order for connected players to …