Playmaker Forum

PlayMaker Updates & Downloads => Official Action Updates => Topic started by: markmandarin on May 03, 2017, 04:33:12 AM

Title: uGui Proxy Full Warnings[SOLVED]
Post by: markmandarin on May 03, 2017, 04:33:12 AM
Hi all and especially hi Jean Fabre,

I have those errors:

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.'

Thanks

Title: Re: uGui Proxy Full Errors
Post by: djaydino on May 03, 2017, 06:24:47 PM
Hi,
These are actually not errors, but warnings (yellow triangle with exclamation point)
They just say that in a future version of unity (maybe in unity 6 or 7) those coding parts will be removed.

so everything should work fine :D

If you are annoyed with those warings (like me), in the console on the right side you can click on the triangle with exclamation point to show or hide them.
Title: Re: uGui Proxy Full Errors
Post by: markmandarin on May 04, 2017, 03:51:45 AM
thanks djaydino
Title: Re: uGui Proxy Full Errors
Post by: jeanfabre on May 15, 2017, 02:35:56 AM
Hi,

 Grag the latest on the Ecosystem, all warnings are gone.

 Bye,

 Jean
Title: Re: uGui Proxy Full Errors
Post by: markmandarin on May 15, 2017, 05:49:48 AM
Hi,

 Grag the latest on the Ecosystem, all warnings are gone.

 Bye,

 Jean

Thank You