12 Months Ago
Get rid of networked Position2D/Velocity2D vars, Position + Velocity are already networked and interpolated, use those. Add Position2D/Velocity2D setters / getters for ease. Cull some network vars that are not needed. Move some particles to spawn only client-side. Update coin particle every frame client-side to try and improve smoothness.