I have a system that puts both AI and player character in blocking states where they raise their shield and the attack is blocked. Like most games this blocking system doesn’t allow you to hit the feet or back of the character though. My goal is to have the attack blocked only if it hits the shield. I can’t seem to figure this process out.
I’ve tried adding adding and removing a tag to the shield collision for the blocking state but it doesn’t appear that overlapped objects can read tags.
I’m also confused about the overlap events and how to find my object. If I set it up to find my shield it still counts as false because other objects get overlapped too and they are not shields.
Can anyone provide some advice for this?