buildtool icon indicating copy to clipboard operation
buildtool copied to clipboard

Build Version Template Token Issues

Open cebbinger opened this issue 1 year ago • 1 comments

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

cebbinger avatar Jan 31 '24 19:01 cebbinger

Thanks for the report @cebbinger! Will take a look into this when I have some time.

robinnorth avatar Feb 01 '24 09:02 robinnorth