rtoole13 / Orbital

Orbital Unity sandbox
5 stars 0 forks source link

Fix GravityAffected update to mimic that of sources #14

Closed rtoole13 closed 4 years ago

rtoole13 commented 4 years ago

Sources update via the DeterminsticSystem class if possible, maintaining update order. GravityAffected should also adhere to this. A quick fix would just be to set the script execution order of it to follow DeterminsticSystem.

rtoole13 commented 4 years ago

gravity affected objects are updated after DeterministicSystem and GravitySources