Yes and no. I've got this case, and just add maxDistance = 1, to the clickable properties. ( This property gives you from how distance you can activate the click function )Blichew wrote:It's like that because clickable area is in fron of the door (probably). When you're on the fother side you simply can't reach clickable area. As it's roughly in the middle you can still reach it before door close.
Did you try adding another clickable component for the other side with adjusted vector/offset?
Also, my offset ( anchor ) vectors coords are based on the ultimate center of a door ( generaly vec(0,1.3,0) ), but, the size of the box wich be clickable can be changed. I made it "recovering" my custom door, but think that must be "redraw" by including debugDraw = true property to the clickable component.
Don't know if i'm clear enough