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 03b4c6f commit 9a6139fCopy full SHA for 9a6139f
Packages/com.unity.inputsystem/InputSystem/Plugins/PlayerInput/PlayerInput.cs
@@ -72,6 +72,8 @@ namespace UnityEngine.InputSystem
72
///
73
/// <example>
74
/// <code>
75
+ /// using UnityEngine;
76
+ /// using UnityEngine.InputSystem;
77
/// // Component to sit next to PlayerInput.
78
/// [RequireComponent(typeof(PlayerInput))]
79
/// public class MyPlayerLogic : MonoBehaviour
0 commit comments