- Home /
Is there any way to create mountains by giving coordinates as inputs?
I'm trying to create mountains by giving the coordinates or measurements. simply I need just giving the measurements and mountain will generate? is there any way to generate?
Answer by jdean300 · Sep 03, 2016 at 05:41 AM
You would have to implement the code for creating the mountain yourself - Unity does not provide this functionality. You should probably look into Perlin and/or Simplex noise generation to figure out convincing terrain can be generated. There is no "one-liner" solution.
actually i need to create a game or a exe like when I play it'll open and ask to input coordinates, then insert the coordinates and click create button have to create a mountain, if we cant create a mountain at least have to create a cone... can u plz provide a solution for this.