UniTools Build
This tool is legacy and not supported anymore, please useUniTools IO
This packages create as a handy tool to work with IO and paths using Scriptable Objects inside Unity Editor
Features
- Create a Path as scriptable objects
Installation
Download
Unity Package Manager (UPM)
You will need to have git installed and set in your system PATH.
Add the following to Packages/manifest.json
where x.x.x the version (tag) check Latest Releases:
{
"dependencies": {
"com.unitools.io": "https://github.com/UniToolsTeam/unitools-io.git#x.x.x",
"...": "..."
}
}
Getting Started
In progress..