Easy Chapter Generator
EnglishEspañol

A guided showcase, not a Core dependency

The packaged Playground scene demonstrates the included Objective components in a visible linear Chapter. It is prepared for Built-in Render Pipeline and may use optional Unity packages for presentation. Core Runtime and Editor assemblies do not depend on its controller, camera, UI, materials, or sample content.

Open the scene after package compilation is clean. Select Chapter Manager, inspect its configured Chapter, then use the product window and Game view side by side. The Demo is most useful when every visible station is compared with its Ordered Objective fields and linked scene component.

Showcase route

OrderStationVisible acceptance
01ButtonObjectiveAccepted UI interaction advances once
02DestructionObjectiveAll three marked targets are destroyed
03TimedObjectiveVisible countdown reaches its completed label
04TriggerObjectiveMatching collider satisfies the zone
05ObjectPlacementObjectiveObject occupies its matching destination
06WalkToObjectivePlayer reaches the guided marker
07MultiActionObjectiveNamed branch condition is satisfied

How to inspect the Demo

  1. 1
    Clear the Demo profile if a previous run already completed stations.
  2. 2
    Select Play in Unity's top toolbar and confirm exactly one row is Active.
  3. 3
    Complete each station through its displayed instruction. Compare the row state and component IsCompleted where available.
  4. 4
    At Chapter completion, confirm the longer feedback cue and configured completion policy.
  5. 5
    Exit, re-enter, and verify terminal persistence behavior without historical event replay.

What to copy into a production scene

Copy a component configuration only after reading its reference. Replace sample IDs through assisted Objective Link, replace Demo-only feedback with project assets, and rebuild reset behavior for the project's world state. Do not redistribute optional third-party sample packages as part of this product.

Use Component Examples for station-by-station expectations and DebugDemo for a public-API observer suitable for integration diagnostics.