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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
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.