I’m trying to make a geography game, where when you type in a certain country, that country gets colored on the map. But I have no idea on how to do that. So far, I have an image with the world map, and that’s it.
I can get the scripting part done easily, but I’ve no idea how to implement the coloring of a certain country.
Here’s an image for reference, this is how I’d like it to look.
if its texture image, you could do flood fill there (if you know the location), and then reset flood fill or fill with original color, but not very efficient…(and wont work if country is split to multiple areas)
i’d look some ready solution from asset store, like
or other similar ones… they have ready defined countries and you can select them easily.