Search Issue Tracker
[safari] WebGL errors thrown on scene startup
-e: there are two errors being logged running just an empty scene in Safari 11.0.1--there is nothing obviously broken so far though-... Read more
[chrome64] WebAudio API GainNode.gain.value will be removed
-e: see title, dezippering is going to get removed with version 64--a regression in Chrome, not Unity -repro:--open attached project... Read more
WebGLInput.captureAllKeyboardInput is missing and thus breaking builds
-e: the API WebGLInput.captureAllKeyboardInput is missing and this when you try to compile a build using it it fails with an error -... Read more
P/Invoking into non-existent library crashes player on WebGL instead of ...
Sample code: [DllImport("SomeRaNdOmNaMeThatDoesntExist.dll")]extern static void NonExistingAPI();public void Start(){try{NonExisting... Read more
[WebGL] Collider dead zone in WebGL build
Steps to reproduce:1. Open user-attached project2. Build for WebGL3. Open the build and try rotating around with the mouse Expected ... Read more
[Linux][MacOS] WebGL Brotli compression subdirectory "python" lacks perm...
How to reproduce:1. Install Unity along with WebGL support in some root subdirectory (e.g. "/Applications/Unity")2. In Terminal, nav... Read more
[WebGL] Shaders that use GPU Instancing compile extremely slow
Steps to reproduce:1. Open user-attached project2. Build and run with WebGL 2.03. Inside the webpage, press 'space' to begin GPU ins... Read more
[WebGL] Garbage collection doesn't work on scene change
How to reproduce:1. Download attached project file2. Change Platform to WebGL3. Build "Scene 1" and "Scene 2"4. Click "Load Scene 2"... Read more
DateTime.Now raises an exception in WebGL player
To reproduce:1) Create new project (or use attached project - skip to step 5)2) Create a new C# script3) Add an Awake function and t... Read more
[WebGL] Mouse sensitivity is greater than in the Editor
To reproduce: 1. Open the project, attached by the user (MouseLooking.zip)2. Enter Play mode and move the mouse around3. Build and r... 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
- Build fails when building a project containing an 18+ dimension array with IL2CPP
- [Android][Sentis] Human poses are not detected when using the BlazePose model
- Sprite Editor Outline Tool Overlay is not displayed when no Sprite is selected
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal