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
fix(SDK): remove erroneous parameter from boundary methods
A few of the SDK Boundary methods required a playArea GameObject to
be passed into them, however many of the internal methods didn't
use this GameObject as they can access the cached version of the
play area or simply make the same `GetPlayArea()` call which was
being used to pass the playArea object into the method in the first
place.
0 commit comments