Search Issue Tracker
Fixed
Fixed in 2.9.0
Votes
4
Found in [Package]
2.6.1
Issue ID
ULOB-1
Regression
No
“[Cloud Code]: Failed to generate code bindings” error is thrown and code bindings are not generated when generating bindings for Cloud Code on non-C drive
Reproduction steps:
1. Open the attached “BugRepro” project on a drive other than C
2. Select the “Assets/new_module_reference.ccmr” file
3. Click “Generate Solution” in the Inspector window
4. Click “Generate Bindings” in the Inspector window
Expected result: No error is thrown and code bindings are generated
Actual result: “[Cloud Code]: Failed to generate code bindings. Error: Source and destination path must have identical roots. Move will not work across volumes” is thrown and code bindings are not generated
Reproducible with: 2021.3.37f1, 2022.3.24f1, 2023.2.18f1, 6000.0.0b15
Reproducible on: Windows 11
Not reproducible on: No other environment tested
This issue has been resolved in com.unity.services.cloudcode version 2.9.0
Comments (2)
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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
DarkDungeonStudio
Jan 07, 2025 13:10
I'm still getting this error in Unity 6 with latest packages.
How is a simple error like this taking so long to resolve?
CodeSmile
May 05, 2024 10:57
I get this error too, followed by an AssetDatabase warning:
Invalid AssetDatabase path: C:\TEMP\CODESM~1\bindings-generation-CC_HelloWorld. Use path relative to the project folder.
My project is on U:\ drive. I copied it to C:\<project> and was able to generate bindings.