Skip to content

Commit 287709c

Browse files
committed
Merge branch 'docs-quality-week-2024-playerinput-actionevent' of github.com:Unity-Technologies/InputSystem into docs-quality-week-2024-playerinput-actionevent
2 parents 9baeaf0 + 9a6139f commit 287709c

File tree

1 file changed

+2
-0
lines changed
  • Packages/com.unity.inputsystem/InputSystem/Plugins/PlayerInput

1 file changed

+2
-0
lines changed

Packages/com.unity.inputsystem/InputSystem/Plugins/PlayerInput/PlayerInput.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ namespace UnityEngine.InputSystem
7272
///
7373
/// <example>
7474
/// <code>
75+
/// using UnityEngine;
76+
/// using UnityEngine.InputSystem;
7577
/// // Component to sit next to PlayerInput.
7678
/// [RequireComponent(typeof(PlayerInput))]
7779
/// public class MyPlayerLogic : MonoBehaviour

0 commit comments

Comments
 (0)