playMaker

Author Topic: New project -> install playmaker -> 2 errors[SOLVED]  (Read 1939 times)

Menno007

  • Playmaker Newbie
  • *
  • Posts: 11
New project -> install playmaker -> 2 errors[SOLVED]
« on: February 04, 2020, 05:13:34 AM »
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?
« Last Edit: February 04, 2020, 12:09:03 PM by djaydino »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15620
  • Official Playmaker Support
Re: New project -> install playmaker -> 2 errors
« Reply #1 on: February 04, 2020, 05:15:27 AM »
Hi,

 If you created a new project and installed playmaker, what is the zip file you mention? did you purchase playmaker on our store or on the Unity Asset store?

Bye,

 Jean

Menno007

  • Playmaker Newbie
  • *
  • Posts: 11
Re: New project -> install playmaker -> 2 errors
« Reply #2 on: February 04, 2020, 05:19:40 AM »
Hi Jean
I purchased Playmaker a long time ago on your store. The latest email I got from you is from august 2019  (Version 1.9.0 Patch 19 Released)
That is the one i downloaded via my 'purchase' link

best
Menno

Menno007

  • Playmaker Newbie
  • *
  • Posts: 11
Re: New project -> install playmaker -> 2 errors
« Reply #3 on: February 04, 2020, 05:38:19 AM »
Sorry, it seems a mistake at my end.
because the error stated :
Assets\PlayMaker\Actions\SceneManager\Editor\LoadSceneCustomEditor.cs
I was under the impression it had something to do with Playmaker.

It was a conflict with some other script I installed.
thanks