Search Issue Tracker
docs page stuck in JS, can't set it to C#
http://docs.unity3d.com/ScriptReference/Texture2D.EncodeToPNG.htmlTo reproduce:1. Open the page2. Try to switch the language to C# Read more
Project gets corrupted when upgrading from Unity 5.0 to Unity 5.1
- Import the attached project in Unity 5.0 final build- After that open the project in 5.1 alpha 1 There are many errors about asset... Read more
Broken screen resolution and snapping
Regression in 4.6.3p1 patch version. Backport fixes broke screen resolution and snapping; Rotating screen, screen resolution is show... Read more
AssetBundleCreateRequest crash
Executing these two lines of code:AssetBundleCreateRequest req = new AssetBundleCreateRequest();Debug.Log(req.assetBundle.name); cau... Read more
Type.GetType() in WebGL does not match the output given in the editor
How to reproduce: 1. Open a new project2. Create a script called "testGetType.cs" with the following code: using UnityEngine;using S... Read more
Animation with only one Event at time 0.0 won't fire
How to reproduce: 1. Open attached project (AnimEventBugRepro.zip)2. Open scene Bug Repro Scene.unity- The scene contains two game o... Read more
Undocumented "Main()" message in MonoBehaviour
How to reproduce: 1. Open a new project2. Create a script called MainTest.cs with the following code: using UnityEngine;using System... Read more
UI text input does not support copy/paste on WebGL build
How to reproduce:1. Create a new project2. Place UI>Input Field to the scene3. Save the scene4. Play it, copy and paste something... Read more
WebSocket4Net not supported on IL2CPP
TO Reproduce: 1. Open " .zip" attached to the the post.2. Deploy with IL2CPP observe that WebSocket.State is stuck at connecting and... Read more
[iOS][IL2CPP] Build fails when there is dll plugin in the folder "Plugin...
To Reproduce: 1. Open the attached project and build (make sure that backend is set to ill2cpp).2. Observe the: "Error building Play... 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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default