Search Unity

Question Generate terrain by Noise

Discussion in 'Scripting' started by Titanic96, Mar 12, 2023.

  1. Titanic96

    Titanic96

    Joined:
    Jan 19, 2023
    Posts:
    1
    I'm using noise to generate a large two-dimensional array, but when I equal it into small arrays to generate terrain, the edges between terrains are not consistent. I can be sure that these arrays have the same value at the edge, please tell me how to fix this.