Skip to content

GodotSharp.SourceGenerators.1.1.0

Choose a tag to compare

@Cat-Lips Cat-Lips released this 30 Jan 02:03
· 200 commits to main since this release

GodotSharp.SourceGenerators

C# Source Generators for use with the Godot Game Engine (available via Nuget):

  • SceneTree class attribute: Provides strongly typed access to the scene hierarchy (via _ operator)
  • GodotOverride method attribute: Allows use of On*, instead of virtual _* overrides
  • NEW: Base classes/helpers to create project specific source generators

(See tests for example usage patterns)

NB: Project reload or vs restart may be required to initialise Intellisense...