https://github.com/gentlymad-studios/constantsgenerator
Code generation for dynamic game content to get type safety when we need to reference specific data in scripts. This tool can create C# files based on custom logic.
https://github.com/gentlymad-studios/constantsgenerator
Last synced: about 1 month ago
JSON representation
Code generation for dynamic game content to get type safety when we need to reference specific data in scripts. This tool can create C# files based on custom logic.
- Host: GitHub
- URL: https://github.com/gentlymad-studios/constantsgenerator
- Owner: Gentlymad-Studios
- License: mit
- Created: 2023-03-21T15:05:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T18:35:43.000Z (over 1 year ago)
- Last Synced: 2025-06-06T02:06:58.841Z (4 months ago)
- Language: C#
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ConstantsGenerator
Code generation for dynamic game content to get type safety when we need to reference specific data in scripts. This tool can create C# files based on custom logic.