Import Guide
Installation
Wheel Controller 3D is distributed as a Unity package. Install via Package Manager or import the .unitypackage file.
Setup
Build Target
If the build target is Windows / x86, change it to Windows / x86_64 under File > Build Settings. InputSystem requires 64-bit builds.
Input System
If prompted to install the InputSystem package, click Install/Upgrade. When asked about disabling the old InputManager, click No.
Set Project Settings > Player > Active Input Handling to Input System Package (New).
Assembly Definitions
This asset uses Assembly Definition (.asmdef) files.
If your project uses assembly definitions: Add an assembly reference to access scripts. For example, add NWH.WheelController3D to your .asmdef file.
If your project does not use assembly definitions: Remove all .asmdef files from the package (not recommended).