3 Years Ago
- Fixed submarine physics behaving incorrectly (jittery, didn't maintain depth) if the submarine was spawned instead of pre-placed in the scene. The trouble was script execution order, specifically the submarine's tick happening after the buoyancy tick. - In solving this, moved the FixedUpdate tick on all mountables to use a single real FixedUpdate call from ServerMgr. Should improve performance (will test soon).