Search Issue Tracker
Script updater still updates when you click the "X"
To reproduce: 1. Open attached project. It contains a script that can be upgraded. 2. Open up the upgrade menu and close it via "X" ... Read more
Using the OnClick list for functions which have object as a parameter se...
Steps to reproduce : - import the project attached - open the "test" scene - select the Button in the Hierarchy and notice under th... Read more
Transform is deformed when its non-uniformly transformed parent is set
Steps to reproduce: - Create gameobject. Let its name be "Parent". Apply any non-uniform scale and rotation transformations. - Creat... Read more
Freeze when calling Profiler.EndSample() while profiler is open
Steps to repro: 1. Open the attached project and the scene 2. Open the profiler 3. Press play 4. Observe the freeze Read more
Fatal Error when importing Sample Assets (Beta) from Asset Store
To reproduce: - Create a new project - Open Asset Store and search for a project (like Sample Assets or AngryBot) - Import the proje... Read more
Memory Stream corrupt crash when importing Angry Bots
To reproduce: 1. Create a new project and import angry bots (from store) 2. While importing an error pops up - "The file MemoryStrea... Read more
Image doesn't position and scale properly using Physical Resolution
Steps to repro: 1. Open the attached project and the scene 2. Note the details: - PhysicalResolution component was added to canvas(a... Read more
The documentation for WWW.LoadFromCacheOrDownload has some problems
In the WWW.LoadFromCacheOrDownload documentation http://docs.unity3d.com/ScriptReference/WWW.LoadFromCacheOrDownload.html there are ... Read more
The documentation for the WWW constructor is cut off
The WWW class constructor documentation http://docs.unity3d.com/ScriptReference/WWW-ctor.html has a missing function prototype. The ... Read more
WP8 player fails to build if project has const float in coroutine
The following lines will cause build to fail: IEnumerator Test() { const float testFloat = 1f; yield break; } 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
- Depth texture is flipped when specific URP rendering settings are applied
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window