Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question Build Settings

Discussion in 'Editor & General Support' started by GameDevAcademyy, Jun 27, 2020.

  1. GameDevAcademyy

    GameDevAcademyy

    Joined:
    Jan 11, 2019
    Posts:
    34
    Someone can help me with this problem? , in game everything works but when I install this on my phone ( buttons don't works. I think that it is from this error Untitled.png
     
  2. GameDevAcademyy

    GameDevAcademyy

    Joined:
    Jan 11, 2019
    Posts:
    34
  3. GameDevAcademyy

    GameDevAcademyy

    Joined:
    Jan 11, 2019
    Posts:
    34
  4. GameDevAcademyy

    GameDevAcademyy

    Joined:
    Jan 11, 2019
    Posts:
    34
  5. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
    Well Assembly-CSharp.dll is the file where all your compiled scripts end up. I'd wipe out your build directory, and try rebuilding the APK. I'd also just build it, not build and run. See if you still get any errors. If exactly 0 errors, try copying the apk to the device manually. Then install and run it on the device. See if you still get any issues.
     
  6. GameDevAcademyy

    GameDevAcademyy

    Joined:
    Jan 11, 2019
    Posts:
    34

    I tried all the methods bro but without success, I deleted CSharp.dll from Data/Managed folder , I tried to move in another place but same error..