Search Issue Tracker
Vertex shader compiling fails with "No matching function for call to 'TR...
Reproduction steps:1) Download and open user's attached project2) Build and run Test.unity scene on a device-- Notice that one spher... Read more
Editor crashes in CalculateGlobalRotation when TransformAccess.rotation ...
To reproduce: 1. Open the attached project (ECS Job System.zip)2. Enter Play mode Expected: the Editor doesn't crash Reproduced in 2... Read more
[2D][Tilemaps] Tilemap doesn't render when components are copied via code
When duplicating a tilemap by copying components with code A project which reproduces this is attached Steps to reproduce:1) Open at... Read more
Hotkey combinations work inconsistently, multiple GetKey calls in the sa...
if (Input.GetKey(KeyCode.LeftControl) && Input.GetKey(KeyCode.X)) only evaluates to true if X is pressed first. It is opposi... Read more
Calling DestroyImmediate after RenderTexture.ReleaseTemporary causes the...
To reproduce: 1. Open the attached project (RTCrashTest.zip) Expected: the Editor doesn't crash Reproduced in 2018.2.0a6, 2018.2.3f1... Read more
Method descriptions are incomprehensive when using ITilemap
How to reproduce:1. Create a new Unity project2. Create a new script3. Add "using UnityEngine.Tilemaps" to the top4. Create a new ob... Read more
Wrong script named displayed when failed to add script to GameObject
How to reproduce:1. Open user's project.2. Go to Assets > BioIK.3. Add BioIK.cs to Main Camera. Expected result: Script can be ad... Read more
[Android] JNI related crash when launching application on Android 4.1 de...
How to reproduce:1. Open attached "AndroidJavaTestNewer" project, build & run project to device2. Once application is built, ope... Read more
Editor crashes at MonoScript_CUSTOM_FromScriptableObject when project is...
How to reproduce:1. Open users attached project Expected results: project opensActual results: project crashes once you open it Not ... Read more
Terrain doesn't receive shadows for point light and spot light
Steps To Reproduce: 1. Create a Project.2. Turn Off the directional Light.3. Hierarchy> 3D GameObject > Terrain (0,0,0)4. Hier... 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
- Flickering bright white dots in the Scene when the Android Platform is selected and DX11 Graphics API is used with Iris(R) Xe Graphics GPU
- Inconsistent capitalization and misaligned text in multiple query blocks in Search window
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- WebGL sends wrong value with large numbers when SendMessage function is used