reputage / seedQuest

A 3D Visual Mnemonic Game for Key Recovery
Apache License 2.0
54 stars 7 forks source link

Some interactables are impossible to interact with, because the player can't move close enough to the interactable #511

Closed westonb7 closed 5 years ago

westonb7 commented 5 years ago

Description Interactables require the player to be close enough to them to be able to click on them. However, the player's movement is limited, and can't move close enough for the prompt to pop up to be able to click on them for some interactables, especially large ones.

For example, the T-rex in the dino safari scene, or the spaceship in the space scene. The dino safari and space scene both have a few interactables that are good examples of this issue.

Screenshots

Screen Shot 2019-09-12 at 12 22 26 PM

Can't get close enough to the T-rex. Clicking on the T-rex itself does nothing here, even though this is the closest the player can get to the interactable.

Screen Shot 2019-09-12 at 12 29 23 PM

Can't get close enough to the plants

Screen Shot 2019-09-12 at 12 29 38 PM

Same with the space ship

Screen Shot 2019-09-12 at 12 30 14 PM

Same with this interactable

westonb7 commented 5 years ago

A few more examples of problem interactables:

Screen Shot 2019-09-12 at 12 41 57 PM Screen Shot 2019-09-12 at 12 48 48 PM
westonb7 commented 5 years ago

This seems to be mostly fixed in 'dev' now.