Search Issue Tracker
Active
Votes
2
Found in
2021.3.37f1
2022.3.24f1
2023.2.18f1
6000.0.0b15
Issue ID
UUM-70371
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
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
- “Readme” Asset is unreadable in the Inspector window when switching Editor Theme to Light
- “NullReferenceException” error thrown when switching Editor Theme to Light if “Unity Version Control” tab is enabled
- A Warning is displayed in the Inspector when a Mesh with any Material is added as a Terrain Detail
- [Android][Vulkan] Memory leak when playing and stopping a video using the Video Player on some devices
- Caret moves by a character when typing "." and any number into 'Grid and Snap' toolbar's input field
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.