Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Games bumpy cobblestone road / terrain

Discussion in 'Works In Progress - Archive' started by richardgengle, Oct 2, 2020.

  1. richardgengle

    richardgengle

    Joined:
    Jul 9, 2020
    Posts:
    9
    hello.

    I'd like to make a cobblestone surface.... i suspect a way to go would be to use
    TerrainData.SetHeights
    but i havent been able to figure it out.. LIke, just for ships and girgles, lets make a 20 by 20 array, with heights being pi... yeah, like 3 1 4 1 5 9 6 2 ... etc how to do that? terrain data.set heights? if so, how