Closed Reiss-Cashmore closed 9 months ago
The problem here is that some APIs
in godot change between versions.
The current master
of this repo was build with 4.1
and the master
of the godot is 4.3
.
This should be documented in the Readme to use the correct version.
The problem here is that some
APIs
in godot change between versions. The currentmaster
of this repo was build with4.1
and themaster
of the godot is4.3
.This should be documented in the Readme to use the correct version.
Thanks for the reply and clarity
Hi,
I followed the steps in the README. Cloned master of Godot engine, cloned the ECMAScript into modules directory.
Ran:
scons platform=macos arch=arm64 warnings=extra werror=yes module_text_server_fb_enabled=yes
Get the following error. I'm using all the recommended versions based on the Godot documentation Python 3.6, SCons: v4.6.0