Home › Forums › Software Development › Finding Screen Size and units › Reply To: Finding Screen Size and units
25/01/2017 at 22:25 #6272
Grant [Tobii]
Keymaster
Hi Jason, it seems like Unity exposes Screen size in their own API
Screen.width
public static int width;
As specified in their online documentation, did you manage to find this already?
Thanks for the update.