Search Issue Tracker
Feature Request
Votes
0
Found in
6000.3.0b3
6000.4.0a1
Issue ID
UUM-119911
Regression
No
GameObject is not focused in Scene window when its position value is over 100000
Reproduction steps:
1. Create a new project
2. Select any GameObject in Hierarchy (e.g. Main Camera)
3. Change GameObjects position value to a number bigger than 100000
4. Double-click on the GameObject in Hierarchy to focus it in the Scene window
5. Observe Scene window
Actual result: GameObject is not visible in the Scene window
Expected result: GameObject is visible and focused in the Scene window
Reproducible with: 6000.3.0a4, 6000.3.0b3, 6000.4.0a1
-Not reproducible with: 2021.3.56f1, 2022.3.67f1, 6000.0.58f1, 6000.2.6f1, 6000.3.0a3-
Reproduced on: macOS Sequoia 15.4 (M4)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
Handles and Focus are not supported by default in Unity over 100.000 on any axis.
This is a limitation related to float precision and has always been.
This is not a bug but more a new feature request it seems.