Hello, I would like to know if my enemies can be transferred when I am “transparent”
here generate channels
the collision of mario transparent
the collision of the enemy
Hello, I would like to know if my enemies can be transferred when I am “transparent”
here generate channels
the collision of mario transparent
the collision of the enemy
Thanks for responding, but it didn’t work. keep colliding with the enemy
you need to overlap/ignore on both the capsule and the mesh too if that has collision enabled.
Thanks for responding, but it still doesn’t work.
I have the collision like this:
in the enemy
and in mario
your mario is still set to block enemies
also you could probably disable mesh collision completely since you’re using the capsule unless you have a reason for it
you should make sure:
set normal Mario to block enemy.
set transparent Mario to overlap or ignore enemy.
how about this collision?
it worked!!! thank you so much