Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Generators for StringName and NodePath in Godot 4.Example:```cs// Allocates a new StringName every time.Input.IsActionPressed("move_forward");// Allocation free!Input.IsActionPressed("move_forward".AsStringName());```Install the library through NuGet: https://www.nuget.org/packages/GodotStringIntercept
Godot String Intercept Generators
Contains source generators and analyzers for GodotStringIntercept.
Do not reference this package directly; reference the GodotStringIntercept package instead.
Generators for StringName and NodePath in Godot 4.
Example:
```cs
// Allocates a new StringName every time.
Input.IsActionPressed("move_forward");
// Allocation free!
Input.IsActionPressed("move_forward".AsStringName());
```
Install the library through NuGet: https://www.nuget.org/packages/GodotStringIntercept
Reviews
Quick Information
Generators for StringName and NodePath in Godot 4.Example:```cs// Allocates a new StringName every time.Input.IsActionPressed("move_forward");// Allocation free!Input.IsActionPressed("move_forward".AsStringName());```Install the library through NuGet: https://www.nuget.org/packages/GodotStringIntercept