Skip to content

Instantly share code, notes, and snippets.

@ezirmusitua
Created May 17, 2019 02:41
Show Gist options
  • Save ezirmusitua/ddd1d03dc4352d3fefe47251af69b0e5 to your computer and use it in GitHub Desktop.
Save ezirmusitua/ddd1d03dc4352d3fefe47251af69b0e5 to your computer and use it in GitHub Desktop.
[Get screen size] Get screen width & height #unity
Vector2 GetScreenSize() {
return new Vector2(Screen.width, Screen.height);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment