UmbraLuminosa / sickle_ui

A widget library built on top of bevy_ui.
Apache License 2.0
205 stars 24 forks source link

Fix missing EmbeddedAssetRegistry resource #43

Closed tungtose closed 3 weeks ago

tungtose commented 3 weeks ago

This PR fixes the missing EmbeddedAssetRegistry resources, which prevents me from upgrading sickle_ui to 0.2.0.

The bug is shown in the attached image: image

eidloi commented 3 weeks ago

Just to clarify since we never ran into this issue: are you using DefaultPlugins? I am not at my building PC so I can't check right now, could you please run the simple_editor example to make sure there is no collision? Otherwise I am fine merging it.

eidloi commented 3 weeks ago

Ah, OK I see, nothing happens if it's already injected