Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4
2019.3
2019.3.1f1
2020.1
2020.2
Issue ID
1229544
Regression
No
[Android] Gradle build failure when file names contain single quotes
Reproduction steps:
1. Open the user's attached project "DnDHelper.zip"
2. Create a text file with a name "Devil's tongue"
3. Import the file and Build the project
Expected result: Gradle build does not fail when there are files with names containing single quotes
Actual result: Gradle build fails when there are files with names containing single quotes
Reproduces on: 2018.4.20f1, 2019.3.7f1, 2020.1.0b3, 2020.2.0a4
Could not test with 2017.4.38f1 due to the project completely breaking
Notes:
-Does not reproduce on a new project
-Does not reproduce on iOS
-Renaming any existing folders reproduces the issue, however creating a new folder containing a single quote does not reproduce the issue
-Creating any new assets such as shaders, scripts and inserting a single quote in the name reproduces the issue
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
This is a Gradle issue not Unity's