Commit Graph

2 Commits

Author SHA1 Message Date
ozan 1bebd154a0 engine macos-arm64: fec9847 — spring-bone collision fix + lateral coupling
a5debaa: colliders mapped into sim space in the wrong transform order —
off-origin cloth collision silently dead (invisible at origin/bed).
fec9847: lateral_coupling (game calls it). GodotSharp regenerated from
this build — matched pair, install via the update-engine skill.
2026-08-21 20:21:25 +01:00
ozan b0810fbdfd engine(macos-arm64): 4.7 native-module build + ship GodotSharp; add update-engine skill
- Replace macOS binary with the 4.7 build where Terrain3D + agent_skinned are native
  engine modules (no GDExtension .framework). Fixed C# bindability (set_plugin->Object,
  abstract Terrain3DAssetResource, drop dup duplicate bind) so glue generates.
- SHIP GodotSharp alongside the binary (matched pair) — stale/missing GodotSharp causes
  "Wrapper class not found for Terrain3D" / ".NET assemblies not found". Engine does not
  regenerate it. Un-ignore GodotSharp in .gitignore.
- manifest.json: macOS -> 4.7 (4ba7b5b) + new sha + godotsharp field; drop obsolete
  terrain_3d GDExtension section; windows flagged 4.7-pending.
- Add .agents/skills/update-engine (mac+win self-serve install) + README + Forge handoff.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-19 02:35:00 +01:00