Search Unity

[Free][Released] Terrainify 2D - Dynamic terrain generator and chunk loader with Unity's Tilemaps

Discussion in 'Assets and Asset Store' started by RobronicGames, Jan 15, 2019.

  1. RobronicGames

    RobronicGames

    Joined:
    Nov 15, 2018
    Posts:
    34

    A free and dynamic seed-based generator of 2D terrain using Perlin noise and Unity's Tilemap system, combined with a robust chunking system.

    Features
    • Terrain generation based on multiple noise layers that can be easily tweaked for diverse types of generation;
    • Chunking of terrain and loading them efficiently within adjustable bounds and with an adjustable chunk size;
    • Automatic unloading of chunks out of bounds. This is put on hold if chunks need to be loaded to ensure a seamless experience;
    • Automatic saving of slider data in between sessions to resume world building right where you left off;
    • Incredibly easy to expand and add to your own game with its own special documentation entries;
    • An intuitive user interface, allowing full control of important inspector possibilities in-game without having to constantly switch to the Inspector;
    • Flexible camera movement with zoom functionality to check every aspect of your world;
    • A guide explaining the asset as well as fully documented code for every single script.

    Requirements
    Unity 2017.2 or greater
    for direct download and play functionality with Unity's Tilemap system is highly recommended. Earlier versions of Unity should work if hooked up to your own block data structures with reference tweaking.

    Future plans
    • Foliage generation, such as trees and plants;
    • Saving of edited chunks for persistent worlds;
    • Further polish and optimizations where needed.

    Other assets in this series:
    Block Light 2D
     
    Last edited: Nov 2, 2019
  2. RobronicGames

    RobronicGames

    Joined:
    Nov 15, 2018
    Posts:
    34
    [UPDATE] Version 1.0 is currently awaiting approval from Unity for the Unity Asset Store. I decided to make the asset totally free and now has a proper features video. I updated the original post with all new information, including the video. I'll update this thread again once it's on the store!
     
  3. RobronicGames

    RobronicGames

    Joined:
    Nov 15, 2018
    Posts:
    34
    [UPDATE] Terrainify 2D is now live on the Unity Asset Store! Check it out here.
     
  4. acanterdale

    acanterdale

    Joined:
    Dec 23, 2020
    Posts:
    3
    When will trees/foliage be available