Releases: demiurgos-hub/golem-engine
Releases · demiurgos-hub/golem-engine
Release list
v0.2.1
Breaking changes
Go consumers must update module and import paths before upgrading:
- Root module:
golem-engine→github.com/demiurgos-hub/golem-engine - Collision:
golem.collision→github.com/demiurgos-hub/golem-engine/golem/collision - Navigation:
golem.nav→github.com/demiurgos-hub/golem-engine/golem/nav
Migration:
- Update
go.modrequiredirectives and Go import paths in your project. - Update workspace
replacedirectives if you use nested collision/nav modules. - Re-run
golem-bakeso generated Go server, Go client, and Ebiten code picks up the new default import paths.
The JS npm package name (golem-engine) is unchanged.
Added
- Repository
README.mdwith project overview, layout, quick start, and documentation links. CHANGELOG.mdfor tracking user-facing changes across releases.
Changed
- Unity editor default
golem-bakecommand is nowgo run github.com/demiurgos-hub/golem-engine/cmd/golem-bake.