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.
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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
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..?