libriscv / godot-sandbox

In-editor scripting and sandboxing for Godot
https://libriscv.no/docs/intro
BSD 3-Clause "New" or "Revised" License
145 stars 8 forks source link

Instruction is confusing for module building #205

Open fire opened 3 days ago

fire commented 3 days ago
If you want to build this as a module, simply download the sandbox.zip from releases, unzip it, and copy it to the modules folder in godot, build it:

scons module_sandbox_enabled=True disable_exceptions=False target=editor

On macos.

Wanting double builds.

fire commented 3 days ago

Must download static-sandbox-gdextension

Like https://github.com/libriscv/godot-sandbox/actions/runs/11646043564/artifacts/2136905715

fire commented 3 days ago

#modules/sandbox/bin Does not exist in the previous zip.

fire commented 3 days ago
  1. Rename static-sandbox to sandbox
  2. Put it as godot/modules/sandbox
fire commented 3 days ago

Horray.

image

fwsGonzo commented 3 days ago

Are the instructions still confusing? I saw there was a change.

fire commented 3 days ago
  1. Rename static-sandbox to sandbox
  2. Put it as godot/modules/sandbox
  3. godot/modules/sandbox/bin and godot/modules/sandbox/ext folders are required but are git ignored.