We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
Most of these are gated by conditions, but some are not, for example splitted_path and upvecVector
splitted_path
upvecVector
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Most of these are gated by conditions, but some are not, for example
splitted_path
andupvecVector
The text was updated successfully, but these errors were encountered: