Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: jumper on July 11, 2022, 07:28:16 PM

Title: Errors ~ State Transition will never be triggered.
Post by: jumper on July 11, 2022, 07:28:16 PM
Hello,

After i updated, i got these errors that showing.
"The state transition will never be triggered"
I am not understanding this.
isn't global event can be use in same transition in different prefab?

Sorry the images doesnt let me upload it~!
I am using this link for images.

https://ibb.co/PTR1cjN

Title: Re: Errors ~ State Transition will never be triggered.
Post by: djaydino on July 12, 2022, 09:26:46 AM
Hi.
If you have a global and a local, the local will not be trigger as it prioritizes the global.

do you have a global and a local event/transition on a fsm?
Title: Re: Errors ~ State Transition will never be triggered.
Post by: jumper on July 12, 2022, 11:08:21 PM
understood ~!
yes i do have it on same event.