Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Infinite Terrain with the new Isometric Tilemap

Discussion in '2018.3 Beta' started by zulfajuniadi, Sep 21, 2018.

  1. zulfajuniadi

    zulfajuniadi

    Joined:
    Nov 18, 2017
    Posts:
    117
    Hey guys,

    Been playing around with the new isometric tilemap to create an infinite terrain. I've created a repo and opensourced the project:

    https://github.com/zulfajuniadi/isometric-land-generator



    [MP4]

    It uses a simple perlin noise function to generate the chunks and it's performant (rendering takes around 3 ms with animated lakes and trees), generating a chunk takes around 12 ms.

    Really learnt a lot from this project. Hope this project will benefit others too.

    Thanks to @Sebille for the awesome support on this forum.
     
    g3nuine3, cxode, optimise and 6 others like this.
  2. LeonhardP

    LeonhardP

    Unity Technologies

    Joined:
    Jul 4, 2016
    Posts:
    3,136
    Great stuff Zulfa! Thank you for sharing :)
     
    cxode and zulfajuniadi like this.
  3. CDF

    CDF

    Joined:
    Sep 14, 2013
    Posts:
    1,311
    This has transport tycoon written all over it :)
     
  4. zulfajuniadi

    zulfajuniadi

    Joined:
    Nov 18, 2017
    Posts:
    117
    cxode likes this.