Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Neikke on November 03, 2017, 06:32:13 PM

Title: Installing uGUI Proxy Full gives deprecated errors
Post by: Neikke on November 03, 2017, 06:32:13 PM
I've just installed uGui Proxy Full through ecosystem and after installation I get this error message:

Assets/Scripts/uGui/BoxCollider2dMatchRectTransform.cs(117,9): error CS0619: `UnityEngine.BoxCollider2D.center' is obsolete: `BoxCollider2D.center has been deprecated. Use BoxCollider2D.offset instead (UnityUpgradable) -> offset'

May be I shouldn't download the whole package but a specific action instead?
What should I do to get fix this? Thanks!
Title: Re: Installing uGUI Proxy Full gives deprecated errors
Post by: Neikke on November 03, 2017, 06:48:38 PM
Ok, I did fresh install of playmaker and "ugui on click event" action only - and this error went away, but still I have some weird warnings, I kow I can live with them but still, is there a way to have them all fixed? Attaching screen
Title: Re: Installing uGUI Proxy Full gives deprecated errors
Post by: djaydino on November 04, 2017, 07:14:00 AM
Hi,
These are actually debug messages.
on the top/left on the debug screen click on the icon to hide these messages.

The icon next to it are warnings and the one on the right are errors :)