Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Yup that did seem to fix it, I'm calling the constructors with no assignment because i put all the things made in that way into one specific list so I just do it in the constructor and thus don't need to output them for anything, maybe I shouldn't do that but for now it seems fine... But yes, setting them to a dummy var fixes the crash. Cheers.