You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A-AssetsLoad files from disk to use for things like images, models, and soundsC-BugAn unexpected or incorrect behaviorD-TrivialNice and easy! A great choice to get started with Bevy
…re if it's not enabled from elsewhere (#9803)
# Objective
Fixes#9787
## Solution
~~"serialize" feature enables "bevy_asset" now~~
"serialize" feature no longer enables the optional "bevy_scene" feature
if it's not enabled from elsewhere (thanks to @mockersf)
…re if it's not enabled from elsewhere (bevyengine#9803)
# Objective
Fixesbevyengine#9787
## Solution
~~"serialize" feature enables "bevy_asset" now~~
"serialize" feature no longer enables the optional "bevy_scene" feature
if it's not enabled from elsewhere (thanks to @mockersf)
A-AssetsLoad files from disk to use for things like images, models, and soundsC-BugAn unexpected or incorrect behaviorD-TrivialNice and easy! A great choice to get started with Bevy
Bevy version
Main
What you did
Create a bevy project with default features off and only
serialize
enabled.Run a Bevy app with
DefaultPlugins
What went wrong
The window would not be created and this error was printed to the terminal:
Additional information
This was found at Leafwing-Studios/leafwing-input-manager#382
The text was updated successfully, but these errors were encountered: