Merge branch 'multiple_physics_scenes' of git://github.com/iainmckay/FlaxEngine into iainmckay-multiple_physics_scenes

This commit is contained in:
Wojtek Figat
2022-01-10 20:13:55 +01:00
29 changed files with 2359 additions and 1350 deletions

View File

@@ -156,7 +156,7 @@ namespace FlaxEditor.States
private void SetupEditorEnvOptions()
{
Time.TimeScale = 1.0f;
Physics.AutoSimulation = true;
Physics.DefaultScene.AutoSimulation = true;
Screen.CursorVisible = true;
Screen.CursorLock = CursorLockMode.None;
}