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
Description
When playing through the Midas Touch scene, if a small interactable is on top of a larger interactable, then it will always select the larger interactable. It cannot select the small interactable.
To Reproduce
Steps to reproduce the behavior:
Play through Pirates scene and try to select the Coins on the statue or the Blanket on the Hammock
Will not be able to select the coins or the blanket.
Expected Behavior
Should be able to click on the smaller interactable on top of the larger interactable easily.
The text was updated successfully, but these errors were encountered:
jasukim
added
bug
Something isn't working
p2
game is working, but "buggy" gameplay and visuals, would be ashamed if this shipped
labels
Jan 9, 2020
A couple things: 1. Interactables can't be static. If they are static, the box colliders won't work correctly. 2. Make sure the bounding boxes for the interactables don't collide. If they do, use a mesh collider for the items with complex geometries for better collider.
Description
When playing through the Midas Touch scene, if a small interactable is on top of a larger interactable, then it will always select the larger interactable. It cannot select the small interactable.
To Reproduce
Steps to reproduce the behavior:
Expected Behavior
Should be able to click on the smaller interactable on top of the larger interactable easily.
The text was updated successfully, but these errors were encountered: