ProtoForgeSystems.Godot.TscnParser v1.0.0
π 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.TscnParserRequirements
- .NET 9.0 or later