BenjaTK / Gaea

Procedural generation add-on for Godot 4.

Home Page:https://benjatk.github.io/Gaea/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't generate tilemaps with heightmaps

TexanDoomGuy opened this issue · comments

everything works but heightmaps.

I'm getting the error:
res://addons/gaea/generators/2D/heightmap_generator/heightmap_generator_2d.gd:25 - Invalid set index 'seed' (on base: 'Nil') with value of type 'int'.

I made a recreation of my issue, with a HeightmapGenerator2D and a WalkerGenerator. They both have the same tilemap settings and TilemapGaeaRenderer.

Am I doing something wrong? There's no documentation for heightmaps so I used the same setup used in the getting started tutorial.

project showcasing my issue:
gewrwertgtwegr.zip

Was this fixed? Do you still need help?

Yeah, I fixed it. I just didn't have a terrain in my tilemap