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
Next revision
Previous revision
Last revision Both sides next revision
global:advanced [2022/08/05 15:29]
FreedTerror
global:advanced [2022/12/25 00:01]
FreedTerror
Line 22: Line 22:
  
 **3D Hit Detection:** Leaving this off will set hitboxes and hurtboxes z position to 0.  Toggle on if you want z position of hitboxes and hurtboxes to change with actual bone positions.  Good for modelling more 3D-like collision detection (e.g. Tekken), but may produce unwanted results in traditional 2D/2.5D fighting games like in style of Street Fighter. **3D Hit Detection:** Leaving this off will set hitboxes and hurtboxes z position to 0.  Toggle on if you want z position of hitboxes and hurtboxes to change with actual bone positions.  Good for modelling more 3D-like collision detection (e.g. Tekken), but may produce unwanted results in traditional 2D/2.5D fighting games like in style of Street Fighter.
 +
 +**Lock Z Axis:**
  
 **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:** If enabled FixedUpdate will be used for Inputs. If disabled Update will be used for inputs.
 +
 +**Auto Save UFE Assets:** Automatically saves UFE Assets.
  
 ---- ----
global/advanced.txt · Last modified: 2022/12/25 00:04 by FreedTerror