advra / unity-aseprite-importer

An aseprite-file importer for unity written in C#, built upon the experimental AssetImporter API
GNU General Public License v3.0
0 stars 0 forks source link

Feature/comment tags #2

Open advra opened 4 years ago

advra commented 4 years ago

Added feature to use comment tags to prevent either the tagged animation or layer to render upon import.

"//" placed in front of the animation tag or layer name are ignored from renders upon import. "-" placed in from of the animation tag denotes that the animation will only loop once.