Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: MasashiWada on December 14, 2014, 09:19:38 AM

Title: NGUI 3.7.7 compile error on WSA platform (unity4.5.5p5)
Post by: MasashiWada on December 14, 2014, 09:19:38 AM
hi,

i see compile error message.

Assets/NGUI/Scripts/UI/UIInput.cs(1126,29): error CS0103: The name `mKeyboard' does not exist in the current context
Assets/NGUI/Scripts/UI/UIInput.cs(1126,48): error CS0103: The name `mKeyboard' does not exist in the current context
Title: Re: NGUI 3.7.7 compile error on WSA platform (unity4.5.5p5)
Post by: ArenMook on December 15, 2014, 12:42:22 PM
Change that #if statement to
  1. #if UNITY_WP8 || UNITY_WP_8_1