Hi everyone,
I am brand new to game development. I don’t know much about this engine, but I’m taking a game design course to help me learn. I am creating a basic arena shooter game. At this stage, I have developed a playable character that can walk, look around, jump, and shoot red projectiles. I need to create enemy AIs that also walk around, and shoot other enemies (or me). That’s it so far. My enemies follow a behavior tree, respawn when killed, walk around, and shoot just fine. My only two problems are these:
- I cannot see enemy projectiles. Even though they are shooting, I just can’t see them. (Visibility is on, and “hidden in game” is off)
- When an enemy shoots me, they damage themselves instead. I am invincible for some reason.
I tried to get screenshots of relevant blueprints.
I hope these make sense. Any feedback would be greatly appreciated.
Thanks so much!