/unitools-io

IO tools for Unity3D

Primary LanguageC#MIT LicenseMIT

This tool is legacy and not supported anymore, please use UniTools Build

UniTools 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

Latest Releases

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..