New to android and unity

Hello guys, i’m new in this forum… i really need help and suggestions to make my project…
i am going to make an android application but i didn’t know where and how should i start…
my application would be like this : the app is representing a 3D Hospital where people could search any room in the hospital with their android, and the application would give them the shortest path to the room they are going to.
the problem is : i have done almost half of the building models with c4d and Googlesketchup, i’m just getting started with unity game engine, so i didnt know much about it… (still on a learning process) oh, and also i had a friend that is familliar with unity, but he doesn’t know anything about android application, and how to make an android application with unity game engine. he can only make a .EXE with unity game engine
the question is : is there any way to convert .EXE to .APK so that i would just make the .EXE and convert it?
or there is another solution?

could u guys help me or suggest something with this. please :frowning:

You models and your application ideal would be good for Opsive Behavior Designer and their associated example package for that - together, because their are sale now you can buy them for less then $50 when they are not on sale I think they both go for $75.

I hope it’s more than a shortest path with one hospital room being chosen.

As far as your concept I think a more interesting concept would be to find the final exam in a series of professor offices in University setting but I suppose the rooms in the hospitals can contain clues to solve an illness for the medical staff or something of that nature

thankyou for responding, by the way what do u mean “their are sale now for $50” what is that???

i mean, is that possible to convert .exe to .apk?
or i could just directly make my program to .apk so i don’t need to convert it

in unity, you switch platform to android… it compiles the code to an APK instead of an exe…

whoa, so even tho i created a code for .EXE, when i choose to switch platform to android, it will automatically runnable in android platform. right? :smile:

Yes.

If you feel pretty comfortable with writing code I’d take a look at A* pathfinding for a shortest path algorithm. It’s basic, but a good starting point. As far as buying an asset like some one suggested, probably not necessary.

Thankyou so much!!
i really appreciated it! :slight_smile: