d3dc / react-godot

A React Component to asynchronously load the Godot Engine and bootstrap a .pck
58 stars 20 forks source link

Could not start godot JS #1

Closed Tilican closed 4 years ago

Tilican commented 4 years ago

Hi,

Thx for your work !! But with godot 3.2 and this HTML 5 export : image

I can't launch my game but with your flappy game it works !

I got this error : image

You can download my project there : https://github.com/evandikt/react-godot-test/

THX :)

Tilican commented 4 years ago

instance.startGame has now 2 params, the first is ExecName and second pck

d3dc commented 4 years ago

Not sure why the issue is closed now. If they've been updating the engine wrapper API, I'll look into doing some feature detection. I believe the build exports a constant I can check and then it's just a matter of how to represent different engine versions.

MozarellaMan commented 4 years ago

I'm getting the same issue. How exactly is this fixed? Sorry if it's obvious from the above messages