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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
This is a Gradle issue not Unity's