Sign up ×
Game Development Stack Exchange is a question and answer site for professional and independent game developers. It's 100% free, no registration required.

I am using unity 4.6.6 to create a Xcode build. When I create a build I am getting following error

Cannot initialize return object of type 'Singleton_1_t6738 *' with an rvalue of type 'Singleton_1_t6737 *'

Screenshot showing issue

share|improve this question

1 Answer 1

https://msdn.microsoft.com/en-us/library/ff650316.aspx

http://www.dotnetperls.com/singleton

Hope these links help.

Have you consulted the Unity website?

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.