Issue Explorer
Status, longest-open, and most-mentioned cuts of every UUM-id referenced in the indexed Unity release-note corpus. Click any issue to see every release that mentioned it.
Fixed issues
1,501–1,525 of 6,885
Filtered slice of every tracked UUM id — adjust the chips to widen or narrow.
All subsystemsRenderingScriptingMobileXRPhysicsUINetworkingEditorAudioAnimationAsset PipelineInputOther
| Issue | Status | Description | Introduced | Fixed | Days open | Mentions |
|---|---|---|---|---|---|---|
| UUM-105294 | Fixed | IL2CPP: Fixed XML Deserialization of a byte array leaving the reader at the wrong element. | — | 6000.3.0b7Oct 22, 2025 | — | 19 |
| UUM-108024 | Fixed | Shadergraph: Fixed extra scrollbars sometimes appearing in ShaderGraph blackboard when dragging attributes. | — | 6000.3.0b7Oct 22, 2025 | — | 21 |
| UUM-113483 | Fixed | Package Manager: Clearing the 'Minimum Unity Version' field now properly leaves it empty (and removes it from the manifest) instead of defaulting to '0a1'. (UUM-113483) First seen in 6000.3.0a4. | — | 6000.3.0b7Oct 22, 2025 | — | 15 |
| UUM-114468 | Fixed | Profiler: Fixed capture list warning tooltip background colour in light mode. (UUM-114468) First seen in 6000.3.0a5. | — | 6000.3.0b7Oct 22, 2025 | — | 15 |
| UUM-115935 | Fixed | Editor: Fixed for loadable plugin directories being marked as directories when root folder is reimported. Fix updates source db version. | — | 6000.3.0b7Oct 22, 2025 | — | 21 |
| UUM-116278 | Fixed | Editor: Fixed an issue on Windows where it was not possible to add toolbar elements in submenus. (UUM-116278) First seen in 6000.3.0b1. | — | 6000.3.0b7Oct 22, 2025 | — | 15 |
| UUM-116428 | Fixed | Search: Fixed crash in Search when a domain reload occurs while an index merge operation is in progress. (UUM-116428) First seen in 6000.3.0b2. | — | 6000.3.0b7Oct 22, 2025 | — | 15 |
| UUM-116894 | Fixed | Profiler: Fixed profiler captures being treated as different to their loaded data if they were renamed after being loaded. (UUM-116894) First seen in 6000.3.0b1. | — | 6000.3.0b7Oct 22, 2025 | — | 15 |
| UUM-117087 | Fixed | GI: Editor closes and does not reopen after applying changes to GPU Baking Device in Lighting window. Only the hub is opened. (UUM-117087) First seen in 6000.3.0b1. | — | 6000.3.0b7Oct 22, 2025 | — | 15 |
| UUM-117222 | Fixed | Editor: Fixed an issue causing the gameobjects to not be properly filtered in the scene when doing a search in the new hierarchy window. (UUM-117222) First seen in 6000.3.0b2. | — | 6000.3.0b7Oct 22, 2025 | — | 15 |
| UUM-117707 | Fixed | Profiler: Fixed profiler captures section reappearing after domain reload if it was previously collapsed. (UUM-117707) First seen in 6000.3.0b2. | — | 6000.3.0b7Oct 22, 2025 | — | 15 |
| UUM-119243 | Fixed | Editor: Fixed CreateEmptyParent not expanding the created gameobject. (UUM-119243) First seen in 6000.3.0b3. | — | 6000.3.0b7Oct 22, 2025 | — | 15 |
| UUM-120685 | Fixed | Editor: Ensure that if multiple types are specified in default advance picker we perform a type union query. | — | 6000.3.0b7Oct 22, 2025 | — | 19 |
| UUM-121173 | Fixed | Editor: Fixed issue when dragging the editor launch window on Windows where it was possible for the window and mouse pointer to get out of sync. (UUM-121173) First seen in 6000.3.0b4. | — | 6000.3.0b7Oct 22, 2025 | — | 15 |
| UUM-121414 | Fixed | Editor: Ensure most of the MeshRenderer properties are not hidden in Inspector. (UUM-121414) First seen in 6000.3.0a2. | — | 6000.3.0b7Oct 22, 2025 | — | 15 |
| UUM-121496 | Fixed | Physics 2D: CallbackTargets in Low-Level Physics should not be limited to the "MonoBehaviour" type but should allow "System.Object". (UUM-121496) First seen in 6000.3.0b5. | — | 6000.3.0b7Oct 22, 2025 | — | 15 |
| UUM-121604 | Fixed | WebGL: Fixed compressed 3d textures if the WebGPU extension is available. | — | 6000.3.0b7Oct 22, 2025 | — | 20 |
| UUM-121661 | Fixed | UI Toolkit: Fixed an issue where opening the UI Builder window would sometimes fail after a save operation would happen while closing the window. (UUM-121661) First seen in 6000.3.0b5. Fixed in 6000.3.0b8. | 6000.3.0b7Oct 22, 2025 | 6000.3.0b8Oct 29, 2025 | 7 | 16 |
| UUM-121729 | Fixed | Package Manager: Fixed an issue where running -upmPack produced a valid signed package but Unity Editor process exited with code 1. (UUM-121729) First seen in 6000.3.0a3. | — | 6000.3.0b7Oct 22, 2025 | — | 15 |
| UUM-121754 | Fixed | Package Manager: Fixed an issue when selecting the manifest of a package in the Inspector window did not throw NullException if the author field is set to a simple string value. (UUM-121754) First seen in 6000.3.0b5. Fixed in 6000.3.0b8. | 6000.3.0b7Oct 22, 2025 | 6000.3.0b8Oct 29, 2025 | 7 | 16 |
| UUM-121765 | Fixed | Physics 2D: Fixed GC.Allocation during low-level physics transform writing in profiler entry "PhysicsWorld.WriteTransforms.PopulateWorldTransforms". (UUM-121765) First seen in 6000.3.0a5. | — | 6000.3.0b7Oct 22, 2025 | — | 15 |
| UUM-121877 | Fixed | Physics 2D: Fixed for PhysicsBody and PhysicsShape "CreateShapeBatch" method which should use "ReadOnlySpan<T>" rather than "Span<T>" to indicate the inputs are not modified. The same applies to the ChainGeometry constructor . (UUM-12187… | — | 6000.3.0b7Oct 22, 2025 | — | 15 |
| UUM-121878 | Fixed | Physics 2D: Fixed PhysicsComposer API to allow the maximum number of polygon vertices to be set (PhysicsComposer.maxPolygonVertices). Without this, it is fixed at 8. (UUM-121878) First seen in 6000.3.0a5. | — | 6000.3.0b7Oct 22, 2025 | — | 15 |
| UUM-121963 | Fixed | Physics 2D: Fixed incorrect validation for "PolygonGeometry.CreatePolygons" ReadOnlySpan<Vector2> vertices argument where it was incorrectly limited to 8 vertices. It should be unlimited. (UUM-121963) First seen in 6000.3.0a5. | — | 6000.3.0b7Oct 22, 2025 | — | 15 |
| UUM-122002 | Fixed | Physics 2D: Added missing "PhysicsShape.Intersect" method along with its counterpart "PhysicsQuery.ShapeAndShape" method. (UUM-122002) First seen in 6000.3.0a5. | — | 6000.3.0b7Oct 22, 2025 | — | 15 |