Search Issue Tracker
By Design
Votes
0
Found in
5.4.4p1
Issue ID
900222
Regression
No
[UI] World space buttons don't work when moved in FixedUpdate
The EventSystem is updated in Update, after FixedUpdate. So if you have world space buttons that are moved in FixedUpdate (attached to a vehicle moved by physics etc) and a camera with its position updated in Update or LateUpdate etc then the raycasts from the mouse clicks will miss the buttons on most frames.
Steps to reproduce:
1. Open User's attached project
2. Play scene "Test"
3. Try to push the button
Expected result: Button click is registered and a message appears in the Console.
Actual result: Button click is missed.
Reproduced with: 2017.1.0b1, 5.6.0f3, 5.5.3f1, 5.4.5f1
Note: If FixedUpdate is changed to Update, void ButtonClicked() catches button click.
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