Skip to main content

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

Hello I checked and it's 100% exactly this name and still returns 0

Try querying with a higher value on the Take parameter field of the query. So after instantiating the query object, write:


query.Take = 1000;

Ok Thanks