Vitaliy Sapronenko
Results
53
comments of
Vitaliy Sapronenko
Since AssetServer::load takes `Into` and `AssetPath` has both `From
Oh, I see, the reason of this issue is not `EventReander` or even `AssetServer`. You will laugh, but `AssetPath` is to blame. Because there is `impl From for AssetPath`. We...
This error is rust lifetime error. In this circumstances bevy knows nothing about what happens. I think the best what we can do is to add to AssetServer::load (as more...