ArcCreate
ArcCreate copied to clipboard
Scenecontrol: Use camera pixel size instead of screen size
Found out ScreenWidth and ScreenHeight context channels are using (editor) screen size and not camera texture size when I'm trying to adapt elements in scenecontrol.
Screen would work on gameplay client but on editor its behavior is not desired, this commit fixes it.