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

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

I am trying to use an unity UI in my game. Initially I Created Canvas with all settings what I need then I compiled it on my phone its working perfectly. Inside the Canvas if I created any button or image means in editor its working fine but in android mobile the game get crash. I don't know what's happening?

Note: I already create the game with simple ui system. in that ui using box collider and listenerClicks() I handling all functions. Now i am trying to convert this system to Unity UI system.

Here my Logcat

I am using Unity 5.2, c#

share|improve this question
    
Did you check the logcat? – Hamza Hasan Feb 26 at 11:44
    
No. I don't know about that – Manoj Balaji M Feb 26 at 11:48
    
@HamzaHasan i collected the logcat as a text file what should I do now? – Manoj Balaji M Mar 5 at 6:29
    
@HamzaHasan I read "Did you check the lolcat?" – Alexandre Vaillancourt Mar 5 at 6:36
    
@AlexandreVaillancourt is there is any link to upload my logcat here? – Manoj Balaji M Mar 5 at 6:38

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.