Search Issue Tracker
[IL2CPP] System.IO.Directory.GetLogicalDrives() returns 0 length array i...
Steps to reproduce:1. Download 10574411_repro.zip and open "Main" scene2. Enter play mode3. Notice that GetLogicalDrives() returned ... Read more
Resizing a standalone window makes UI jump back and forth
To reproduce: 1. Open the attached project (StandaloneWindowResizeIssue.zip)2. Build and run it for Mac (bug is really obvious) stan... Read more
[LWRP] Shadow cascades double tris of scene
Current shadow cascade rendering in LWRP doesn't cull objects that are fully in closer cascades and don't need to be rendered again,... Read more
Creating a folder with a leading '.' in the name displays an empty space...
To reproduce: 1. Make sure the Project view uses Two Column layout2. Create a new folder with a name ".something" Expected: Project ... Read more
[SRP] VR + Lightweight Pipeline -- no non-VR cameras?
SRP Repo: Issue #1017 We're using the new Lightweight render pipeline (1.0.0-beta) on 2018.1.0b9. Any camera in a VR scene that does... Read more
[SRP] [Question] Scene Mask
SRP Repo: Issue #1204 Hey! I've been experimenting with the new ScriptableRenderPipeline and I'm trying to work out how to render ob... Read more
[SRP] CommandBuffer.SetGlobalMatrixArray only the first index gets popul...
SRP Repo: Issue #1295 Upon passing a Matrix4x4 array using: Matrix4x4[] myMatrixArray= new Matrix4x4[2] { Matrix4x4.identity, Matrix... Read more
Unity crashes with IterateTypeTree<RemapFromPrefabToInstancePPtr> when o...
Steps to reproduce:1. Open attached project Expected: it opensActual: it crashes while opening Reproduced in: 2018.3.0a1, 2018.3.0a4... Read more
[SRP] Inspecting culling result
SRP Repo: Issue #1345 Good afternoon, I am in the process for a while to try to implement shadows in a custom SRP using the SRP demo... Read more
[SRP] HDRP Strange compile popup box with 2.0.3-preview
SRP Repo: Issue #1531 What happened?When compiling own scripts, a process appears to be launched that causes HDRP shaders to compile... 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
- Frame Debugger is not disabled when switching Scenes if the Frame Debugger window is not open during the transition
- Standalone Profiler Targets another Project if a Standalone Profiler was launched in it before when switching between Edit or Play Mode Targets
- Crash on ForwardRenderLoopJob when opening a specific project
- [Android] Memory leak and eventual crash on Snapdragon 8 Gen 1+ devices when a Clear Pass is executed after Framebuffer Fetch
- PhysicsRaycaster ray length is incorrect when casting from rotated Camera