top of page
Sections

Installation

First Dialogue

Visual Editor

CSV/TSV Localization

Runtime Execution

Conditions & Actions

uGUI/Input System

Audio & Music

Validation

Migration

Troubleshooting

Limitations

API

Primeiros Passos / Getting Started

1. Installation / Instalação

Download StoryPaws from the Unity Asset Store and import it into your project. / Baixe o StoryPaws na Unity Asset Store e importe-o para o seu projeto.

// Unity Registry Entry
"com.dogstale.storypaws": "https://github.com/dogstale/storypaws.git"

Next: First Dialogue

StoryPaws Documentation

Comprehensive guide to the StoryPaws narrative engine for Unity developers.

Guia completo do motor narrativo StoryPaws para desenvolvedores Unity.

Version 0.1.0

Compatible with Unity 6

Installation

First Dialogue

Visual Editor

Localization

Visual Editor | Editor Visual

Detailed technical documentation regarding the node-based visual dialogue editor interface.

Documentação técnica detalhada sobre a interface do editor visual de diálogos baseado em nós.

// Code example for visual editor event hooks
void OnNodeActive(StoryNode node) {
    Debug.Log(node.ID);
}

← Previous: First Dialogue

Next: Localization →

FAQ & Support / FAQ e Suporte

Contact us at / Contacte-nos em:

dogstaleroteiros@gmail.com

EN: We typically respond within 24-48 hours.
PT: Normalmente respondemos dentro de 24-48 horas.

bottom of page