We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e600f6a commit ec5766eCopy full SHA for ec5766e
Assets/MRTK/Services/InputSystem/InputSystemGlobalListener.cs
@@ -22,9 +22,7 @@ protected virtual void OnEnable()
22
{
23
if (CoreServices.InputSystem != null && !lateInitialize)
24
25
-#pragma warning disable 0618
26
CoreServices.InputSystem.Register(gameObject);
27
-#pragma warning restore 0618
28
}
29
30
@@ -41,17 +39,13 @@ protected virtual async void Start()
41
39
42
40
43
lateInitialize = false;
44
45
46
47
48
49
50
protected virtual void OnDisable()
51
52
53
CoreServices.InputSystem?.Unregister(gameObject);
54
55
56
57
/// <summary>
0 commit comments