qoopen0815 / OcsVehicle

This is a tutorial repository for implementing construction vehicles in Unity.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

This is a tutorial repository for implementing construction vehicles in Unity.


Languages

Language:C# 98.2%Language:ShaderLab 1.8%