playMaker

Author Topic: NGUI addon error  (Read 2305 times)

joduffy

  • Full Member
  • ***
  • Posts: 121
  • Here to help
    • Online Playmaker Courses
NGUI addon error
« 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.
- Jonathan

Online Playmaker Courses available at:
http://courses.jonathanoduffy.com

“I want the world to be a better place because I was here.”  -  Will Smith

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: NGUI addon error
« Reply #1 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

joduffy

  • Full Member
  • ***
  • Posts: 121
  • Here to help
    • Online Playmaker Courses
Re: NGUI addon error
« Reply #2 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.
- Jonathan

Online Playmaker Courses available at:
http://courses.jonathanoduffy.com

“I want the world to be a better place because I was here.”  -  Will Smith

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: NGUI addon error
« Reply #3 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