Simple project to play a bit with custom editors in Unity.
- Clone this repository
git clone https://github.com/pferreirafabricio/unity-custom-editor.git; - Open
unity-custom-editorfolder with Unity and be happy ๐
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature - Commit your changes:
git commit -m 'feat: My new feature' - Push your branch:
git push origin my-feature
This project is under the MIT license. Take a look at the LICENSE file for more details.

