Search Issue Tracker
By Design
Votes
0
Found in
2017.4.13f1
Issue ID
1122041
Regression
No
"guid is uninitialized" error pops up while cloning directory via script
How to reproduce:
1. Open attached Unity project "1122041_repro"
2. Select MyVegas -> Tools -> Cloner -> DirectoryCloner
3. Add the "Cinemachine" folder to "Original Folder"
4. Enter the name of a new folder to "Cloned Folder"
5. Press "Clone into new folder"
6. Try to press something in the Editor or close it
--"guid is uninitialized" error pops up and editor crashes.
Reproduced with: 2019.2.0a3, 2019.1.0b2, 2018.3.5f1, 2017.4.20f1.
Notes:
Cloning same directory without this tool is not causing crash.
Deleting meta files from project fixes this problem.
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
- "Modifying the parent of a VisualElement while it’s already being modified is not allowed" error is thrown when entering text and pressing tab in the Search window
- Mesh colliders are not updating their positions of bounds correctly
- Images are missing from the "Open the sprite editor" documentation for 6.0, 6.1 and 6.2
- The previous element in the array is modified when assigning an Asset to a new element of AssetReferenceT
- Unity Perforce Integration: VCS Connection Active State Fails via CLI with Valid Inputs
Resolution Note:
The problem seems to be on the side of the user script, which produces corrupted meta files while cloning ScriptableObject assets.