Fix missing InputAction reference errors when importing the asset.
When importing the asset into a new Unity project, you may encounter errors related to the InputAction class. This error occurs if the Input System package is not installed in the project.
If you don't need the new Input System, you can switch back to Unity's standard input system. Our asset will use the standard input system by default to ensure better compatibility.
After installing the Input System package, the errors should be resolved. If you continue to encounter issues, try restarting Unity or recompiling scripts (Edit → Preferences → Regenerate Project Files).
This guide should help you quickly resolve the issue with the InputAction reference. If you have any further questions or need assistance, feel free to reach out to us!