User Tools

Site Tools


global:input

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
global:input [2022/10/01 18:38]
Mistermind [Input Options]
global:input [2023/10/05 04:05] (current)
Mistermind [Input Options]
Line 11: Line 11:
   * **Control Freak (3rd party required):** Allows the use of mobile control for player 1. A prefab example of Control Freak usage is provided under the ThirdPartyAssets folder. For more information on Control Freak [[https://assetstore.unity.com/packages/tools/input-management/control-freak-2-touch-input-made-easy-11562|click here]].   * **Control Freak (3rd party required):** Allows the use of mobile control for player 1. A prefab example of Control Freak usage is provided under the ThirdPartyAssets folder. For more information on Control Freak [[https://assetstore.unity.com/packages/tools/input-management/control-freak-2-touch-input-made-easy-11562|click here]].
   * **Custom Class**: Use this option to create your own inherited input class. You can also use a component available under UFE called "GUIControlsInterface.cs". Just create a new game object in your hierarchy with the component, then add it to your UFE Manager. Hit the play button and you will see GUI buttons representing controls for player 1. For more information, refer to this [[http://www.ufe3d.com/forum/viewtopic.php?pid=7309#p7309|forum post]].   * **Custom Class**: Use this option to create your own inherited input class. You can also use a component available under UFE called "GUIControlsInterface.cs". Just create a new game object in your hierarchy with the component, then add it to your UFE Manager. Hit the play button and you will see GUI buttons representing controls for player 1. For more information, refer to this [[http://www.ufe3d.com/forum/viewtopic.php?pid=7309#p7309|forum post]].
 +
 +**Force Digital Input:** If disabled, UFE will apply horizontal forces relative to analog input sensitivity.
  
 **Confirm Button:** Choose which of the control buttons will be used to //confirm// options under menus. **Confirm Button:** Choose which of the control buttons will be used to //confirm// options under menus.
global/input.1664663918.txt.gz · Last modified: 2022/10/01 18:38 by Mistermind