-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
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
TypeError: path is undefined #2
Comments
Where is path consumed? Its not in that stacktrace. Its part of godot's generated game.js, right? It sounds like a version incompatibility. I would need to do what I mentioned in #1 and make a map of different configuration values for different engines. |
Ah yes, I am using Godot 3.2 and this could be reason for the issue. |
I hit this issue as well. I am using Godot 3.2.2. I was able to fix it with this in
Godot's js seems to now be looking for a base name it can use to find the wasm file. In my case, my pck file is called This is what my startGame looks like inside my index.js file that Godot generated
Based on this error, I am guessing startGame used to be I am brand new to Godot, so I may be wrong here. |
I have added the godot game into my site using the example provided in the repo.
Reproduce:
The text was updated successfully, but these errors were encountered: