Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - GarryO

Pages: [1]
1
NGUI 3 Support / NGUI error with Windows 8.1 Unity build
« on: May 16, 2014, 10:27:48 PM »
Hi,

I have found a error while performing a unity build on Windows 8.1.

Assets/NGUI/Scripts/Internal/EventDelegate.cs(237,34): error CS1061: Type `System.Delegate' does not contain a definition for `GetMethodInfo' and no extension method `GetMethodInfo' of type `System.Delegate' could be found (are you missing a using directive or an assembly reference?)

I searched the forum and found a fix for windows 8.0 that looks like its in the 3.5.9 but im still getting this error.


Is there a fix for this coming in the 3.6 release?


Garry O.

2
NGUI 3 Support / Re: NGUI 3.5.9 windows 8 Issues
« on: May 15, 2014, 02:43:42 PM »
Found the root cause. another package NGUI 3.x widgets volume_3 needed to be removed and re-imported at the same time.

For others, it may be a good idea to find and re-import other packaged dependent on NGUI if the run into issues.


Thanks for your assistance.

Cheers,

Garry

3
NGUI 3 Support / Re: NGUI 3.5.9 windows 8 Issues
« on: May 15, 2014, 02:05:20 PM »
Hi,

I followed the steps precisely. Does the Hud Text package have to be removed as well? its not in the NGUI path?


Garry

4
NGUI 3 Support / Re: NGUI 3.5.9 windows 8 Issues
« on: May 15, 2014, 06:13:48 AM »
Thanks,

That fixed 8 of the 12 errors. Advice to others. follow the 3 step instructions:

If you have a Standard Edition:

1. In Unity, File -> New Scene
2. Delete the NGUI folder from the Project View.
3. Import NGUI from the updated Unity Package.

As a result I have the following 4 errors:

Assets/Assets/NGUI3x_Widgets_volume_3/Scripts/UISlider360.cs(14,28): error CS0246: The type or namespace name `UIWidgetContainer' could not be found. Are you missing a using directive or an assembly reference?

Assets/NGUI/Scripts/UI/UIFilledSprite.cs(15,31): error CS0246: The type or namespace name `UISprite' could not be found. Are you missing a using directive or an assembly reference?

Assets/NGUI/Scripts/UI/UIInputSaved.cs(13,29): error CS0246: The type or namespace name `UIInput' could not be found. Are you missing a using directive or an assembly reference?

Assets/NGUI/Scripts/UI/UISlicedSprite.cs(15,31): error CS0246: The type or namespace name `UISprite' could not be found. Are you missing a using directive or an assembly reference?

Do you have fixes for these ?


Regards,

Garry O.

5
NGUI 3 Support / NGUI 3.5.9 windows 8 Issues
« on: May 14, 2014, 06:56:12 PM »
Hi,

Im in the process of porting my IOS game to windows 8 and upgraded to NGUI 3.5.9 to eliminate the datanode error that showed in the previous release of NGUI. I now have 6 new errors for a total of 12 errors. Do you have mitigation's for these errors?

Assets/Assets/NGUI/Scripts/UI/UI2DSprite.cs(197,33): error CS0508: `UI2DSprite.OnUpdate()': return type must be `bool' to match overridden member `UIWidget.OnUpdate()'

Assets/Assets/NGUI/Scripts/UI/UI2DSprite.cs(197,33): error CS0507: `UI2DSprite.OnUpdate()': cannot change access modifiers when overriding `public' inherited member `UIWidget.OnUpdate()'

Assets/Assets/NGUI/Scripts/UI/UI2DSprite.cs(143,33): error CS0115: `UI2DSprite.drawingDimensions' is marked as an override but no suitable property found to override

Assets/Assets/NGUI/Scripts/UI/UI2DSprite.cs(82,32): error CS0115: `UI2DSprite.shader' is marked as an override but no suitable property found to override

Assets/Assets/NGUI/Scripts/Tweening/TweenWidth.cs(75,30): error CS0115: `TweenWidth.SetEndToCurrentValue()' is marked as an override but no suitable method found to override

Assets/Assets/NGUI/Scripts/Tweening/TweenWidth.cs(72,30): error CS0115: `TweenWidth.SetStartToCurrentValue()' is marked as an override but no suitable method found to override

Assets/Assets/NGUI/Scripts/Tweening/TweenOrthoSize.cs(65,30): error CS0115: `TweenOrthoSize.SetEndToCurrentValue()' is marked as an override but no suitable method found to override

Assets/Assets/NGUI/Scripts/Tweening/TweenOrthoSize.cs(64,30): error CS0115: `TweenOrthoSize.SetStartToCurrentValue()' is marked as an override but no suitable method found to override

Assets/Assets/NGUI/Scripts/Tweening/TweenHeight.cs(75,30): error CS0115: `TweenHeight.SetEndToCurrentValue()' is marked as an override but no suitable method found to override

Assets/Assets/NGUI/Scripts/Tweening/TweenHeight.cs(72,30): error CS0115: `TweenHeight.SetStartToCurrentValue()' is marked as an override but no suitable method found to override

Assets/Assets/NGUI/Scripts/Interaction/UIWrapContent.cs(36,9): error CS0246: The type or namespace name `UIScrollView' could not be found. Are you missing a using directive or an assembly reference?

Assets/Assets/NGUI/Scripts/Interaction/UIDragDropItem.cs(46,19): error CS0246: The type or namespace name `UIDragScrollView' could not be found. Are you missing a using directive or an assembly reference?


any assistance will be greatly appreciated.


Regards,

Garry O

Pages: [1]