Hi guys trying to build our project for Windows 8.1 Store NGUI is throwing two error messages when building the project (not editor). The issue happens in the NGUI/Scripts/Internal/DataNode.cs (724,12): error CS1061: 'System.Type' does not contain a definition for 'IsAssignableFrom' and no extension method 'IsAssignableFrom' accepting a first argument of type 'System.Type' could be found (are you missing a using directive or an assembly reference?) and also:
\NGUI\Scripts\Internal\DataNode.cs(727,12): error CS1061: 'System.Type' does not contain a definition for 'IsEnum' and no extension method 'IsEnum' accepting a first argument of type 'System.Type' could be found (are you missing a using directive or an assembly reference?)
Can you provide us a quick fix as workaround, we're preparing our submission today.
Thank you very much.