Open
Description
Oh man this is such a cool project.
The polyglotness of Haxe + the benefits of Godot is such match made in Heaven.
I was surprised to see even plugin-generation in there (awesome).
Question, have you experienced the following error?
I was getting a hickup with haxe v4.2.x (it did not recognize the ?? operator) so I tried with v4
53EE
.3.3:
$ git clone https://github.com/coderofsalvation/xrfragment
$ cd xrfragment
$ git checkout feat/godot
feat/godot $ haxe --version
4.3.3
feat/godot $ haxe build.hxml
Invalid_argument("index out of bounds")
Any clue?
It would be so awesome to be able to generate a GoDoT-plugin of the https://xrfragment.org parser
Btw. the particular build.hxml snippet is:
--next
-dce full
-cp src
xrfragment
-lib gdscript
-D gdscript-output=dist/godot
-D generate_godot_plugin
btw. the above can be reproduced by running the snippets above (or in case of windows: cloning the repo from the snippet)
Metadata
Metadata
Assignees
Labels
No labels