- Home /
Other
Best Unet.
Hi guys, what's the best way to sync variables, positions, rotations, etc in Unet? I tryed the HLAPI and the LLAPI but in HLAPI the synchronization of positions and rotations are good but i can't sync variables because it says that te client hasn't got local player authority to send commands to the server; in LLAPI the synchronization of the variables are good but when you send a lot of messages per second it starts slowing down and the messages arrives but the servers is slow to elaborate them. So, what's the best way to network a game in Unity? Thank you!
you should try to get a better understanding of UNETs authority centric model. something as simple as sending positions does not need the LLAPI.
what you basically missed is spawning whatever you tried sending position data on with local player authority on.
Follow this Question
Related Questions
Variables not sync'd to clients 0 Answers
Network rotation is laggy and slow 2 Answers
Setting rotation of another player 0 Answers