Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: optimisticmonkey on December 08, 2014, 10:06:06 PM
-
We are developing for Wii U - the current version of Unity they support is 4.3.7f1.
Does ngui work with Wii u - and which version supports 4.3.7f1?
Thanks for your help
Modify message
-
Regarding support -- I have no idea.
As for which version of NGUI works on 4.3.7 -- current one should work just fine. NGUI is still compatible with Unity 4.3.
-
Thanks Aren - When importing the latest 3.7.7 into the Wii Unity 4.3.7f1 I get an error:
Assets/NGUI/Scripts/UI/UILabel.cs(1147,30): error CS0117: `UnityEngine.Font' does not contain a definition for `textureRebuilt'
The funny thing is that this occurs in a conditional block surrounded by
#if !UNTIY_4_3 && !UNITY_4_5 && !UNITY_4_6
So it looks like Unity Wii is not setting UNITY_4_5??
Thanks again for your help
-
Aren - Just noticed there was typo in a few places in UILabel.cs:
UNTIY_4_3
should be
UNITY_4_3
-
Thanks!
-
Hi Aren, I'm having the same issue. I've fixed the typo, but it hasn't resolved the CS0117 error. Any suggestions?
-
If you are on Unity 4.3, then "!UNITY_4_3" will rule that entire section out.