Source metadata

  • Type: GitHub repository README
  • Maintainer: Al-Asl
  • Primary URL: AutoLevel

Key takeaways

  • AutoLevel is a Unity package for procedural level generation built around Wave Function Collapse (WFC).
  • The README emphasises control and editor usability, not just algorithmic novelty.
  • Key ideas include a Block Repo, Block Asset, and Level Builder workflow.
  • The project includes runtime API examples, export support, and some performance guidance around builder size and constraints.

Notable claims

  • AutoLevel treats procedural generation as something designers should be able to constrain rather than merely randomise.
  • The package positions WFC as usable in production only when paired with authoring tools and constraint control.

Relevance

This source primarily informs:

It also supports:

Open questions raised

  • When is a WFC-based Unity tool appropriate instead of a bespoke generator tailored to a game’s structure?
  • How much authoring overhead does a controllable procedural tool add before it stops saving time?