Search Issue Tracker
Won't Fix
Votes
1
Found in
4.2.0f1
Issue ID
550447
Regression
No
SceneView reporting wrong Screen.width / Screen.height
This issue has no description.
Comments (1)
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
- Audio Mixer window cannot be scrolled when naming items
- Scrollbar remains visible in the Imported Assets tab table after removing all columns
- Crash on MemoryManager::OutOfMemoryError when building a specific project for Android platform
- “NullReferenceException: Object reference not set to an instance of an object” error is thrown and no Neighbor Terrain is created when using “Create Neighbor Terrains” tool in Additional Editor Instance window
- "Channel Remapping" foldout in the Terrain Layer Inspector does not open when clicked on its title
roryo
Oct 27, 2016 15:47
When Screen.height is called from an SceneView.onSceneGUIDelegate, double the Screen.height is returned. The workaround is to use Screen.height/2.