libriscv / godot-sandbox-demo

Other
0 stars 1 forks source link

Must navigate to each Rust or C++ script and hit save. #5

Closed fire closed 1 week ago

fire commented 2 weeks ago

When upgrading godot-sandbox the scripts don't know how to upgrade themselves.

fwsGonzo commented 2 weeks ago

We will figure out something for this. You are right, it shouldn't be this way.

fire commented 2 weeks ago

Observed behaviour:

When riscv elf scripts fail to compile they keep the last compiled version. Contrast with gdscript behaviour where scripts are always "recompiled" and if they fail, they fail.

fire commented 1 week ago

Should be fixed in recent release.