I tried to make touch event from every angle of a cube, but I can't make NearInteractionTouchable to cover whole cube. It is just cover half of my cube box collider.
I tried the touch sample from example scene, and it triggered touch event from any angle of the collider.
Scene configuration and unitypackage:
unitypackage:
Actually, it looks like to answer #1, I am able to make a cube that is touchable from 6 sides, using the following configuration. I am able to touch the cube from all six sides.