Bug Reporting > PlayMaker Bug Reporting

"Get Event Properties" not receiving enum value

(1/1)

DanielWicht:
I can't seem to receive an enum value by using "Set Event Properties" and then "Get Event Properties". All other kinds of variable types seem fine. Is that a known issue?

Playmaker v 1.9.7.
Unity 2021.3.23f1

djaydino:
Hi.
maybe you can convert the enum(index) to an int instead

DanielWicht:
thank you. yes i can totally work around this issue. in my case i converted enums to strings.

but i still wanted to share this issue because it seems to be a feature not working :)

Broken Stylus:
A long time ago a project had an issue that some data attached to events was getting lost and not received by other FSMs waiting for the data.
I solved this the first time by using "set properties" instead.
When the bug appeared for some of the events using properties, cutting a rather larger FSM into smaller pieces solved the issue.

It seems that PM doesn't handle well event related operations coming in big waves from a single source (FSM).

Navigation

[0] Message Index

Go to full version