Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/starikcetin/unity-constants-generator
[Unity CodeDom] Editor-time code generator. Generates constant-declaration-only classes for Tags, Layers, Sorting layers and Input axes. Good for type-safety.
https://github.com/starikcetin/unity-constants-generator
codedom unity unity3d
Last synced: 16 days ago
JSON representation
[Unity CodeDom] Editor-time code generator. Generates constant-declaration-only classes for Tags, Layers, Sorting layers and Input axes. Good for type-safety.
- Host: GitHub
- URL: https://github.com/starikcetin/unity-constants-generator
- Owner: starikcetin
- License: mit
- Created: 2019-09-16T20:01:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-09-20T20:43:51.000Z (about 5 years ago)
- Last Synced: 2024-10-11T10:25:19.987Z (about 1 month ago)
- Topics: codedom, unity, unity3d
- Language: C#
- Homepage: https://gist.github.com/dogfuntom/00faf9f3598d845b1a5c
- Size: 145 KB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repository has UPM support. Use https://github.com/mob-sakai/UpmGitExtension for installing it directly in Unity.
Original author is [dogfuntom](https://gist.github.com/dogfuntom/00faf9f3598d845b1a5c)
> There's also my post:
> [Russian](https://habr.com/ru/post/309128/) or
> [Auto-translated into English](https://www.translatetheweb.com/?from=ru&to=en&dl=en&a=https%3A%2F%2Fhabr.com%2Fru%2Fpost%2F309128%2F)
> The post itself is not too helpful (it's faster to understand the code directly than to read a ton of words about it). But the criticism of my approach in comments is interesting and has valid points.*https://gist.github.com/dogfuntom/00faf9f3598d845b1a5c#gistcomment-3029375*
----
# unity-constants-generator
[Unity CodeDom] Editor-time code generator. Generates constant-declaration-only classes for Tags, Layers, Sorting layers and Input axes. Good for type-safety.