Search Issue Tracker
[AssetBundles] Loading an uncompressed AssetBundle with CreateFromMemory...
Unity crashes when loading an uncompressed AssetBundle repeatedly with AssetBundle.CreateFromMemory/CreateFromMemoryImmediate. How m... Read more
TypeDescriptor.GetConverter throws error with uint type
1. Build for IOs with IL2CPP.2. Run it on xcode.3. Notice error with GetConvertor(typeof(uint)); Type_t * L_3 = Type_GetTypeFromHand... Read more
The menu Unity -> Modules... does not display anything and throws errors
How to reproduce: 1. Open any project2. Go to Unity -> Modules...- Observe that nothing is displayed and the console is full of e... Read more
Error on async assets load
To reproduce:1. Open GameLoader scene.2. Run custom builder in top of Editor menu. Build->Game build and select any temp folder (... Read more
Selection.GetFiltered does not work with interfaces
To reproduce:1. Open scene "Main"2. Click GameObject "Selection.GetFiltered Test"3. Click the button "Check Selection" in the Inspec... Read more
[Terrains] Tree rendering crash when tree Mesh is changed/destroyed
Repro steps: 1) open scene World2) Go to Assets -> Trees and select Tree1_winter3) In the inspector window change Mesh Compressio... Read more
Editor Crashes on Stopping Scene Playback with Native Plugin which calls...
Project Steps: 1. Play scene "test".2. Brace yourself crash is coming... Read more
IL2CPP iOS builds can't send or receive RPCs
- Build attached project with Scripting Backend IL2CPP and run on device- Run "Test.scene" in Editor and click "Start Server"- On de... Read more
Exception when using SyncListStruct with Vector3
Using the class SyncListStruct<T> with a Vector3 (or any built-in types) cases a build time exception in UNetWeaver. This shou... Read more
Exception using SyncListStruct with no derived class
The class SyncListStruct<T> must be used with a derived class. When it used without a derived class, an exception happens at b... 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
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- Addressables Profiles and Analyze windows no minimum window size
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject