playMaker

Recent Posts

Pages: 1 2 [3] 4 5 ... 10
21
General Discussion / Re: How to use PlayMaker with GameAnalytics?
« Last post by kevin498 on April 10, 2024, 02:42:54 AM »
To integrate GameAnalytics with PlayMaker in your Unity project, start by installing both assets from the Unity Asset Store and obtaining your Game Key and Secret Key from the GameAnalytics website. Import the PlayMaker custom actions for GameAnalytics and use these actions within your PlayMaker FSMs to track important game events like level completions or DGCustomerFirst player interactions. Ensure that you configure the GameAnalytics Settings in Unity with your keys and test your game to verify that events are being sent and received correctly. Refer to official documentation and community resources for more detailed instructions and examples on setting up and using GameAnalytics with PlayMaker effectively.
22
General Discussion / Help 2. so many errors for what?
« Last post by eboy on April 10, 2024, 12:06:10 AM »
Why do I keep getting errors when doing nothing but adding a FSM..

NullReferenceException: Object reference not set to an instance of an object
PlayMakerFSM.Awake () (at C:/Projects/Playmaker_1.9.1/Projects/Playmaker.source.unity/Assets/PlayMaker/PlayMakerFSM.cs:231)
UnityEditor.Undo:AddComponent(GameObject)
HutongGames.PlayMakerEditor.FsmBuilder:DoAddFsmComponent(GameObject, Boolean) (at C:/Projects/Playmaker_1.9.1/Projects/Playmaker.source.unity/Assets/PlayMaker/Editor/Classes/FsmBuilder.cs:353)
HutongGames.PlayMakerEditor.FsmBuilder:AddFsmToGameObject(GameObject, Boolean, FsmTemplate) (at C:/Projects/Playmaker_1.9.1/Projects/Playmaker.source.unity/Assets/PlayMaker/Editor/Classes/FsmBuilder.cs:338)
HutongGames.PlayMakerEditor.FsmBuilder:AddFsmToSelected(FsmTemplate) (at C:/Projects/Playmaker_1.9.1/Projects/Playmaker.source.unity/Assets/PlayMaker/Editor/Classes/FsmBuilder.cs:324)
HutongGames.PlayMakerEditor.FsmBuilder:AddFsmToSelected() (at C:/Projects/Playmaker_1.9.1/Projects/Playmaker.source.unity/Assets/PlayMaker/Editor/Classes/FsmBuilder.cs:304)
UnityEditor.GenericMenu:CatchMenu(Object, String[], Int32) (at /Users/bokken/build/output/unity/unity/Editor/Mono/GUI/GenericMenu.cs:127)

NullReferenceException: Object reference not set to an instance of an object
PlayMakerFSM.OnDisable () (at C:/Projects/Playmaker_1.9.1/Projects/Playmaker.source.unity/Assets/PlayMaker/PlayMakerFSM.cs:691)
UnityEditor.Undo:AddComponent(GameObject)
HutongGames.PlayMakerEditor.FsmBuilder:DoAddFsmComponent(GameObject, Boolean) (at C:/Projects/Playmaker_1.9.1/Projects/Playmaker.source.unity/Assets/PlayMaker/Editor/Classes/FsmBuilder.cs:353)
HutongGames.PlayMakerEditor.FsmBuilder:AddFsmToGameObject(GameObject, Boolean, FsmTemplate) (at C:/Projects/Playmaker_1.9.1/Projects/Playmaker.source.unity/Assets/PlayMaker/Editor/Classes/FsmBuilder.cs:338)
HutongGames.PlayMakerEditor.FsmBuilder:AddFsmToSelected(FsmTemplate) (at C:/Projects/Playmaker_1.9.1/Projects/Playmaker.source.unity/Assets/PlayMaker/Editor/Classes/FsmBuilder.cs:324)
HutongGames.PlayMakerEditor.FsmBuilder:AddFsmToSelected() (at C:/Projects/Playmaker_1.9.1/Projects/Playmaker.source.unity/Assets/PlayMaker/Editor/Classes/FsmBuilder.cs:304)
UnityEditor.GenericMenu:CatchMenu(Object, String[], Int32) (at /Users/bokken/build/output/unity/unity/Editor/Mono/GUI/GenericMenu.cs:127)

NullReferenceException: Object reference not set to an instance of an object
HutongGames.PlayMaker.Fsm.InitData () (at C:/Projects/Playmaker_1.9.1/Projects/Playmaker.source.unity/Assets/PlayMaker/Classes/Fsm.cs:1941)
HutongGames.PlayMakerEditor.FsmEditor.SelectFsm (HutongGames.PlayMaker.Fsm fsm) (at C:/Projects/Playmaker_1.9.1/Projects/Playmaker.source.unity/Assets/PlayMaker/Editor/Classes/FsmEditor.cs:1612)
HutongGames.PlayMakerEditor.FsmBuilder.AddFsmToSelected (FsmTemplate useTemplate) (at C:/Projects/Playmaker_1.9.1/Projects/Playmaker.source.unity/Assets/PlayMaker/Editor/Classes/FsmBuilder.cs:327)
HutongGames.PlayMakerEditor.FsmBuilder.AddFsmToSelected () (at C:/Projects/Playmaker_1.9.1/Projects/Playmaker.source.unity/Assets/PlayMaker/Editor/Classes/FsmBuilder.cs:304)
UnityEditor.GenericMenu.CatchMenu (System.Object userData, System.String[] options, System.Int32 selected) (at /Users/bokken/build/output/unity/unity/Editor/Mono/GUI/GenericMenu.cs:127)

