Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
I read C3 is supposed to only revert to DOM with the auto option if you're using scripting, but as far as I know I have no scripts in my game. Do custom effects also apply to this? I am having random jank that may only be while worker is activated, but I would need to do more testing.
Develop games in your browser. Powerful, performant & highly capable.
Currently worker mode "auto" will only switch to DOM mode if you use any script file or script block in an event sheet anywhere in your project. You can still change worker mode to "Yes" or "No" to force it to use one or the other instead of using "auto".
I don't recall putting anything like that, but I guess I can try to search all the event sheet files for the text that denotes a script block.
EDIT: I think I must've accidentally added one because there was a blank one.