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
Dodge has a raycast that prevents adding unnecessary force to the player when an obstacle is in the way; however it only currently works with objects in the "walls" layer
The logic will need to be updated to accommodate for collision boxes being smaller than the entire gameobject
ex) the "ground" gameobject uses a large image and contains a smaller collision box. The current raycast logic treats the entire object as if it were a collision box.