Files
MovementTests/godot_state_charts_examples/csharp
Minimata af1f6da98d
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 31s
Create tag and build when new code gets to main / Test (push) Has been cancelled
Create tag and build when new code gets to main / Export (push) Has been cancelled
updating project files
2026-01-28 09:50:10 +01:00
..
2026-01-28 09:50:10 +01:00

This example requires the .NET version of Godot to work. It will not work with the 
standard version of Godot. You can download the .NET version of Godot from 
https://godotengine.org/download. Note that the Steam version of Godot is the 
standard version and will not work with this example.

If you just freshly imported this into Godot and have not yet added other C# files 
to the project, you will need to initialize the project for C# by going to 
Project -> Tools -> C# -> Create C# Solution. Otherwise the demo will not
work because its files have not been compiled.