Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I've been absolutely loving this! However, after the GameMaker 2023.8 update, jen_grid_instantiate_layer is no longer working for me

Glad it's useful! I'm still working on a big update so can't guarantee support for 2023.8 quite yet. But, I should be able to help you out. Are you seeing a specific error?

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.