GodotInk Documentation

repository·main·Indexed 20 days ago

https://github.com/paulloz/godot-ink

An integration for the ink narrative scripting language within the Godot Engine 4 environment, enabling developers to use ink stories in Godot projects.

Tokens
236
Snippets
1
Records
2
Agent score
23%

What's inside GodotInk

  1. Install GodotInk in Godot 4

    main

    To install GodotInk, follow these steps. This assumes you have a working Godot and .NET installation.

    1. Download and Extract: Download the latest release from GitHub and extract the contents into the root of your Godot project. This should create an addons/GodotInk/ directory.
    2. Configure .csproj: Add the following XML line to your .csproj file, ensuring it is placed before the closing </Project> tag:
      <Import Project="addons\GodotInk\GodotInk.props" />
      Note: If your project does not have a .csproj file, go to the Project/Tools menu in the Godot editor and click Create C# Solution.
    3. Build: Build your project once to initialize the integration.
    4. Enable Plugin: Enable GodotInk in your project settings.
    <Import Project="addons\GodotInk\GodotInk.props" />