Easy Chapter Generator
EnglishEspañol

Reduce the problem to one reproducible path

Start with Validation and the focused troubleshooting page. Reproduce in the real project, then in a minimal copy of the affected scene if possible. Determine whether the issue is authoring structure, Runtime acceptance, a project callback, an optional integration, persistence backend, or Demo presentation.

Never send credentials, private customer data, license keys, or an entire confidential project when a small reproduction is sufficient.

Include these facts

  • Easy Chapter Generator version and acquisition channel.
  • Unity Editor version, operating system, and target platform.
  • Render pipeline and whether the issue is Core or Demo-only.
  • Exact steps from a clean scene or clean progress profile.
  • Expected result and actual result.
  • First relevant Console error/warning with full stack trace.
  • Manager, Chapter, Ordered Objective, and component types involved; stable IDs may be anonymized consistently.
  • Validation result and public state snapshot.
  • Optional assets/adapters and their versions.
  • Whether the problem survives after disabling unrelated project scripts.

Build a useful reproduction

  1. 1
    Duplicate the affected scene and remove unrelated objects in small steps.
  2. 2
    Keep one Manager, one Chapter, the minimum Ordered Objectives, and the failing detector or bridge.
  3. 3
    Replace third-party presentation with a simple UnityEvent or stub while preserving the failing boundary.
  4. 4
    Clear the test profile and record whether the first run and hydrated run differ.
  5. 5
    Attach concise logs or a short recording only when they reveal timing that written steps cannot.

Classify the request accurately

CategoryExampleUseful evidence
AuthoringMissing or duplicate Objective LinkValidation text and selected hierarchy
RuntimeExact active completion rejectedIDs, states, return result, callback order
PersistenceTerminal state not restoredscope/profile, backend, operation results, fresh/hydrated sequence
IntegrationVendor callback or adapter not invokedassembly define, adapter type, source callback evidence
DemoMaterial/controller presentation issuepipeline and optional package versions

A clear report receives a faster, safer answer because it identifies which owner can actually correct the behavior.