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
- "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
Resolution Note:
This is a Gradle issue not Unity's