Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: SatMangieri on August 05, 2014, 08:24:26 PM
-
Hello. I just got the NGUI v.3 today and after I've decompressed the asset package I've got this errors:
In the pic below. let me know if I'm doing something wrong in configuration. But basically Like a kid with new toy I'm just trying to see the examples and start to work with the asset
It seems to be an error with another asset "Ultimate Match 3 Starter Kit", I just removed the Ultimate Match and there is no errors, maybe they share a library, well if anyone knows how to fix it?
Let me know cuz i need them both in the project.
Ty
-
Error Solved! :D
This was the thing, the Asset NGUI use a public class named: Direction, also the Asset Ultimate Match 3 Starter Kit
So just changing the name of the class, in this case I'd change the class name in the Ultimate Asset from: Direction[] to Direction2[], and all is fine. I will leave this fixed here just to people who might have the same error.