Aiola13 / UnityToolsEditor

My Unity Tools Editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Aiola's tools (Unity)

Unity 2019.3+

Open Issues Downloads Contributors Stars Forks

Aiola's Tool Image

Aiola's tools is only a script to make easy new Unity Project.

Main Features:

  • Update Package Dependencies
  • Easy download main Package
  • Create Unity Folder Structure

With this tool you will be able to easily create your own folder structure and maintain your package dependencies !

Installation

  1. The package is available on my Github. You can install it via git url (Package Manager) by adding this entry in your manifest.json
{
  "dependencies": {
    ...
     "com.aiola.tools": "https://github.com/Aiola13/UnityToolsEditor.git",
    ...
  }
}

About

My Unity Tools Editor


Languages

Language:C# 100.0%