radial menu work as expected
This commit is contained in:
@@ -41,12 +41,12 @@ public class GameManager : MonoBehaviour
|
||||
}
|
||||
private void OnEnable()
|
||||
{
|
||||
Instance._inputSystem.Enable();
|
||||
Instance._inputSystem?.Enable();
|
||||
}
|
||||
|
||||
private void OnDisable()
|
||||
{
|
||||
Instance._inputSystem.Disable();
|
||||
Instance._inputSystem?.Disable();
|
||||
}
|
||||
|
||||
public void Pause()
|
||||
|
||||
Reference in New Issue
Block a user