I’m just starting to learn more about unity, I’ve been able to build basic games and follow as others make games on Youtube. i know I’m not fully ready but i want to challenge myself. I want to build a game where there is a map of the wold and when you click on certain countries or even states in the u.s you’ll get a pop up with information on its local government and other information. Right now im having a a problem trying to find an asset of the wold i can use and then implement my ideas to. I’m open to building map and creating everything from scratch. I would like to build everything myself honesty to learn more but i just need direction and more resources. i have uploaded a picture of what i want the world to look like and it will end up being for IOS and Android. If anyone has any information that could help me please feel free to give anything you can.
Your best solution would be to create a Canvas and make the map of the world an image object on that canvas. Then create a series of invisible buttons that cover the areas on the map you are interested in. When those invisible buttons are clicked, you can do whatever you want that button to do. Each button can be a different size to cover wherever you want to register the click.
