Updaate
This commit is contained in:
@@ -50,7 +50,7 @@ public class vJoystickMouseInput : BaseInput
|
||||
{
|
||||
base.Awake();
|
||||
if (!inputModule)
|
||||
inputModule = FindObjectOfType<StandaloneInputModule>();
|
||||
inputModule = FindFirstObjectByType<StandaloneInputModule>();
|
||||
if (inputModule)
|
||||
{
|
||||
oldOverride = inputModule.inputOverride;
|
||||
|
||||
Reference in New Issue
Block a user