I am studying behavior trees.
I would like to create an enemy AI.
Initially I implemented the ability to send rays straight from the enemy character.
It works fine when only one of them is used, but when I duplicate it, rays are only emitted from one of them.
What should I do?