Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Midas: Cannot select smaller interactables that are on top of larger interactables. #552

Open
jasukim opened this issue Jan 9, 2020 · 1 comment
Assignees
Labels
bug Something isn't working p2 game is working, but "buggy" gameplay and visuals, would be ashamed if this shipped

Comments

@jasukim
Copy link
Collaborator

jasukim commented Jan 9, 2020

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.

@jasukim 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
@michaelmendoza
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working p2 game is working, but "buggy" gameplay and visuals, would be ashamed if this shipped
Projects
None yet
Development

No branches or pull requests

2 participants