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
- Any small change in UI Builder Inspector refreshes Editor Inspector
- Inaccurate Box Collider boundaries on a rotated child Cube when the parent GameObject Scale is non-uniform
- [Android] "SHADOWS_SCREEN" set as shader Keyword when no "_ShadowMapTexture" is bound leads to freeze on a build on some Mali GPU devices
- The global scene list is overridden in a project built with command line when the Override Global Scene List setting is disabled in the build profile
- Global Scenes are not included in the Build when building multiple Build Profiles at the same time
Resolution Note:
This is a Gradle issue not Unity's