Search Issue Tracker
Won't Fix
Votes
0
Found in
Issue ID
389133
Regression
No
GameView clears what the user rendered to screen in Update() with camera.Render()
The GameView editor window clears the entire game view rect with the GameViewBackground style (dark gray with drop shadow) in OnGUI, which is called after Update in user's scripts where he calls camera.Render().
Aras: A proper solution would be to render game view into a render texture, always; and then draw that in the correct place. Would make it much easier to apply this "custom aspect ratio" thingy. However, would also require implementing MSAA for render textures.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Warnings thrown when computing Positions in a 2D BlendTree are not helpful to the user
- Warnings thrown when adjusting Time Scale to Homogenous Speed in a BlendTree are not helpful to the user
- Crash on __pthread_kill when opening a specific project
- Animator States disappear when opening their Context Menus right after Pasting them
- "NullReferenceException" is thrown when rapidly expanding and collapsing the folders in the VFX Graph Node creation menu
Add comment