So I started using unity about a month ago and. I started designing my maps but is it possible via js or c# that I can build an Android game of only my maps and I can just move wherever i want by zooming etc. If yes can u send me the codes pls? I just want a simple c# or JavaScript code that will let me move my camera wherever I want in game idk if it’s possible though
I want this thing cause I want to create a showcase of my maps and to show it to my friends
Welcome to the forum. The best section for such questions would be “getting started”.
Never ask for code though, ask people to point you towards the right places to learn the stuff you need to do it on your own. No one is going to do your work for you.
You’ll find useful information here:
This might also help:
And if any of that still seems too complex, start here:
You should use C# in my opinion. I hear good things about a “c# yellow book”, haven’t read it though.
If you’re meaning like move your camera around like you do on a GPS Map then yes it’s possible and I’ve done it… Just look first of all at the Learn section, has so much useful stuff. And secondly look up touche movement and touch zoom. There ya go.