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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
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.