pferreirafabricio / unity-custom-editor

πŸ—œοΈ Testing some features of Unity for building custom GUIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Custom Editor GUIs πŸͺ›

License

πŸ‘€ Overview

πŸ“– About

Simple project to play a bit with custom editors in Unity.

🧱 This project was built with:

πŸƒβ€β™‚οΈ Installing and Running

  1. Clone this repository git clone https://github.com/pferreirafabricio/unity-custom-editor.git;
  2. Open unity-custom-editor folder with Unity and be happy πŸ˜„

♻️ Contribute

  1. Fork this repository;
  2. Create a branch with your feature: git checkout -b my-feature
  3. Commit your changes: git commit -m 'feat: My new feature'
  4. Push your branch: git push origin my-feature

πŸ“ƒ License

This project is under the MIT license. Take a look at the LICENSE file for more details.

About

πŸ—œοΈ Testing some features of Unity for building custom GUIs

License:MIT License


Languages

Language:C# 100.0%