Search Issue Tracker
Enable .meta files by default
.meta should always be enabled to retain importer settings Read more
Unable to open source code in VS 2008
To reproduce: 1. Set editor preferences to monodevelop.2. Open a source code file (generates a vs2010 project)3. Tab back to unity4.... Read more
Surface shaders: take multi_compile into account in surface analysis
#pragma multi_compile (GLOBAL_ADDITIVE_FOG_ON, GLOBAL_ADDITIVE_FOG_OFF) are lacking the relevant code Workaround: replace the multi_... Read more
Unity doesn't reroute the sound as audio input and output change
The bug:Unity doesn't reroute the sound as audio input and output change Repro steps:1. Open the project I attached and select the a... Read more
[Collision] Plane collision causes erratic behaviour in editor mode
Plane collisions seem to penetrate the plane and render a frame before the collision kicks in a lifts the particle back to the plane... Read more
Terrain - vertex animation using incorrect phase
Terrain Billboard Shader Incorrect The diffuse lighting component of the TreeCreatorBarkRendertex.shader isn't limited to being abov... Read more
System.Net.HttpWebRequest.Create() throws a NotSupportException using 2....
To reproduce:See attached screencast in project folder Read more
RenderTexture.SetActive profiler spikes
Steps to reproduce : - import the project attached- hit play and look at the profiler- notice that about every 50th frame RenderText... Read more
OnTriggerExit behaviour wrong when disabling/destroying
OnTriggerExit is not calledOnTriggerExit behaviour wrong when disabling/destroying other collider.Please run the test_scene and watc... Read more
[Editor, Graphics] Multiple particle parameters chose the same lerp weight
The bug:The randomness of the particle system is not completely random Repro steps:1. Create a particle system2. Set the start colou... 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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Active Targets section text in Graph Inspector is truncated despite available space
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class