There anyway to adjust an objects hitbox?
FlyboyTrevy_
Member, PRO Posts: 148
Would it be in any way possible to adjust an objects collision box. All it seems you can do from the menu is change its shape. I want to make it thinner so its not so unforgiving.
Comments
My current solution (and final if hitboxes are not editable) is to make a smaller version of the actor and place it behind the real actor away from site, and thats what its actually colliding with.
Yep, that's the basic trick behind a million games ! You can build all sorts of complex collision shapes like this.
And here is a project where you can constrain the 'hitboxes' to your actor if you need them all the move around the scene together as one object:
https://forums.gamesalad.com/discussion/75220/fast-constrain-linkmachine-v2