playMaker

Author Topic: PlayMaker Editor won't open in Unity 5.6.0f3  (Read 2369 times)

sabrefoxx

  • Playmaker Newbie
  • *
  • Posts: 4
PlayMaker Editor won't open in Unity 5.6.0f3
« on: April 30, 2017, 03:50:28 AM »
I just updated unity from 5.4 to unity 5.6.0f3. It worked just fine in the older version of Unity but now when I click on Playmaker editor nothing happens. I tried creating a brand new and empty project and then installing playmaker fresh but it still doesn't work. What am I doing wrong? I am using playmaker 1.8.4.

These are the yellow notifications I am getting.

  • OnLevelWasLoaded was found on PlayMakerFSM
    This message has been deprecated and will be removed in a later version of Unity.
    Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed
  • Assets/PlayMaker/Actions/Editor/LookAtActionEditor.cs(70,25): warning CS0618: `UnityEditor.Handles.ConeCap(int, UnityEngine.Vector3, UnityEngine.Quaternion, float)' is obsolete: `Use ConeHandleCap instead'

  • Assets/PlayMaker/Actions/Editor/MoveTowardsActionEditor.cs(64,21): warning CS0618: `UnityEditor.Handles.ConeCap(int, UnityEngine.Vector3, UnityEngine.Quaternion, float)' is obsolete: `Use ConeHandleCap instead'
  • OnLevelWasLoaded was found on PlayMakerFSM
    This message has been deprecated and will be removed in a later version of Unity.
    Add a delegate to SceneManager.sceneLoaded instead to get notifications after scene loading has completed


Thank you
« Last Edit: April 30, 2017, 01:18:53 PM by sabrefoxx »

sabrefoxx

  • Playmaker Newbie
  • *
  • Posts: 4
Re: PlayMaker Editor won't open in Unity 5.6.0f3
« Reply #1 on: April 30, 2017, 02:52:48 PM »
Quote
Never mind, the problem fixed itself. After starting a fresh project and redownloading Playmaker for the N'th time it suddenly worked.

I spoke too soon. It stopped working again. Now I can't even repeat what I did last time. I even installed an earlier version of unity version 5.4.0f3 and it STILL doesn't work. I just paid $65 dollars for a plugin that's not working. Any help would be appreciated.
« Last Edit: April 30, 2017, 04:21:59 PM by sabrefoxx »

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15620
  • Official Playmaker Support
Re: PlayMaker Editor won't open in Unity 5.6.0f3
« Reply #2 on: May 03, 2017, 01:22:41 AM »
Hi,

 warnings can be safely ignored, so anything Yellow in  the console is fine and won't affect playback nor publishing,

 Any Red errors needs to be sorted out. What red error do you get?

 Bye,

 Jean