Search Issue Tracker
Fixed in 2019.1.X
Fixed in 2018.3.X
Votes
0
Found in
2017.4.6f1
Issue ID
1079566
Regression
No
RectInt.Contains doesn't consider RectInt's width and height being negative
Repro steps:
1. Open QA attached project "repro_1079566"
2. Open scene "0"
3. Enter Play Mode and observe the Console
Expected: Contains() regards the possibility that m_Width and m_Height could be negative
Actual: There's no option for m_Width and m_Height to be negative
Reproducible with: 2017.2.3p4, 2017.4.11f1, 2018.2.8f1, 2018.3.0b1
Notes:
- https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/RectInt.cs#L82
- https://github.com/Unity-Technologies/UnityCsReference/blob/master/Runtime/Export/Rect.cs#L104
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Assigned font's bold/font-weight styles render using Default Font's assets when Default Font has corresponding style assets defined in TMP Settings
- "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
Add comment