A downloadable Narrative Toolkit

Buy Now$5.00 USD or more

Story Framework Toolkit – Quest and Dialogue System

Build smarter story-driven games without the bloat.

This modular Unity toolkit provides everything needed to implement branching quests, trust-based NPC logic, and pooled UI panels—all written in clean, extendable C#. It’s lightweight, production-ready, and optimized for URP projects on both Android and PC.

Included Files

  • 13 modular C# scripts (fully commented, Unity 2022.3+ compatible)

    • QuestManager.cs, QuestData.cs, QuestObjective.cs

    • DynamicMissionGenerator.cs, QuestChain.cs

    • QuestUI.cs, QuestLogUI.cs, QuestGiverNPC.cs

    • NPCDialogue.cs, RelationshipManager.cs

    • InventoryManager.cs, PlayerSaveSystem.cs, EnemyAI.cs

  • .unitypackage export for quick import

  • README.md and prefab setup guide

  • Code-driven, URP-compatible, Android-friendly

Example Usage

QuestManager qm = FindObjectOfType<QuestManager>(); qm.StartQuest(myQuestData); qm.ReportProgress("Kill 5 Rats");  RelationshipManager rm = FindObjectOfType<RelationshipManager>(); rm.AdjustTrust("npc_blacksmith", +0.15f); 

System Requirements

  • Unity 2022.3 or newer (URP recommended)

  • Requires a standard Unity project setup (URP, canvas, etc.)

  • Tested on Android and Windows

Refund Policy
This is a digital toolkit intended for developers.
All sales are final. No refunds are issued for digital downloads. Please read the full description and test the package in a new Unity project before integrating it into production.

Support and Customization
For questions or custom variants tailored to your project, contact Rottencone83 via Itch.io or Ko-fi.

Pricing
Priced at $5 to support indie developers building narrative-driven games.
No filler. No frameworks. Just real tools that work.

Purchase

Buy Now$5.00 USD or more

In order to download this Narrative Toolkit you must purchase it at or above the minimum price of $5 USD. You will get access to the following files:

NarrativeSystem_UnityToolkit.zip 10 kB

Development log

Leave a comment

Log in with itch.io to leave a comment.