doctorspoof / SpaceShooter

1 stars 0 forks source link

Asteroids not syncing correctly to explosive force over the network #19

Closed MrPeteypoo closed 10 years ago

MrPeteypoo commented 10 years ago

Explosive force is added on the next FixedUpdate() but it's applied and synced during OnTriggerEnter() which may count as being in the Update() loop.

MrPeteypoo commented 10 years ago

Should function correctly as of https://github.com/doctorspoof/SpaceShooter/commit/bf54a319b80859f7ce3893d8040568c1a6a61a14, though issues may be encountered if FixedUpdate() takes longer than the desired time. Needs testing in low frame-rate environments.