https://github.com/reubenjohn/unityeditorextensions
Open sourced package for extending the standard set of attributes supported by Unity game engine editor. Contributions welcome!
https://github.com/reubenjohn/unityeditorextensions
Last synced: 3 months ago
JSON representation
Open sourced package for extending the standard set of attributes supported by Unity game engine editor. Contributions welcome!
- Host: GitHub
- URL: https://github.com/reubenjohn/unityeditorextensions
- Owner: reubenjohn
- License: mit
- Created: 2020-02-25T10:15:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-25T15:24:33.000Z (over 5 years ago)
- Last Synced: 2025-01-21T08:09:33.489Z (5 months ago)
- Language: C#
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# UnityEditorExtensions
Open sourced package for extending the standard set of capabilities offerred by Unity game engine editor.
Contributions welcome! See [Contributions](./CONTRIBUTING.md) for more info.See [Unity Package Documentation](./UnityEditorExtensions/Documentation/Documentation.html) for more info.
# Credits
Credits to [Kyle_WG](https://answers.unity.com/users/94204/kyle-wg.html) for his [answer](http://answers.unity.com/answers/1371058/view.html) on Unity Answers! The Tag and Layer Attributes are directly derived from his answer. I simply packaged it for easy access.