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
- Crash on CollectAllSceneManagerAndObjectIDs when opening a specific Scene
- GPU device suspended error when replaying a video in the Video Player with NVIDIA Vertical Sync set to Fast
- GPU device suspended error when replaying a video in the Video Player with NVIDIA Vertical Sync set to Fast
- SetComponentEnabled uses class instead of struct when constraining Enableable Component type
- [iOS] Application.deepLinkActivated does not get invoked while app is running when UIApplicationSceneManifest is added in Info.plist
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.