Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add back hot reloading for Scenes #4552

Closed
wants to merge 3 commits into from

Commits on Jun 18, 2022

  1. Add hot reloading for Scenes

    * Merge code in `SceneSpawner` for managing `DynamicScene` and `Scene`.
      * Add back hot reloading for `Scene`s, fixes bevyengine#3759
    * Add documentation to `SceneSpawner` methods.
    * Add `write_to_world` method to `Scene` (does the same
      as `DynamicScene::write_to_world`)
    
    This fixes bevyengine#3759 see this commit's merging PR for further details about
    this change.
    
    Merge PR: bevyengine#4552
    
    A previous version of this change merged `SceneSpawner::*{,_dynamic}`,
    it made it too difficult to use the `SceneSpawner` so it was reverted.
    nicopap committed Jun 18, 2022
    Configuration menu
    Copy the full SHA
    9699f0d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca6666f View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Rename SpawnCommand

    nicopap committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    2899ef4 View commit details
    Browse the repository at this point in the history