2025-09-24 11:24:38 +05:00

16 lines
773 B
Plaintext

Photon Fusion Physics Addon - Release History
Last tested with Fusion SDK 2.0.0 Stable 834
Version 2.0.1
- Fixed reset of Physics.autoSimulation after stopping all network runners.
Version 2.0.0
- Initial release.
- Replaced 'Is Forward' property on RunnerSimulatePhysics2D / RunnerSimulatePhysics3D by 'Client Physics Simulation'.
This option allows you to specify behavior of physics simulation on clients. Option are:
- Disabled - physics simulation is not running and transforms are not synced (default).
- SyncTransforms - calls Physics.SyncTransforms() in all ticks.
- SimulateForward - calls Physics.SyncTransforms() in resimulation ticks + Physics.Simulate() in forward ticks.
- SimulateAlways - calls Physics.Simulate() in all ticks.