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
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
- Previously deleted “DefaultLookDevProfile“ is present when upgrading the Editor version
- [Ubuntu] UI text and buttons are missing spaces in Unity Version Control > New Workspace window
- "Inherit attribute is not supported" warning is shown but attributes are available in VFX Graph Output and Update blocks
Resolution Note:
This is a Gradle issue not Unity's