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 ad2419d commit 045b4bfCopy full SHA for 045b4bf
Packages/com.unity.inputsystem/InputSystem/Editor/InputSystemPackageControl.cs
@@ -7,8 +7,8 @@
7
namespace UnityEngine.InputSystem.Editor
8
{
9
/// <summary>
10
- /// Force restart if InputSystem package is removed to activate and initialize it on managed side.
11
- /// Set Project Settings input handling to InputManager once the package is removed.
+ /// Forces the Editor to restart if the InputSystem package is removed to activate and initialize it on the managed side.
+ /// Automatically sets "Project Settings > Player > Active Input Handling" to "Input Manager" once the package is removed.
12
/// </summary>
13
internal class InputSystemPackageControl
14
0 commit comments