Skip to content

Arylos07/Unity-Layers-Controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Layers Controller

A simple static helper class for managing Unity layers.

Current version: 1.0#1

Releases

Getting Started

Place the Layers.cs and ListExtensions.cs scripts into your project scripts folder or place the "Layers" folder into your asset folder.

Prerequisites

ListExtensions is a helper class for lists and arrays that is used in the Layers Controller. It allows simple object management of lists and also a Contains() function for arrays. ListExtensions has been included in this repository.

Contributing

Feel free to fork, branch, and make changes as you see fit. If you would like to merge back into this repository master, fill out a pull request outlining what changes were made and why.
If your changes address an issue, be sure to link that issue so it can be resolved.

Versioning

We use a variant of SemVer for versioning. All version numbers also include a #Num at the end of the version number, indicating the pull request number of the current version. Such as 1.1#5.

Authors

License

This project is licensed under the GNU General Public License v3.0: you are free to use, modify, and distribute with attribution - see the LICENSE.md file for details.