Search Issue Tracker
By Design
By Design in 6000.5.X
Votes
0
Found in
6000.0.65f1
6000.3.3f1
6000.4.0b3
6000.5.0a4
Issue ID
UUM-131076
Regression
No
"vector<bool> too long" error is thrown when using UnityYAMLMerge
Reproduction steps:
1. Open Command Prompt
2. Use “cd“ to navigate to the “ReproProj“
3. Run command: "<EDITOR LOCATION>\Data\Tools\UnityYAMLMerge.exe" merge RampVr_01-04_Crew_Stairs.ancestor.unity RampVr_01-04_Crew_Stairs.source.unity RampVr_01-04_Crew_Stairs.destination.unity
Expected result: YAML Merge resolves conflicts
Actual result: Prompt with text “vector<bool> too long“ is present
Reproducible with: 6000.0.65f1, 6000.3.3f1, 6000.4.0b3, 6000.5.0a4
Testing environment: Windows 10 Enterprise 21H2
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
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Resolution Note:
Checking the provided scene files, we detected a corruption in the content of the ancestor scene, where the prefab instance pointing to "8883655615442723683" has a duplicate property "m_AnchoredPosition.x".
File: RampVr_01-04_Crew_Stairs.ancestor.unity
Lines: 9560-9569
For this reason, even though the source and destination scenes have solid information, the merging calculation against the ancestor scene fails.
Removing the duplicate property from the ancestor scene makes the merge operation run properly.
Resolution Note (6000.5.X):
Checking the provided scene files, we detected a corruption in the content of the ancestor scene, where the prefab instance pointing to "8883655615442723683" has a duplicate property "m_AnchoredPosition.x".
File: RampVr_01-04_Crew_Stairs.ancestor.unity
Lines: 9560-9569
For this reason, even though the source and destination scenes have solid information, the merging calculation against the ancestor scene fails.
Removing the duplicate property from the ancestor scene makes the merge operation run properly.