Wired up two independent build switches:

• demo vs full game
• playtest vs standard

Both are driven by OS feature tags, plus a debug-only override so I can swap combinations without re-exporting.

Demo trims the level set.
Playtest layers in extra UI.

One project, four shippable variants.

#gamedev #indiedev