Hi all,
I'm jumping into the world of networking with unity, using UNET. I'm putting together a simple project but I've ran into a problem with syncing movement.
Previously, I used the Network Transform that unity provides, which is generally okay but a bit stuttery. So I looked into options with fixing this and found many threads relating to using NetworkView and OnSerializeNetworkView with lerping to smooth out movement.
I put together a quick solution, but before I show you that, I...
Syncing Movement Problem: NetworkView & OnSerializeNetworkView not working?
I'm jumping into the world of networking with unity, using UNET. I'm putting together a simple project but I've ran into a problem with syncing movement.
Previously, I used the Network Transform that unity provides, which is generally okay but a bit stuttery. So I looked into options with fixing this and found many threads relating to using NetworkView and OnSerializeNetworkView with lerping to smooth out movement.
I put together a quick solution, but before I show you that, I...
Syncing Movement Problem: NetworkView & OnSerializeNetworkView not working?