NullReferenceException: Object reference not set to an instance of an object
HutongGames.PlayMaker.FsmState.GetTransition (System.Int32 transitionIndex) (at C:/Projects/Playmaker_1.9.1/Projects/Playmaker.source.unity/Assets/PlayMaker/Classes/FsmState.cs:656)
HutongGames.PlayMakerEditor.FsmSelection.set_ActiveFsm (HutongGames.PlayMaker.Fsm value) (at C:/Projects/Playmaker_1.9.1/Projects/Playmaker.source.unity/Assets/PlayMaker/Editor/Classes/FsmSelection.cs:131)
HutongGames.PlayMakerEditor.FsmSelection..ctor (HutongGames.PlayMaker.Fsm fsm) (at C:/Projects/Playmaker_1.9.1/Projects/Playmaker.source.unity/Assets/PlayMaker/Editor/Classes/FsmSelection.cs:328)
HutongGames.PlayMakerEditor.FsmSelectionHistory.GetSelection (HutongGames.PlayMaker.Fsm fsm) (at C:/Projects/Playmaker_1.9.1/Projects/Playmaker.source.unity/Assets/PlayMaker/Editor/Classes/FsmSelectionHistory.cs:303)
HutongGames.PlayMakerEditor.FsmSelectionHistory.SelectFsm (HutongGames.PlayMaker.Fsm fsm) (at C:/Projects/Playmaker_1.9.1/Projects/Playmaker.source.unity/Assets/PlayMaker/Editor/Classes/FsmSelectionHistory.cs:185)
HutongGames.PlayMakerEditor.FsmEditor.SelectFsm (HutongGames.PlayMaker.Fsm fsm) (at C:/Projects/Playmaker_1.9.1/Projects/Playmaker.source.unity/Assets/PlayMaker/Editor/Classes/FsmEditor.cs:1638)
HutongGames.PlayMakerEditor.FsmEditor.SelectFsm (UnityEngine.GameObject gameObject) (at C:/Projects/Playmaker_1.9.1/Projects/Playmaker.source.unity/Assets/PlayMaker/Editor/Classes/FsmEditor.cs:1534)
HutongGames.PlayMakerEditor.FsmEditor.OnSelectionChange () (at C:/Projects/Playmaker_1.9.1/Projects/Playmaker.source.unity/Assets/PlayMaker/Editor/Classes/FsmEditor.cs:1209)
HutongGames.PlayMakerEditor.FsmEditor.OnHierarchyChange () (at C:/Projects/Playmaker_1.9.1/Projects/Playmaker.source.unity/Assets/PlayMaker/Editor/Classes/FsmEditor.cs:1282)
HutongGames.PlayMakerEditor.FsmEditorWindow.OnHierarchyChange () (at Assets/PlayMaker/Editor/FsmEditorWindow.cs:390)
UnityEditor.HostView.OnHierarchyChange () (at /Users/bokken/build/output/unity/unity/Editor/Mono/HostView.cs:451)

23
General Discussion / Re: Help!!
« Last post by eboy on April 09, 2024, 08:20:16 PM »
Unity 2022.3 and PM 1.9.8...PM works fine.. I just get the error and I clear it..but it seemed intense.  Also I am a noob so I may not know what I am talking about.  but now that I have your ear...should I put my happy birthday PM2 cake on the table or should I leave it in the oven for a few more months.  Just curious.  THanks
24
PlayMaker Help / Re: Upgrade project from Unity 2023.1.20f1 to 2023.2.* empty FSMs
« Last post by Intentor on April 09, 2024, 03:13:03 PM »
It’s a large project. :-/

I can test if I could strip most of it and still have the same issue, so I could easily share it with you.

However, since I won’t be able to do it for a while, I will wait to check if the issue happens with new versions of both Unity and PlayMaker. If it still persists, I’ll prepare a project to share with you!

Thank you!
25
PlayMaker Help / No Prefabs folder in Assets?
« Last post by jdiez on April 09, 2024, 01:38:17 PM »
Hi!

Here a beginner! I purchased today Playmaker trough Unity Assets store. Two things; the objects show in the interface the Hutong logo. And the Prefabs folder is missing. What's wrong? Please little help
Thanks
26
Thank you so much for the suggestion.
27
Ok, thanks I will keep it in my mind.
28
General Discussion / Cross site scripting issue
« Last post by Laury on April 08, 2024, 08:53:41 AM »
Hi, I run a tech blog site and it is a PHP based website. But recently there is a problem to my website and that is cross-site scripting issue. Here is my website. Please let me know what to do.
29
Share New Actions / Re: URP Post Processing Controller
« Last post by AspenDavis on April 08, 2024, 06:42:21 AM »
Have you found anything useful?
30
General Discussion / Re: Help!!
« Last post by Alex Chouls on April 08, 2024, 04:20:01 AM »
What version of Unity and Playmaker?
Are you able to launch Playmaker? Or does the install fail because of the error?
Pages: 1 2 [3] 4 5 ... 10