Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

Thank you for playing and for the feedback! :)

Yeah, the sorting is known issue, I will look into that after the jam! :)

I've had a similar sorting issue before. My workaround was to collect all the clicked objects on interact, then loop through them, and return the object with the highest z-sort value. If the sorting is being done by hierarchy, it might be easiest to automatically assign an increasing value on spawn to reference for interacts.