Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(3 edits)

cool! so should worker animations be off?

edit : just tried and all my models turned invisible, idk why. ill try again this weekend

I had the same problem in one of my games, and in another project only the 3D of the character disappeared, it only appeared after I activated Worker Animations, but in the previous project it didn't help.

I'll work on easier version today, part of the frag light js script that modifies the vertex shader needs to be removed, also webgl2 only

I forgot that this version already includes the other frag light changes, so you can delete the main.js that was previously need for fragment lighting. That may be causing the issue.

I forgot that this version already includes the other frag light changes, so you can delete the main.js that was previously need for fragment lighting. That may be causing the issue. Can you try commenting out all the main.js code or removing the file?

worker animation can be on or off, generally on is preferred for lower main thread CPU usage.