Generate random map and apply it to a sphere

Hi everyone,

I am creating a space RTS game and I am looking for a way to generate a random map and then wrap that map around a sphere so that it can be viewed from space. Is there a way to do this in Unity?

Sure there is, its just not done for you.
There are some people that have similar ideas and done some work on it. It may be a worth a look

If you want to build your own solution it comes down to a lot of coding.