Skip to main content

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

I have another question.  When I set SetMaterialsEnable(true), the instance is drawn twice—once in Draw and once in Draw GUI (with one being a ghost image that doesn't update when the object moves). Why does this happen?thanks

(1 edit)

Crystal should never be drawn in the Draw GUI unless you are calling the .Render() function in the Draw GUI event (which is not recommended)