Replies: 3 comments 3 replies
-
Yep, Packfile support works for any platform.
I'm not sure if any additional features to
|
Beta Was this translation helpful? Give feedback.
-
One more unresolved question to me is when to enable which features. For development you usually want to start an asset daemon which listens for file changes in the background while in release you probably want to bundle all assets into a packfile and ship that with the app. It would be very annoying to have to run |
Beta Was this translation helpful? Give feedback.
-
One more thing: Distill assets currently don't implement
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
The Bevy community continues to discuss Distill integration in several places. I'm creating this thread to compile previous discussions, identify our needed design decisions, and ultimately make a list of boxes for an RFC to check.
Resources
Questions
bevy_asset
integration layer? This is currently one checkbox on Migrate Bevy Asset System to Distill #708 and it would be nice to enumerate what exactly is needed here. It's possible thatbevy-asset-distill
comes pretty close already.Beta Was this translation helpful? Give feedback.
All reactions