Unity tutorial
Unity library use left-handed coordinate system and meter as a basic unit of length.
Installation
You can install the library via Unity Package Manager.
- From the menu bar, select "Edit" > "Project settings" > "Package Manager".
- Click "+" button in upper left corner, then "Add package from git URL".
- Enter
https://github.com/shinolab/AUTD3Sharp.git#upm/latest
and click "Add".- If you need a specific version, specify
#upm/vX.X.X
.
- If you need a specific version, specify
- If you want to use
AUTD3Sharp.Link.SOEM
, addhttps://github.com/shinolab/AUTD3Sharp.Link.SOEM.git#upm/latest
as well.
Sample
Please import Samples from Package Manager.