Skip to content
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.

AssetTools

pointcache edited this page Jan 15, 2017 · 3 revisions

An "asset" for asset tools #Usage

To make use of AssetParser you must first setup the settings object.

Folder paths are relative to Resources folder

Asset Tools are integrated solution to automate asset organization and import. It is a simple set of scripts that:

  • Uses AssetType script to identify assets in scene
  • Uses folder structure specified in AssetToolsSettings to assign AssetType script. (automated)
  • Uses asset Type to organize entities in the scene, moving them in corresponding GameObjects
  • Creates LevelStructure from code.
Clone this wiki locally