Sacchan-VRC / SaccFlightAndVehicles

Other
109 stars 25 forks source link

Fix vehicles clumping at origin while initializing on master #13

Closed esnya closed 2 years ago

esnya commented 2 years ago

SyncScript does not work well when many players join right after the instance starts. In the client that is not the Owner (Master), all aircraft are densely packed at the origin. And the CPU load will be very high due to some processing.

To avoid this, non-owners do not allow SyncScript to function until the first sync event arrives.

Sacchan-VRC commented 2 years ago

Found a slightly better solution, thanks for the idea.