UnityアセットExplosiveLLC:RPG Character Mecanim Animation PackのRPGCharacterInputSystemControllerのエラーを解決する方法

Unityのアセット`ExplosiveLLC`の`RPG Character Mecanim Animation Pack`で、以下のエラーが出た場合の解決策。

Assets\ExplosiveLLC\RPG Character Mecanim Animation Pack\Demo Elements\Code\GUIControls.cs(486,63): error CS0246: The type or namespace name ‘RPGCharacterInputSystemController’ could not be found (are you missing a using directive or an assembly reference?)

1. Window → Package Manager → `UnityRegistry`を選択 → `InputManager`をインストールする
2. プロジェクトフォルダ内の`InputSystem – Requires InputSystem Package`をダブルクリックしてインポートする
(これは`Assets/ExplosiveLLC/RPG Character Mecanim Animation Pack/InputSystem – Requires InputSystem Package.unitypackage`に存在する)

以上