tjjjwxzq / 50.003-Project

50.003 Project - Build a mobile game
1 stars 0 forks source link

Buggy lobby player spawn positions #18

Closed tjjjwxzq closed 8 years ago

tjjjwxzq commented 8 years ago

Player's can end up spawning on top of each other.

tjjjwxzq commented 8 years ago

FIxed, using a syncvar to track and synchronize lobby player positions ( set by the LobbyManager on the server whenever a player is added). The player position is set by the LobbyPlayer script when the client enters the lobby