Search Issue Tracker
Fixed in 5.5.0
Votes
0
Found in
5.5.0b1
Issue ID
828824
Regression
No
Unity is registering inputs while loading and applies them on a first frame of the application
Reproduction steps:
1) Open "case_828824_Repro.zip" project
2) Build and run "asd" scene on any Android device
3) Tap Unity's loading splash screen few times
4) Stop taping and wait till loading will finish (Unity's splash screen will be gone)
-- Notice, that background's color is not default.
-- This happened because while Unity was loading taps were registered and applied on the first frame of the game (in result pressed the button which has changed the background color).
Expected result:
While Unity is loading, application should not register any taps.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment