b0npls / ErikIsAGoodTutorial

ErikIsAGoodTwotorial
0 stars 0 forks source link

Multiple box colliders #4

Closed gobfink closed 4 years ago

gobfink commented 5 years ago

How do you control multiple box colliders individually when they are attached to one character?

I'm trying to create the movement box, hit box, and hurt box all as box collider 2ds. However I go to record and change the other box collider and then test it and it resets. How did you guys implement the different boxes? I can't get change more then one in a different state.

gobfink commented 4 years ago

So the problem was that I had everything linked to the parent object. I needed to create different objects for the hit and hurt boxes and I was then able to control them individually.