Search Issue Tracker
Feature Request
Feature Request in 6000.4.X
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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.
Resolution Note (6000.4.X):
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.