FlowGraph AreaTrigger not working C# project, using Cryengine 5.3.4.
The Area Trigger is activated when the player enters an area.First, create an area shape. Then, select the area trigger entity with the PICK function.
http://docs.cryengine.com/display/SDKDO ... s+Entities
I did this and the enter event is not firing, see debug image in attach. Also I used Box and Area Shape.
Re: FlowGraph AreaTrigger not working C# project
#2check the trigger settings. n links
is the player box ticked?
is the player box ticked?
Re: FlowGraph AreaTrigger not working C# project
#3Where is the player box in area trigger? I m using rolling ball template. Look image in attach.
- Attachments
-
- img1.png (28.17 KiB) Viewed 1027 times
Re: FlowGraph AreaTrigger not working C# project
#5In editor->Create Object >Entity> Triggers I just have one trigger : AreaTrigger.
I'm using c# template project Rolling Ball.
In the level I was just exploring triggers, so I just add one AreaTrigger and one box Shape.
Using Cryengine 5.3.4 build 47
PB
I'm using c# template project Rolling Ball.
In the level I was just exploring triggers, so I just add one AreaTrigger and one box Shape.
Using Cryengine 5.3.4 build 47
PB
Re: FlowGraph AreaTrigger not working C# project
#7Like this?
- Attachments
-
- img1.png (27.51 KiB) Viewed 956 times