playMaker

Author Topic: Playmaker NGUI scripts  (Read 2058 times)

ransu70

  • Playmaker Newbie
  • *
  • Posts: 5
Playmaker NGUI scripts
« on: January 22, 2014, 07:27:38 PM »
After updating NGUI to 3.0.9.f4, I got errors from Playmaker NGUI

Assets/PlayMaker NGUI/Actions/Buttons/NGuiSetButtonTweenDirection.cs(38,25): error CS0246: The type or namespace name `UIButtonTween' could not be found. Are you missing a using directive or an assembly reference?

Assets/PlayMaker NGUI/Actions/Buttons/NGuiSetButtonTweenDirection.cs(12,36): error CS0246: The type or namespace name `UIButtonTween' could not be found. Are you missing a using directive or an assembly reference?

Assets/PlayMaker NGUI/Actions/Buttons/NGuiSetButtonTweenDirection.cs(12,18): error CS1502: The best overloaded method match for `HutongGames.PlayMaker.ObjectTypeAttribute.ObjectTypeAttribute(System.Type)' has some invalid arguments

Assets/PlayMaker NGUI/Actions/Buttons/NGuiSetButtonTweenDirection.cs(12,18): error CS1503: Argument `#1' cannot convert `object' expression to type `System.Type'

I then tried to update both Playmaker and Playmaker NGUI (scripts) but the error stays. Any suggestion?

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15620
  • Official Playmaker Support
Re: Playmaker NGUI scripts
« Reply #1 on: January 23, 2014, 07:15:25 AM »
Hi,

 delete that file, it's obsolete, actually, to make you have the latest clean package, delete the folder "PlayMaker Ngui" before reimporting the latest from the wiki, this way you are sure you don't drag obsolete actions.

bye,

 Jean