Skip to content

Commit a800510

Browse files
committed
Second draft of the warning for resolving issue #656
1 parent 8aecfba commit a800510

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,13 @@ godot_init!(init);
9393

9494
### Further examples
9595

96+
97+
> ### **IMPORTANT NOTE**
98+
>
99+
> Before launching the examples in the godot editor, you must first run `cargo build` and wait for the build operations to finish successfully.
100+
>
101+
>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.
102+
96103
The [/examples](https://github.com/godot-rust/godot-rust/tree/master/examples) directory contains several ready to use examples, complete with Godot projects and setup for easy compilation from Cargo:
97104

98105
- [/examples/hello_world](https://github.com/godot-rust/godot-rust/tree/master/examples/hello_world) - Your first project, writes to the console

0 commit comments

Comments
 (0)