Skip to content

ProtoForgeSystems.Godot.TscnParser v1.0.0

Choose a tag to compare

@rmblstrp rmblstrp released this 09 Feb 05:09
· 6 commits to main since this release
9c89e09

πŸŽ‰ Initial Release

A zero-dependency .NET parser for Godot .tscn (text scene) files.

Features

  • ✨ Zero Dependencies: Pure .NET implementation with no external packages
  • πŸ“¦ Typed Scene Graph: Strongly-typed models for scene structure
  • πŸ”§ Value Parsing: Parse Godot property values (Vector3, Transform3D, etc.)
  • πŸ› Error Diagnostics: Detailed error messages with line/column information
  • πŸš€ No Godot Runtime: Works without Godot engine installed

Installation

dotnet add package ProtoForgeSystems.Godot.TscnParser

Requirements

  • .NET 9.0 or later