1
NGUI 3 Support / Re: Exception Java Failed error
« on: August 10, 2015, 04:46:08 PM »
I think the first part, you should change it to
or it still makes some error
- #if UNITY_FLASH
- for (int b = 0, bmax = mLanguages.Length; b < bmax; ++b) temp_1[b] = mLanguages[b];
- mLanguages = temp_1;
- #else
- System.Array.Resize(ref mLanguages, newSize); // <-- this is the old line that's there now
- #endif
or it still makes some error