gd,refacto: added state chart addon and namespace cleanup
This commit is contained in:
9
godot_state_charts_examples/csharp/README.txt
Normal file
9
godot_state_charts_examples/csharp/README.txt
Normal file
@ -0,0 +1,9 @@
|
||||
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.
|
Reference in New Issue
Block a user