Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

I believe I fixed this issue, at least for jen_grid_instantiate_*. Please try importing the new v2.0.2 version and let me know if that works.

The issue was the change from number to ref for assets, so the is_real() check was always returning false. I replaced it with object_exists().

(+1)

Thank you so much! This fixed the problem I was having! I wasn't getting any specific errors, no, just that the objects weren't there when the terrain generated.