My first unity project - advice needed

Hi,

I’ve followed the tutorials as best as I can, and I need advice on how to approach certain issues.

Basically I have a round world and I would like to place assets on it such as trees or triggers and so on. But, I would like to modify that round world by painting textures on it and raising and lowering the surface of it, a but like a round terrain. Is this at all possible?

The terrain system doesn’t currently allow the terrain to be wrapped around a sphere, so you would need to use your own mesh (made with 3D modelling software or other tools) to get this effect.

Ok thanks! mesh it is.