playMaker

Author Topic: Can't make a link between states in Unity 6.3.11f1 [SOLVED]  (Read 630 times)

HaraldsVeiss

  • Junior Playmaker
  • **
  • Posts: 70
Can't make a link between states in Unity 6.3.11f1 [SOLVED]
« on: March 15, 2026, 10:13:30 AM »
Hi guys!

I recently update to Unity 6.3.11f1 and now I can't make any links between states, the link is not getting dragged out of the state as usual.

I'm using Playmaker 1.9.9f1 and before that the same issue with 1.9.9p1

How can I resolve this?

These errors also present:
GUI Error: Invalid GUILayout state in FsmEditorWindow view. Verify that all layout Begin/End calls match
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&) (at /Users/bokken/build/output/unity/unity/Modules/IMGUI/GUIUtility.cs:224)

TypeLoadException: Could not resolve type with token 01000186 from typeref (expected class 'UnityEngine.EventModifiers' in assembly 'UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null')

« Last Edit: March 15, 2026, 11:05:31 AM by HaraldsVeiss »

HaraldsVeiss

  • Junior Playmaker
  • **
  • Posts: 70
Re: Can't make a link between states in Unity 6.3.11f1
« Reply #1 on: March 15, 2026, 11:05:14 AM »
Ok managed to solve it - what I needed to do is completely delete Playmaker and reinstall 1.9.9f1 and now it works as usual.