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 the O... 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.- Create ... Read more
Freeze when calling Profiler.EndSample() while profiler is open
Steps to repro:1. Open the attached project and the scene2. Open the profiler3. Press play4. 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 project-... 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 MemoryStream ... Read more
Image doesn't position and scale properly using Physical Resolution
Steps to repro:1. Open the attached project and the scene2. Note the details:- PhysicalResolution component was added to canvas(actu... 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
- Shader warning in 'Hidden/Core/DebugOccluder' thrown after building High Definition 3D Sample Template
- Audio Mixer “+” buttons overlap with UI when the Audio Mixer window layout is set to Horizontal
- "Clear" button in the "Set project display name" closes all the pop-up instead of clearing just a name from the field
- Video Player renders no video on specific devices when using Vulkan
- The Editor slows itself down by showing tons of warnings when the majority of TransformAccessArrays content are NullRefs