This is a repository for implementing construction vehicles in Unity.
It contains the vehicle model (.fbx) and controller (Input System), and the implemented vehicles (.prefab) is placed in the Resources folder.
- Animation Rigging (Unity Registry)
- Input System (Unity Registry)
Clone this repo into your unity project.
cd [YourProjects]/Assets/~
git clone https://github.com/Field-Robotics-Japan/OcsVehicle.git
- Backhoe
- Car
- DumpTruck
- WheelLoader
- RoadRoller
- Crane
- etc ...
This is a step-by-step guide to making heavy machinery in Unity. If you want to create your own original vehicle, please refer to this page. Also, OcsVehicle contains vehicles for your reference.