Search Issue Tracker
Fixed in 5.0.X
Votes
2
Found in
4.3.2f1
Issue ID
587025
Regression
Yes
Drawn camera is cropped the size of the Game View when using Handles.DrawCamera
Steps to reproduce :
- import the project attached
- open the scene "cameraTest"
- undock the Game View
- play the scene and press Test Camera View
- resize the Game View window and notice that the DrawCamera function also seems to resize
*Note :
Regression from 3.5.
Comments (3)
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
- “Baking ReferencedPrefabAuthoring!” errors are thrown when creating or deleting unrelated GameObjects in a SubScene that references prefabs
- Cannot scroll down to see all UI Builder Inspector items after content is resized
- Crash on SceneTracker::SetObjectDirty when entering Play mode on a project with specific Assets
- Constant buffers are redundantly uploaded when consecutive compute dispatches are executed on DirectX11
- UI Toolkit's TextInput element does not inherit layout parameters from the TextField element when TextField.multiline is true
JeevSiewnath
Mar 07, 2014 15:36
Actually just seen a workaround that works much better on http://answers.unity3d.com/questions/638778/looking-for-a-workaround-for-drawcameragame-view-c.html
JeevSiewnath
Mar 07, 2014 15:28
Hi, I actually was the one who submitted the issue. My current "workaround" is to maximize the game view window so that is larger than your custom editor window. Hopefully a fix will be implemented in future versions.
redsix
Feb 12, 2014 16:55
I just learned about this bug the hard way.
Is there any workaround for it? I imagine there must be, unless windows like the Sprite-Editor are drawn using a different method..?