-
A more detailed collision for empty barrels?
I'm practicing with the editor and I wanted to make a skill game where you throw a basketball into a barrel
know this game is already done, i'm just trying to remake it.) If you tried this yourself, you'd find that the basketball does not actually go into the barrel, it just bounces off it, like there's some kind of invisible wall on it. Is there a relatively easy way to change the complexity of the collision detection, other than "remaking" the barrel using custom invisible collisions?
-
Re: A more detailed collision for empty barrels?
I also really want to know this! its driving me crazy
-
Re: A more detailed collision for empty barrels?
I think you'll just have to use another object that is open like a pipe, metal trash can, etc. Or build your own out of four wood planks.
Note that there is a basketball hoop in the "decorations" category.
-
Re: A more detailed collision for empty barrels?
It doesn't seem possible as as far as the game is concerned the top of the barrel is a collision enabled barrier just like the sides, and unfortunatly there's no way to disable collisions on only one side of an object.