playMaker

Author Topic: uGui Proxy Full Warnings[SOLVED]  (Read 9140 times)

markmandarin

  • Playmaker Newbie
  • *
  • Posts: 49
uGui Proxy Full Warnings[SOLVED]
« 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

« Last Edit: May 15, 2017, 02:36:13 AM by jeanfabre »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7614
    • jinxtergames
Re: uGui Proxy Full Errors
« Reply #1 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.

markmandarin

  • Playmaker Newbie
  • *
  • Posts: 49
Re: uGui Proxy Full Errors
« Reply #2 on: May 04, 2017, 03:51:45 AM »
thanks djaydino

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: uGui Proxy Full Errors
« Reply #3 on: May 15, 2017, 02:35:56 AM »
Hi,

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

 Bye,

 Jean

markmandarin

  • Playmaker Newbie
  • *
  • Posts: 49
Re: uGui Proxy Full Errors
« Reply #4 on: May 15, 2017, 05:49:48 AM »
Hi,

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

 Bye,

 Jean

Thank You