Access GodotInk documentation and guides
mainFor a quick-start guide and comprehensive general documentation, refer to the project's official wiki.
repository·main·Indexed 20 days ago
https://github.com/paulloz/godot-inkAn integration for the ink narrative scripting language within the Godot Engine 4 environment, enabling developers to use ink stories in Godot projects.
To install GodotInk, follow these steps. This assumes you have a working Godot and .NET installation.
addons/GodotInk/ directory..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.<Import Project="addons\GodotInk\GodotInk.props" />