PlaceholderGames / 2016-VnD_Game

2nd year computer games development group project
2 stars 0 forks source link

Bug report: Logic that belongs to ants should be part of the AI_ant blueprint #77

Open BojanStankovic opened 7 years ago

BojanStankovic commented 7 years ago

Many of the logic used by ants is stored in the ThirdPersonCharacter and this is starting to cause issues with controlling the specific ant. The result we get currently is that the actions designated for one ant get assigned to another one as soon as it is re-selected. This could be avoided with the logic for the ant being stored in the ant blueprint itself instead of coming up with many workarounds.

I will do this over the Easter break. For now carry-on as we did until now.

BojanStankovic commented 7 years ago

Due to a problem described in #78 I can't work on my machine.

ghost commented 7 years ago

I will add this to my extras section once I'm finished with the presentation. If I have time I'll resolve this issue atm its low prority.