Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: jrDev on October 31, 2019, 11:09:42 AM

Title: PUN actions naming conventions.
Post by: jrDev on October 31, 2019, 11:09:42 AM
Hello,

This is primarily directed and @jeanfabre. What I want to know if the naming convention of the PUN Actions with the script name using "Pun" and the action name using "PhotonNetwork" was intentional. Eg PunGetPlayerProperties.cs and "public class PhotonNetworkGetPlayerProperties : FsmStateAction" using these names. It seems rather weird that this would be intentional since you can't "Find" or "Edit" script because the names are different and Unity will throw an error. Please look into this and fix with update to Ecosystem.

Thanks,
jrDev
Title: Re: PUN actions naming conventions.
Post by: jeanfabre on November 01, 2019, 03:36:29 AM
Hi,

The name of the action and the name of the file must be identical, which actions did you find that were not matching name and class?

Bye,

 Jean