User Tools

Site Tools


global:advanced

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
global:advanced [2022/12/24 23:53]
FreedTerror
global:advanced [2022/12/25 00:01]
FreedTerror
Line 27: Line 27:
 **Run in Background:** Sets Unity's "Run in Background" option from [[http://docs.unity3d.com/Manual/class-PlayerSettings.html|Player Settings]].  Good if you need to test the game running in background while running another application in focus. **Run in Background:** Sets Unity's "Run in Background" option from [[http://docs.unity3d.com/Manual/class-PlayerSettings.html|Player Settings]].  Good if you need to test the game running in background while running another application in focus.
  
-**Use FixedUpdate for Inputs:**+**Use FixedUpdate for Inputs:** If enabled FixedUpdate will be used for Inputs. If disabled Update will be used for inputs.
  
 **Auto Save UFE Assets:** Automatically saves UFE Assets. **Auto Save UFE Assets:** Automatically saves UFE Assets.
global/advanced.txt · Last modified: 2022/12/25 00:04 by FreedTerror