Skip to main content

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

I'm getting this error  when launching my project with this plugin enabled.

I tried turning off all my other plugins to see if it will work and it still throws up the same error.

Are you trying to run it on a mobile device with Android 4 or earlier?

Nope, I'm on windows 10.

Weird, that usually only happens on mobile. It's because of a browser that doesn't support null-coalescing assignment, which I use pretty liberally in my plugins unfortunately. It's client-end so there's no way for me to fix it besides not using those operators at all, which I'd rather not do since they're a really handy ES2020 feature.

Ah that's unfortunate, thank you for responding though!

If I get the time (and I'm not promising since my schedule is horrendously hectic at the best of times) I'll create a variant for you that doesn't use null-coalescing and put it up as a separate download. Did you buy the premium version or are you using the free one?

I'm using the free version.