If I spawn both zombies and guards in the same area, after update 26.30 they won’t attack each other. Guard’s perceptions aren’t triggered by zombies at all.
Steps to Reproduce
Create a new map
Place both Creature and Guard spawns into it
Play
Expected Result
Guards attacking Creatures and Creatures attacking Guards
@Klian thank you for reporting this issue and for the video you posted.
My team and I found a solution through Verse code.
This is definitely a bug, but we made a hack in code that works.
So we used the conditional button to call the guard when we need him during the game, and we implemented steps in code you described in video, but that did not worked, so we separated steps in two threads that work in parallel, and than it worked.
Example of code can be found bellow :
using { /Fortnite.com/Devices }
using { /Verse.org/Simulation }
using { /UnrealEngine.com/Temporary/Diagnostics }
using { /Verse.org/Simulation/Tags }
using { /Fortnite.com/Characters }