using UnityEngine; public class ScreenToUI : MonoBehaviour { public const float UI_Width = 1366f; public const float UI_Height = 768f; public readonly static float Screen_Width_Half = Screen.width / 2f; public readonly static float Screen_Height_Half…