Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: joduffy on December 13, 2013, 08:42:40 PM

Title: NGUI addon error
Post by: joduffy on December 13, 2013, 08:42:40 PM
Hi Guys,

I get this error when trying to use the NGUI addon

Assets/PlayMaker NGUI/Actions/Buttons/NguiPlayTween.cs(170,75): error CS0122: `UITweener.Reset()' is inaccessible due to its protection level

If I delete the script everything is fine.
Title: Re: NGUI addon error
Post by: jeanfabre on December 14, 2013, 01:11:27 PM
Hi,

 yes, this needs to be fixed, it's coming soon. Are you using this action? else, simply delete it.

bye,

 Jean
Title: Re: NGUI addon error
Post by: joduffy on December 14, 2013, 09:55:55 PM
Nope,

I am using the set and get property methods as I find them the easiest way to work with NGUI.

Just wanted to let you guys know.
Title: Re: NGUI addon error
Post by: jeanfabre on December 15, 2013, 05:22:26 AM
Hi,

 Yes, this is indeed a lot more straight forward. But I sometimes prefer a good old action, it's cleared in my states what each actions does, it's more readable.

bye,

Jean