Search Issue Tracker
Fixed in 2021.3.36f1
Fixed in 2021.3.X, 2022.3.X, 2023.2.X, 2023.2.11f1, 2023.3.X
Votes
3
Found in
2021.3.21f1
2022.2.11f1
2023.1.0b8
2023.2.0a6
Issue ID
UUM-31240
Regression
No
"vector<bool> too long" error is thrown when using UnityYAMLMerge
Steps to reproduce:
1. Open user attached “Repro_I_Received” folder
2. Run the Repro.bat file
Expected result: Runs the Repro.bat file without any errors
Actual result: “vector <bool> too long” error is thrown
Reproducible with: 2021.3.21f1, 2022.2.11f1, 2023.1.0b8, 2023.2.0a6
Could not test with: 2020.3.46f1 (“Invalid rule format at line 38” error is thrown)
Reproduced on: Windows 11 (Intel)
Not reproduced on: macOS Monterey 12.2 (Intel) (can’t run .bat file)
Note: Replace the UnityYAMLMerge file in the “Repro_I_Received” folder from each reproducible with Editor version by going to /Data/Tools
Comments (1)
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
shifatkhan
Sep 25, 2023 16:22
Reproduced Error with 2020.3.36f1 and Fork.
Scenario: I have Branch A and Branch B, where B is was created from A. Both branches changed the same file. B is trying to merge A into itself.
One work-around I found is to create a new Branch from A. Then cherrypick each commit from B. The conflict when the conflict arise, the UnityYAMLMerge seemed to have no problem fixing it.
The issue with this workaround is that it can take a long time if you have many commits.