You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rect.zero is introduced from Unity 5.5. Using it will cause compiler
error when compiling for Unity 5.4 or below.
Change the checking to check Rect.width and Rect.height instead.
Change-Id: I53d05e9c65bad2ae3000b8b284214b2f13dbc6ba
0 commit comments