Users can no longer get a Res
from &World
#16831
Labels
A-ECS
Entities, components, systems, and events
C-Bug
An unexpected or incorrect behavior
C-Usability
A targeted quality-of-life change that makes Bevy easier to use
D-Modest
A "normal" level of difficulty; suitable for simple features or challenging fixes
S-Needs-Design
This issue requires design work to think about how it would best be accomplished
Bevy version
0.15
I made this [systemparam] to make it simpler for me to access loaded assets related to Dialog .
I want to be able to derive this from World. So i made this fn and it worked great in 0.14
in 0.15, it throws this compilation error
what is the purpose of this error in 0.15 ? how can i access this systemparam from World in 0.15 ? (NOT &mut World, just readonly World )
Also migration docs dont mention this breaking change
The text was updated successfully, but these errors were encountered: