Search Issue Tracker
Fixed in 2021.2.X
Votes
0
Found in
2021.2.0a9
Issue ID
1322085
Regression
Yes
[macOS][IL2CPP] Build fails when there are spaces in the project path
How to reproduce:
1. Create a new project with the default 3D template (make sure to include spaces in the project name)
2. In the Project Settings, switch to the IL2CPP Scripting Backend (Edit->Project Settings->Player->Other Settings)
3. Make a build
4. Inspect the Console Window
Expected result: The build is successful
Actual result: The build fails and "No such file or directory" is logged
Reproducible with: 2021.2.0a9
Not reproducible with: 2018.4.33f1, 2019.4.22f1, 2020.3.1f1, 2021.2.0a8
Note: Only reproducible when Build Architecture is set to "Intel 64-bit + Apple Silicon" on macOS
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
- [Silicon] Crash on ScriptableRenderLoopJob when machine is left idle while the Editor is in Play mode
- [Android] GraphicsBuffer.CopyCount does not work with Append Compute Buffer after Compute Shader Dispatch on some Android devices
- "DirectoryNotFoundException" error when building a project via script in one folder, then building via Editor in another, deleting the folder built via Editor and rebuilding via Script
- New items are created and old ones remain in memory when using 'treeView.SetRootItems(items)' and 'treeView.Rebuild()' which can cause a memory leak
- Code continues to run after enabling the Frame Debugger when in paused Play Mode and using 'WaitForSecondsRealtime' coroutine
Resolution Note (fix version 2021.2):
Fixed in Unity 2021.2.0a13 and above