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
AudioBundle::from_audio_source
no function or associated item named from_audio_source found for struct AudioSourceBundle in the current scope
function or associated item not found in AudioSourceBundle
PlaybackSettings::LOOP.with_volume(0.5)
mismatched types, expected Volume, found floating-point number
The text was updated successfully, but these errors were encountered:
Gnamra
changed the title
Error in migration guide for bevy_audio
Migration 0.10 -> 0.11: Error in migration guide for bevy_audio
Jul 10, 2023
Gnamra
changed the title
Migration 0.10 -> 0.11: Error in migration guide for bevy_audio
0.10 -> 0.11 Error in migration guide for bevy_audio
Jul 10, 2023
In the migration guide, the following example code is given:
however, when I try to do this I get two errors:
AudioBundle::from_audio_source
no function or associated item named
from_audio_source
found for structAudioSourceBundle
in the current scopefunction or associated item not found in
AudioSourceBundle
PlaybackSettings::LOOP.with_volume(0.5)
mismatched types, expected
Volume
, found floating-point numberThe text was updated successfully, but these errors were encountered: