bevy/crates/bevy_core/src
phuocthanhdo ed2ea0d417 The update_frame_count system should be placed in CorePlugin (#6676)
# Objective

Latest Release, "bevy 0.9" move the FrameCount updater into RenderPlugin, it leads to user who only run app with Core/Minimal Plugin cannot get the right number of FrameCount, it always return 0.

As for use cases like a server app, we don't want to add render dependencies to the app.

More detail in #6656 

## Solution

- Move the `update_frame_count` into CorePlugin
2022-11-21 13:19:41 +00:00
..
lib.rs The update_frame_count system should be placed in CorePlugin (#6676) 2022-11-21 13:19:41 +00:00
name.rs add ReflectAsset and ReflectHandle (#5923) 2022-10-28 20:42:33 +00:00
serde.rs Add serialize feature to bevy_core (#6423) 2022-10-31 21:20:57 +00:00
task_pool_options.rs Use plugin setup for resource only used at setup time (#6360) 2022-10-25 22:19:34 +00:00