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 - poemdexter

Pages: [1]
1
NGUI 3 Support / Re: Windows Phone 8 and 3.5.8 compile error
« on: April 22, 2014, 08:40:59 AM »
I figured that was the fix.  Thanks for the quick reply.  Everything is working again.

2
NGUI 3 Support / Windows Phone 8 and 3.5.8 compile error
« on: April 22, 2014, 01:24:48 AM »
Just updated to latest and getting compile error when building for Windows Phone.  I have been test with my phone all night until I applied the update.

Assets/NGUI/Scripts/Internal/PropertyReference.cs(167,17): error CS0103: The name `mField' does not exist in the current context
Assets/NGUI/Scripts/Internal/PropertyReference.cs(168,17): error CS0103: The name `mProperty' does not exist in the current context

It appears that the issue might be this:
  1. #if UNITY_EDITOR || (!UNITY_FLASH && !NETFX_CORE && !UNITY_WP8)
  2. #define REFLECTION_SUPPORT
  3. #endif
  4.  

Pages: [1]