using UnityEngine; public class UniWebViewHelper { public static int screenHeight { get { return Screen.height; } } public static int screenWidth { get { return Screen.width; } } public static int screenScale { get { return 1; } } }