playMaker

Author Topic: Unity 5.6 Beta Patch  (Read 34978 times)

TristanKang

  • Playmaker Newbie
  • *
  • Posts: 4
Re: Unity 5.6 Beta Patch
« Reply #45 on: April 18, 2017, 08:25:30 AM »
Hi,

Which version of 5.6 exactly? I don't get these.

And don't worry to much about obsolete warnings, they won't affect your game at all.

 Bye,

 Jean

It's 5.6.0f3

I reinstalled Unity several times.

Although it doesn't affect the game but it's annoying to see this message after I launch Unity. I'm just worrying lookat function and movetowards function are not going to work due to error.

Can you send me your LookAtActionEditor.cs and MoveTowardsActionEditor.cs?

Best.
« Last Edit: April 18, 2017, 09:09:17 AM by TristanKang »

markmandarin

  • Playmaker Newbie
  • *
  • Posts: 49
Re: Unity 5.6 Beta Patch
« Reply #46 on: April 18, 2017, 09:17:40 AM »
Same problem with my Unity 5.6 / Playmaker 1.8.4

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Unity 5.6 Beta Patch
« Reply #47 on: April 19, 2017, 03:42:13 AM »
Hi,

 ok, I can repro, I'll fix this and it will be in the next update. I'll put a patch on the forum too.


 Bye,

 Jean

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Unity 5.6 Beta Patch
« Reply #48 on: April 19, 2017, 04:07:20 AM »
Hi,

 ok, Action editors obsolete warning patch is here: http://hutonggames.com/playmakerforum/index.php?topic=14973.0

Thanks for reporting!

 Bye,

 Jean

TristanKang

  • Playmaker Newbie
  • *
  • Posts: 4
Re: Unity 5.6 Beta Patch
« Reply #49 on: April 19, 2017, 11:23:15 AM »
Thank you for update! It's working now.

markmandarin

  • Playmaker Newbie
  • *
  • Posts: 49
Re: Unity 5.6 Beta Patch
« Reply #50 on: April 19, 2017, 06:33:45 PM »
Hi,

 ok, Action editors obsolete warning patch is here: http://hutonggames.com/playmakerforum/index.php?topic=14973.0

Thanks for reporting!

 Bye,

 Jean

Thanks!

ptakacs

  • Playmaker Newbie
  • *
  • Posts: 1
Re: Unity 5.6 Beta Patch
« Reply #51 on: May 05, 2017, 12:10:50 PM »
Hi!

I just installed the new Unity 5.6.0.f3 (Win10). Download and import the Playmaker (latest  version).

I got 2 errors:

Cannot convert type 'HutongGames.PlayMaker.FsmStateAction' to 'LoadScene' ... \PlayMaker\Actions\SceneManager\Editor\LoadSceneCustomEditor.cs   17

and...

'LoadScene' does not contain a definition for 'sceneReference' and no extension method 'sceneReference' accepting a first argument of type 'LoadScene' could be found (are you missing a using directive or an assembly reference?) ... \PlayMaker\Actions\SceneManager\Editor\LoadSceneCustomEditor.cs   21   Active

Any idea?

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Unity 5.6 Beta Patch
« Reply #52 on: May 15, 2017, 05:11:01 AM »
Hi,

The Api Updater from Unity likely did not trigger.

 Can you reimport all from the Unity "Assets" menu?

Bye,

 Jean

m3ndi3

  • Playmaker Newbie
  • *
  • Posts: 9
Re: Unity 5.6 Beta Patch
« Reply #53 on: May 19, 2017, 12:08:11 PM »
I downloaded the new 5.6.1 patch and playmaker auto updated and moved the dlls somewhere else. Now all actions give an error that its missing an assembly reference and I get FileNotFoundException: Could not load file or assembly 'PlayMaker, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.

Also TypeLoadException: Could not load type 'HutongGames.PlayMakerEditor.ActionReportWindow' from assembly 'PlayMakerEditor, Version=1.6.0.0, Culture=neutral, PublicKeyToken=null'.
System.MonoCustomAttrs.GetCustomAttributesBase (ICustomAttributeProvider obj, System.Type attributeType) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System/MonoCustomAttrs.cs:108)
System.MonoCustomAttrs.GetCustomAttributes (ICustomAttributeProvider obj, System.Type attributeType, Boolean inherit) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System/MonoCustomAttrs.cs:151)
System.MonoType.GetCustomAttributes (System.Type attributeType, Boolean inherit) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System/MonoType.cs:595)
UnityEngine.AttributeHelperEngine.CheckIsEditorScript (System.Type klass) (at C:/buildslave/unity/build/Runtime/Export/AttributeHelperEngine.cs:131)
« Last Edit: May 19, 2017, 12:32:34 PM by m3ndi3 »

m3ndi3

  • Playmaker Newbie
  • *
  • Posts: 9
Re: Unity 5.6 Beta Patch
« Reply #54 on: May 19, 2017, 04:08:11 PM »
I deleted and re-downloaded playmaker and it works now... Be careful when auto updating your playmaker project after you update 5.6.1!