Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.03 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.03 KB

OcsVehicle

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.

Requirements

  • Animation Rigging (Unity Registry)
  • Input System (Unity Registry)

Installation

Clone this repo into your unity project.

cd [YourProjects]/Assets/~
git clone https://github.com/Field-Robotics-Japan/OcsVehicle.git

Status of implementation

  • Backhoe
  • Car
  • DumpTruck
  • WheelLoader
  • RoadRoller
  • Crane
  • etc ...

クラス設計

Setup Your Original Vehicle

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.