How to put my Unity made game into Android Studio phone app ?
Hey guys!
I got a very huge problem importing my Unity game to my Android stuid phone app. I've googled it and i couldn't find the right solution for it. I've exported form Unity as an Android platform etc. How do i build into my phone app ?
Answer by oStaiko · Oct 26, 2016 at 06:05 PM
You'll need to have your phone plugged in to your computer, and have activated Developer Options on your phone (google how to do it for your specific android device). Once you have that on, turn USB Debugging on, and if theres an option turn your connection type to FTP (File Transfer Protocol). There is also an option for most android phones for instal protections. You'll need to turn that off, on mine it was called "allow downloads from unverified sources" or something of the sort. Make sure its off! After your phone is all set and plugged in, you should be able to use your phone the same as you would a usb. If you can access all of its files like that, you're great! Note: Not all charging cables are capable of FTP, some are just charging cables. The cable that came with your device should be capable, other ones vary. You may have to buy a new cable if that doesn't work.
After all of that, it's pretty easy. You should be able to build your game, and create an .APK file of it. If you press Build and Run in Unity, with a properly set up phone connected to your computer, Unity will download it to your phone for you and automatically start playing it. That's it! If you have any questions consult the Unity Guide for additional help, or leave a comment below with your specific problem, and at what point in this you are having troubles with.
Thank you for your answer, but You misunderstood me. I made an phone app in Android Studio and I want to put my Unity made game into this Android Studio app. I don't know how to do this.
Oh. I have no experience with that, but there's a section at the end of this Unity $$anonymous$$anual that looks like it might help you. Good luck
Your answer
Follow this Question
Related Questions
Can I use a NES controller for my Unity games, if so how do I program it? 0 Answers
.c4d file does not carry the animation into unity 0 Answers
How to detect Collision/Overlap between a BoxCollider2D(trigger) and PlaftformEffector2D ? 1 Answer
Facing problem in saving and building the project 0 Answers
Why can't I export my game to windows? 0 Answers