Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Register AssetPath as type for reflection #11483

Merged
merged 1 commit into from
Jan 23, 2024

Conversation

BD103
Copy link
Member

@BD103 BD103 commented Jan 23, 2024

Objective

Solution

  • Register the AssetPath type when AssetPlugin::build is called.

Changelog

  • Registered AssetPath type for use in reflection.

@rparrett rparrett added A-Assets Load files from disk to use for things like images, models, and sounds C-Usability A targeted quality-of-life change that makes Bevy easier to use A-Reflection Runtime information about types labels Jan 23, 2024
@james7132
Copy link
Member

Merging as trivial.

@james7132 james7132 added this pull request to the merge queue Jan 23, 2024
Merged via the queue into bevyengine:main with commit 3cfcebc Jan 23, 2024
26 checks passed
@BD103 BD103 deleted the assetpath-ref branch January 23, 2024 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Assets Load files from disk to use for things like images, models, and sounds A-Reflection Runtime information about types C-Usability A targeted quality-of-life change that makes Bevy easier to use
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AssetPath have Reflect, but not registered
3 participants