Let's Learn Unity

Опубликовано: 10 Июнь 2026
на канале: NC Learn wit Me
8
0

Hello guys, so today we focus on creating our new attacker type. This type will have the ability to pass through wall defenders.

The way I did it was to add a specific tag, "Wall," to the Gravestone. Then I would just check if the defender obj contained that tag to trigger the jump or in my case a teleportation animation.