Search Issue Tracker
[M1][WebGL] Editor throws errors when building for WebGL on native Apple...
Reproduction steps:1. Open the user's project2. Build for WebGL Expected result: Build succeedsActual result: Build fails and throws... Read more
[asmdef] Script defined in an Assembly Definition can't access plugins f...
Reproduction steps: 1. Open "Assembly Definitions and Plugins.zip" project2. Open "ScriptInAssembly.cs" script3. Uncomment the 9th l... Read more
Sometimes Unity Editor (OSX) crashes when closing it after idling
Steps to reproduce:1) Open any project (I used a project from 802534).2) Edit something (not sure if necessary).3) Leave the compute... Read more
Compile error: AwakeInternal() can not take parameters
To reproduce:1. Open attached project2. Notice "Compile error: AwakeInternal() can not take parameters" Regression from 5.3.5p4Repro... Read more
Unity crashes on GC_push_all when using Publish() method on update()
How to reproduce:1. Open attached project ""repro_1078568"2. Open and launch scene "GazeboSimulationScene"3. Wait for few seconds - ... Read more
Invalid Windows Proxy Configuration causes NullReferenceException to be ...
User reported here: https://github.com/Unity-Technologies/mono/pull/1330 Repro Steps: Have your windows registry values set as such:... Read more
ECDiffieHellmanCng class in System.Security.Cryptography is missing
To reproduce: 1. Create new project2. Create new script3. Add using System.Security.Cryptography4. In Start method start typing ECDi... Read more
Build crashes at AddClipboardFormatListener
Steps to reproduce:1. Open the attached project2. Open the Assets/Scenes/main.unity scene3. Build and Run4. Left click in the build ... Read more
Initializing global MonoBehaviour using new keyword causes Unity to crash
Reproduction steps: 1. Open user attached project "Main" scene.Notice Unity is crashing2. Comment Line 14 in CloudGen.cs script whic... Read more
Recompilation causes crashing after trying to edit a script in play mode.
Steps to reproduce: 1. Open the attached project. (Note: The platform has to be set to iOS or you won't be able to play)2. Open the ... Read more
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Dragging and dropping a system that contains event context to create nested VFX crashes the editor
- TextMeshPro UV2 custom data not rendering for off-screen text with RectMask2D in Unity 6
- Text overlap and is unreadable in Inspector > Terrain Paint Texture after creating new Terrain Layer
- Event "XRInputSubsystem.trackingOriginUpdated" triggers twice when recentering the view
- UITK TextField value is overwritten incorrectly by the converter result when Binding Mode is set to "To Source"