Search Issue Tracker
Fixed
Fixed in 6000.0.59f1, 6000.2.0b1
Votes
5
Found in
2022.3.57f1
6000.0.36f1
6000.1.0b5
6000.2.0a2
Issue ID
UUM-96997
Regression
No
MinMaxAABB errors appear in the Console when executing CommandBuffer in LateUpdate
How to reproduce:
1. Open the project “IN-92030_ParticlesLateUpdateExecuteCommandBuffer”
2. Enter Play Mode
3. Press 2 on the keyboard
4. Observe the Console
Expected result: No errors in the console
Actual result: Converting Invalid MinMaxAABB error (On windows this appears after a delay of approximately 5s and is only 1 error), on mac more errors appear related to AABB and spam the console
Reproducible with: 2022.3.57f1, 6000.0.36f1, 6000.1.0b5, 6000.2.0a2
Reproducible on: macOS Sequia 15.3 (M2 Ultra), User’s macOS 15.2 24C101 Darwin 24.2.0 (M1), Windows 11
Not reproducible on: No other environments tested
Notes:
- The Windows OS experiences only one of the errors and it does not repeat. The MacOS receives 4 different errors, some of them spam in the console
- Pressing 1 in the project while in Play Mode does not use the CommandBuffer and particles spawn fine
- Pressing 2 in the project while in Play Mode uses CommandBuffer in LateUpdate, on Windows no particles spawn, on Mac particles spawn, but not all and sometimes differ in spawn rate
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Resolution Note:
Forward-ports for this version need to be handled at a later time.