Hey Folks! Noob question
So I create an enemy instance , and the player can interact individually for be a instance, but here is the problem, if I create another object, like a rectangle for field of view of this enemy, how can I associate this object as individual for each enemy and individual reaction?
I already try the for each option (maybe do it wrong) and I dont find a quick solution here (short time mine)
I wanna associate this rectangle as part of each individual enemy instance on level, and their actions only work with the respective enemy
Any suggestions are welcome, thx