buildtool
buildtool copied to clipboard
Build Version Template Token Issues
I tried to use a build version with $DAYSSINCE: 1.0.$BUILD.$DAYSSINCE('January 1, 2000').$SECONDS.
Apparently, the $DAYS token is recognized first, so I'm left with "1.0.7.31SSINCE('January 1, 2000').4754".
Also, using " like shown in the wiki does not work, because it's not escaped in the constants. I have to use '.
Unity 2022.3.7f1 SuperUnityBuild 7.0.0
Thanks for the report @cebbinger! Will take a look into this when I have some time.