Author Topic: An Issue when trying to see run NGUI & Another Unity Asset Together  (Read 2948 times)

SatMangieri

  • Newbie
  • *
  • Thank You
  • -Given: 3
  • -Receive: 1
  • Posts: 9
    • View Profile
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

« Last Edit: August 06, 2014, 04:39:37 AM by SatMangieri »

SatMangieri

  • Newbie
  • *
  • Thank You
  • -Given: 3
  • -Receive: 1
  • Posts: 9
    • View Profile
Re: An Issue when trying to see run NGUI & Another Unity Asset Together
« Reply #1 on: August 06, 2014, 05:27:57 AM »
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.