jeffcampbellmakesgames/unity-package-tools

Generate version constants file

jeffcampbellmakesgames opened this issue · 1 comments

I've encountered a few instances where it is useful to have the package version number available in code whether that library was imported as a package or not. I'd like to add an optional module to package manifest that enables generation of a static VersionConstants class file when the semver of the package is updated.