Search Issue Tracker
Not Reproducible
Votes
0
Found in [Package]
0.0.12-preview.26
Issue ID
1142720
Regression
No
Updating to newest version of Entities package throws compilation errors
How to reproduce:
1. Open attached project
----------------------------------
Observe Console
Reproduced with: Entities package version 0.0.12-preview.26, 0.0.12-preview.29.
Error:
Library\PackageCache\com.unity.entities@0.0.12-preview.29\Unity.Mathematics.Extensions\MinMaxAABB.cs(33,41): error CS0246: The type or namespace name 'AABB' could not be found (are you missing a using directive or an assembly reference?)
Edit: Issue is reproducible with newest Mathematics package version preview.1 - 1.0.0
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
- Choosing new HDR Colour using RGB values breaks colour on Intensity Selectors
- Rendering/Decal Layer Mask options are different inside Prefab Mode and outside Prefab Mode when the project is upgraded to Unity 6
- Incorrect Realtime GI Light Probes baking when more than one Light Probe Group is used and "Baked Global Illumination" is enabled
- Hovering on the three-dot menu also highlights the tab header near it when not all tabs fit the bar
- Crash on PPtr<Object>::operator when undoing "Modern UI Pack" elements
Resolution Note:
Updating all depending packages - rendering hybrid, entities, collections, jobs, burst, mathematics, etc. fixes the issue.