Search Issue Tracker
Fixed in 2019.3.X
Fixed in 2019.2.X
Votes
0
Found in
2019.1.0a12
2019.2.0b1
Issue ID
1158036
Regression
Yes
[Android] build fails when setting keystore path via script as a string with relative path value
To reproduce:
1. Open attached project "655009_SignGradle.zip"
2. Make sure keystore path is set with "PlayerSettings.Android.keystoreName = keystorePath;" in script SetKeystone.cs
3. Change platform to Android and build the project
4. Observe the build fail
Expected: provided keystore path is converted to full path
Actual: string with relative path is not converted to full, resulting in failed build (check build.gradle)
Reproduced in: 2019.1.0a12, 2019.1.5f1, 2019.2.0b5, 2019.3.0a5
Not reproduced in: 2017.4.28f1, 2018.4.1f1, 2019.1.0a11
Note1: setting keystore path via script on Windows results in keystore not being found due to different path string formatting
Note2: contrary to Windows, using GetFullPath() returns relative path in Mac's path field (however in built project, global path is included, therefore it works)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Shader warning in 'Hidden/Light2D': implicit truncation of vector type" is thrown when building Universal 2D template
- AI Assistant breaks compilation of packages using System.Runtime.CompilerServices.Unsafe via auto-referencing
- Unity Hub checks the "Documentation" module by default on the 6.4 and 6.5 streams despite that it was unchecked with the previous installs
- Shortcut that toggles between Dopesheet and Curves Views in the Animation Window's Timeline is mislabed
- Property List Items Overlap onto the Property List's top edge when scrolling through a long Property List
Add comment