Field-Robotics-Japan / UnitySensorsArchive

Sensor scripts for Unity
Apache License 2.0
23 stars 8 forks source link

Unity Sensors

Sensor tools for Robotics.

Environment

Unity Version

2020.2 or later

Depend Packages

Installation

Install dependencies

  1. Open the package manager from Window -> Package Manager and select "Add package from git URL..."
  2. Enter the following each URLs, respectively.
    • com.unity.burst
    • com.unity.mathematics
  3. Click Install buton on the right bottom corner for each depend packages, respectively.

Install UnitySensors package

  1. Open the package manager from Window -> Package Manager and select "Add package from git URL..."
  2. Enter the following URL. If you don't want to use the latest version, substitute your desired version tag where we've put v0.1.1 in this example: https://github.com/Field-Robotics-Japan/UnitySensors.git#v0.1.1
  3. Click Add.