diff --git a/examples/reflection/auto_register_static/README.md b/examples/reflection/auto_register_static/README.md index 3ce8ab8418..de60e00584 100644 --- a/examples/reflection/auto_register_static/README.md +++ b/examples/reflection/auto_register_static/README.md @@ -16,4 +16,4 @@ Here's a list of caveats of this approach: 2. All of the types to be automatically registered must be declared in a separate from `load_type_registrations!` crate. This is why this example uses separate `lib` and `bin` setup. 3. Registration function names are cached in `target/type_registrations`. Due to incremental compilation the only way to rebuild this cache is to build with `bevy/reflect_auto_register_static` (or `auto_register_static` if just using `bevy_reflect`) feature disabled, then delete `target/type_registrations` and rebuild again with this feature enabled and `BEVY_REFLECT_AUTO_REGISTER_STATIC=1` environment variable set. Running `cargo clean` before recompiling is also an option, but it is even slower to do. -If you're experiencing linking issues try running `cargo clean` before rebuilding. \ No newline at end of file +If you're experiencing linking issues try running `cargo clean` before rebuilding.