Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: wheretheidivides on July 13, 2017, 10:27:07 PM

Title: Unity 2017 Console errors[SOLVED]
Post by: wheretheidivides 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'



Title: Re: Unity 2017 Console errors
Post by: Alex Chouls 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!

Title: Re: Unity 2017 Console errors
Post by: wheretheidivides 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.
Title: Re: Unity 2017 Console errors
Post by: jeanfabre 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 (https://issuetracker.unity3d.com/issues/www-dot-url-truncates-redirected-url-if-it-should-have-contained-spaces).

 Bye,

 Jean
Title: Re: Unity 2017 Console errors[SOLVED]
Post by: gregacuna 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? :)
Title: Re: Unity 2017 Console errors[SOLVED]
Post by: tcmeric on August 27, 2017, 12:01:14 AM
gregacuna, see my reply to your question in your other post.