EffekseerForWebGL icon indicating copy to clipboard operation
EffekseerForWebGL copied to clipboard

Strict mode

Open skymen opened this issue 1 year ago • 0 comments

Effekseer seems to not respect strict mode and often uses undefined variables or uses variables outside their defined scope.

This works in normal mode, but in my case I am using Construct 3 which forces all scripts to use strict mode and in that case Effekseer throws errors.

Most importantly, here is the list of undefined variables it uses: image

Most of these are gated by conditions, but some are not, for example splitted_path and upvecVector

skymen avatar Mar 06 '24 10:03 skymen