Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

From what I see it should work, but you may have to use pixi assets to preload the texture

PIXI.Texture.fromURL(KDModFiles[“Models/” + dataFile], { resourceOptions: { scale: 0.5 // You can change the scale to reduce the size of the file and improve performance } });