Search Issue Tracker
[Multiplayer] We can't use Start method in classes derived from NetworkL...
Original NetworkLobbyPlayer class uses Start method itself: public void Start() { DontDestroyOnLoad(gameObject); } So,... Read more
[Regression] Terrain's material is overspecular when .png or .gif textur...
Steps to repro: 1. Open attached project and 't1' scene; 2. Observe terrain's rendering. Expected result: Terrain is rendered with... Read more
"Event.current.rawType == EventType.mouseUp" not fired when located outs...
Reproduction Steps: 1. Import attached project. 2. In the Menu, select "BugReport" -> "TestCode". 3. Click and hold the middle mouse... Read more
Crash in UnityEditor.EditorGUIUtility:INTERNAL_CALL_RenderGameViewCamera...
To reproduce: 1. Open attached project; 2. Open "test" scene; 3. In the Game window, select Display 2; 4. Choose Main Camera and di... Read more
"NullReferenceException: Object reference not set to an instance of an o...
"NullReferenceException: Object reference not set to an instance of an object" when exiting Play on OSX only. Happening only on OS... Read more
PlayerSettings.SetScriptingDefineSymbolsForGroup() doesn't like BuildTar...
Steps to reproduce: 1. Open attached project 2. Open any scene from 3rdParty/VRTK/Examples 3. Click on "[VRTK]" object 4. Click "Cle... Read more
UI RectTransform gizmos are offset by 2px
UI RectTransform gizmos are offset by 2px which can be visually misleading How to reproduce: 1. Create new project 2. Create new UI... Read more
"Fragment shader missing texture binding at index 0" when packing sprite...
"Metal: Fragment shader missing texture binding at index 0 (_MainTex / Hidden/BlitCopy)" when packing sprite into atlas, Metal only ... Read more
"Assertion failed: Internal: Possible leak." when swapping from OpenGL t...
"Assertion failed: Internal: Possible leak. All textures should be removed from IdMap when destructed using RemoveTexture(TextureID ... Read more
GL.Clear ignores current Render Target
Reproduction steps: 1. Open the attached project; 2. Open the StencilTest scene; 3. Open the Frame debugger window; 4. In the scene ... 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
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
- Mouse and Pointer Events are called incorrectly in ScrollView with XRUIInputModule
- Memory leak occurs when repeatedly minimizing and maximizing the UI Builder window