Update: You just need to use UnityEditor.Handles.GetMainGameViewSize() and don’t need any reflection at all (even though it still might be useful for something else). Thanks to Zanleo for posting an easier option in comments! Original Article: The game that I’m currently developing should switch spritesheets for different device sizes. I have 3 of […]