Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 1.04 KB

readme.md

File metadata and controls

19 lines (10 loc) · 1.04 KB

Godot Specs Integration

For the guide section, refer to the Introduction for more information.

Important Note

As per the official Godot-Rust readme

Before launching the examples in the godot editor, you must first run cargo build and wait for the build operations to finish successfully.

At startup, the Godot editor tries to load all resources used by the project, including the native binary. If it isn't present, the editor skips properties or signals associated with the missing NativeScripts in the scene. This will cause the scene tree to be non-functional for any sample that relies on properties or signals configured in the editor.

Contributing

Contributions are welcome with corrections. Please just create a PR and I would be happy to include your contributions. Please note that any contributions are also licensed under the MIT License

License

This repository is for educational purposes and freely available under the MIT License.