Well, im getting these warnings spammed when using them:
Assets/PlayMaker Utils/Editor/PlayMakerEditorUtils.cs(102,94): warning CS0618: `HutongGames.PlayMakerEditor.FsmEditorUtility.GetActionScriptAsset(HutongGames.PlayMaker.FsmStateAction)' is obsolete: `Use ActionScripts.GetAsset instead.'
Assets/PlayMaker Utils/Editor/PlayMakerEditorUtils.cs(111,90): warning CS0618: `HutongGames.PlayMakerEditor.FsmEditorUtility.GetActionLabel(HutongGames.PlayMaker.FsmStateAction)' is obsolete: `Use Labels.GetActionLabel instead.'
Assets/PlayMaker PUN/Editor/PlayMakerPhotonWizard.cs(49,29): warning CS0414: The private field `PlayMakerPhotonWizard.isPunPlus' is assigned but its value is never used