Search Issue Tracker
Fixed
Fixed in 1.3.X - Entities, 1.4.X - Entities, 7000.0.0a1
Votes
0
Found in [Package]
1.4.X - Entities
7000.0.0a1
Issue ID
ECSB-1619
Regression
Yes
FastEquality.Equals returns incorrect result when comparing Structs with different nested Struct values
How to reproduce:
1. Open the “IN-97044_TestFastEquality” project
2. In the Test Runner tab select “EditMode”
3. click “Run All”
4. Observe test results
Expected result: All tests pass
Actual result: One test fails
Reproducible with: 1.0.0-pre.15(2022.3.60f1), 1.3.10(2022.3.60f1, 6000.0.43f1, 6000.1.0b10, 6000.2.0a7)
Not reproducible with: 0.51.1-preview.21(2021.3.49f1), 1.0.0-exp.12(2022.3.60f1)
Reproducible on: macOS 15.3.1 (M1 Max), Windows 10 (by user)
Not reproducible on: no other environments 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
- Foldout arrow indent is misaligned in the Inspector when used in Custom Type
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
Resolution Note (fix version 7000.0.0a1):
The LayoutInfo didn't propogate the offsets correctly for nested types, as well as other issues, like always overriding and updating element 0 in a list instead of the last (it incorrectly assumed there would only be one element).
I fixed up the issues in generating the LayoutInfo, and rewrote part of it to make it more robust.
Resolution Note (fix version 1.4.X - Entities):
The LayoutInfo didn't propogate the offsets correctly for nested types, as well as other issues, like always overriding and updating element 0 in a list instead of the last (it incorrectly assumed there would only be one element).
I fixed up the issues in generating the LayoutInfo, and rewrote part of it to make it more robust.
Resolution Note (fix version 1.3.X - Entities):
The LayoutInfo didn't propogate the offsets correctly for nested types, as well as other issues, like always overriding and updating element 0 in a list instead of the last (it incorrectly assumed there would only be one element).
I fixed up the issues in generating the LayoutInfo, and rewrote part of it to make it more robust.