playMaker

Author Topic: Unity 2017 Console errors[SOLVED]  (Read 3600 times)

wheretheidivides

  • Sr. Member
  • ****
  • Posts: 496
Unity 2017 Console errors[SOLVED]
« on: July 13, 2017, 10:27:07 PM »
So I get these console errors after upgrading to unity 2017. Any chance they can be fixed?

Assets/PlayMaker/Actions/Animator/GetAnimatorCurrentStateInfo.cs(147,29): warning CS0618: `UnityEngine.AnimatorStateInfo.nameHash' is obsolete: `Use AnimatorStateInfo.fullPathHash instead.'

Assets/PlayMaker/Actions/Animator/GetAnimatorNextStateInfo.cs(145,29): warning CS0618: `UnityEngine.AnimatorStateInfo.nameHash' is obsolete: `Use AnimatorStateInfo.fullPathHash instead.'

Assets/PlayMaker/Actions/ComponentAction.cs(62,39): warning CS0618: `UnityEngine.NetworkView' is obsolete: `Unity Multiplayer and NetworkIdentity component instead.'

Assets/PlayMaker uGui/Editor/PlayMakerUGuiCanvasRaycastFilterEventsProxyInspector.cs(17,20): warning CS0618: `UnityEditor.SerializedObject.UpdateIfDirtyOrScript()' is obsolete: `UpdateIfDirtyOrScript has been deprecated. Use UpdateIfRequiredOrScript instead.'

Assets/PlayMaker uGui/Editor/PlayMakerUGuiDragEventsProxyInspector.cs(17,20): warning CS0618: `UnityEditor.SerializedObject.UpdateIfDirtyOrScript()' is obsolete: `UpdateIfDirtyOrScript has been deprecated. Use UpdateIfRequiredOrScript instead.'

Assets/PlayMaker uGui/Editor/PlayMakerUGuiDropEventsProxyInspector.cs(17,20): warning CS0618: `UnityEditor.SerializedObject.UpdateIfDirtyOrScript()' is obsolete: `UpdateIfDirtyOrScript has been deprecated. Use UpdateIfRequiredOrScript instead.'

Assets/PlayMaker uGui/Editor/PlayMakerUGuiPointerEventsProxyInspector.cs(17,20): warning CS0618: `UnityEditor.SerializedObject.UpdateIfDirtyOrScript()' is obsolete: `UpdateIfDirtyOrScript has been deprecated. Use UpdateIfRequiredOrScript instead.'

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'



« Last Edit: July 24, 2017, 08:04:46 AM by jeanfabre »

Alex Chouls

  • Administrator
  • Hero Member
  • *****
  • Posts: 3987
  • Official Playmaker Support
    • LinkedIn
Re: Unity 2017 Console errors
« Reply #1 on: July 14, 2017, 12:36:06 AM »
Yes! Obsolete warnings don't effect builds, but they are annoying.

The warnings for built-in actions are fixed in the next update, currently in beta testing, and hopefully available soon.

The uGUI Action warnings need to be fixed in the ecosystem. I'm sure Jean will update those soon too.

Thanks for your patience in the meantime!


wheretheidivides

  • Sr. Member
  • ****
  • Posts: 496
Re: Unity 2017 Console errors
« Reply #2 on: July 15, 2017, 11:16:51 PM »
I'd try doing a search for some of the update in the ecosystem, but the ecosystem does not work in unity 2017.1.  You search for stuff and it never finds anything.

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Unity 2017 Console errors
« Reply #3 on: July 24, 2017, 08:04:27 AM »
Hi,

 There is now an update for the Ecosystem browser, BUT it will only work for 2017.2 and up, not for 2017.1 because of a Unity bug.

 Bye,

 Jean

gregacuna

  • Full Member
  • ***
  • Posts: 142
Re: Unity 2017 Console errors[SOLVED]
« Reply #4 on: August 26, 2017, 04:50:47 PM »
Is Unity 2017.2 a beta? Not seeing it in the download list?

Playmaker isn't showing up when I open a Unity 5.6.2 project into 2017.1

What to do? :)

tcmeric

  • Beta Group
  • Hero Member
  • *
  • Posts: 768
Re: Unity 2017 Console errors[SOLVED]
« Reply #5 on: August 27, 2017, 12:01:14 AM »
gregacuna, see my reply to your question in your other post.