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