Hi,
I made a new project in Unity 2019.30f6 and downloaded the latest playmaker installer (1.9.0.p19)
Within that zip file is no 2019 installer, the latest one is the 2018.3, so I installed that one.
After installation I immediately get the following 2 errors I cannot figure out how to fix them:
Assets\PlayMaker\Actions\SceneManager\Editor\LoadSceneCustomEditor.cs(17,13): error CS0030: Cannot convert type 'HutongGames.PlayMaker.FsmStateAction' to 'LoadScene'
Assets\PlayMaker\Actions\SceneManager\Editor\LoadSceneCustomEditor.cs(21,15): error CS1061: 'LoadScene' does not contain a definition for 'sceneReference' and no accessible extension method 'sceneReference' accepting a first argument of type 'LoadScene' could be found (are you missing a using directive or an assembly reference?)
Is this due to the Unity 2019 version?