How can i get Screen size in class without MonoBehaviour class ?
public class someClass{ float screenWidth = SomeSolution.width; }
Screen width is a static property of the Screen class, you can access it from anywhere