Search Issue Tracker
Profiling editor leaks memory when selecting frame from the profiler graph
Reproduction steps:1. Open a new project2. Open the Profiler3. Enable "Profile Editor"4. Click on the graph so the information about... Read more
Missing depthSlice parameter in CommandBuffer.SetRenderTarget
CommandBuffer.SetRenderTarget scripting API is missing a depthSlice parameter. Graphics.SetRenderTarget has it, but there's no equiv... Read more
[HoloLens] Editor crash when disconnecting from remote device
Steps to reproduce:1. Create a new Unity project2. Switch platform to UWP and enable virtual reality support3. Open Holographic Emul... Read more
Remote Device IP Address doesn't get updated if enter wasn't pressed
Steps to reproduce (or watch attached gif):1. Create a new Unity project2. Open build settings and switch platform to Windows Store ... Read more
Can't disable VR (VRSettings.enabled = false) in runtime on Android
Steps to reproduce:1) Open attached project2) Build and run on Android3) Tap on a left side of a screen (left eye) to make VRSetting... Read more
When Carve function in Nav Mesh Obstacle is turned on, Unity crashes
When Carve function in Nav Mesh Obstacle is turned on, Unity crashes. Reproduction steps:1. Open the attached file;2. Open the Scene... Read more
[Billboard][API] Tree Billboard scale is not updated correctly when call...
Steps to repro: 1. Open Unity;2. Open attached project and ‘testAPI' scene;3. Select Terrain gameobject;4. Input ‘0’ to Scale field;... Read more
[LineRenderer] Shift-selecting multiple line renderers with different te...
Repro steps:1. Open TrailLineRenderer scene from attached project.2. Select one one of the line renderers using the ball material (i... Read more
Domain shader receives incorrect coordinates from SV_POSITION on NVIDIA ...
This is caused by the upgraded d3dcompiler.dll from the hololens branch. I'll email NVidia with details but so far this is a regress... Read more
[IL2CPP] Physics Raycaster does not work with IL2CPP
When IL2CPP is used as the Scripting API on mobile devices, Physics Raycaster does not work. Steps to reproduce:1) Open the attached... 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
- “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
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used