-
-
Notifications
You must be signed in to change notification settings - Fork 62
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(bevy components): fix handling of unit/empty structs (#151)
* closes #133 * fix(gltf_auto_export): corrected ron value for "spawnHere" components * fix(bevy_components): fixed handling of empty/ unit structs * updated to/from prop_groups * updated tests/ expected files * bumped version * removed verbose "watching schema file for changes" * fix(bevy_gltf_components): fixed issue of incorect handling of empty component values in non legacy mode: * aka: replacing empty component values (ron strings) with '()' should ONLY happen in legacy mode * even more aka: ron strings for component values should not be altered when not in legacy mode (provided ron strings should be valid) * tests(): * changed bevy_component tests to use testing/bevy_example as source for registry data * removed testing/bevy_registry_export, as it is redudant * related tweaks & cleanups * chore(crates): bumped up versions because of breaking change * chore(examples): updated registry export example to use up-to-date / fixed components data * chore(bevy_gltf_components): added back warning about legacy mode, in a less spammy way * docs(bevy_components): added notes about v0.3 breaking changes
- Loading branch information
1 parent
b40ab49
commit 9cb9dda
Showing
51 changed files
with
145 additions
and
11,404 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
-520 Bytes
(91%)
examples/bevy_registry_export/basic/assets/models/library/Container.glb
Binary file not shown.
Binary file modified
BIN
-508 Bytes
(91%)
examples/bevy_registry_export/basic/assets/models/library/Health_Pickup.glb
Binary file not shown.
Binary file modified
BIN
-352 Bytes
(99%)
examples/bevy_registry_export/basic/assets/models/library/MagicTeapot.glb
Binary file not shown.
Binary file modified
BIN
-324 Bytes
(92%)
examples/bevy_registry_export/basic/assets/models/library/Pillar.glb
Binary file not shown.
Binary file modified
BIN
-928 Bytes
(97%)
examples/bevy_registry_export/basic/assets/models/library/Player.glb
Binary file not shown.
Binary file modified
BIN
-356 Bytes
(94%)
examples/bevy_registry_export/basic/assets/models/library/Unused_in_level_test.glb
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
1 change: 0 additions & 1 deletion
1
testing/bevy_registry_export/basic/assets/assets_core.assets.ron
This file was deleted.
Oops, something went wrong.
6 changes: 0 additions & 6 deletions
6
testing/bevy_registry_export/basic/assets/assets_game.assets.ron
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-5.88 KB
testing/bevy_registry_export/basic/assets/models/library/Container.glb
Binary file not shown.
Binary file removed
BIN
-5.33 KB
testing/bevy_registry_export/basic/assets/models/library/Health_Pickup.glb
Binary file not shown.
Binary file removed
BIN
-23.4 KB
testing/bevy_registry_export/basic/assets/models/library/MagicTeapot.glb
Binary file not shown.
Binary file removed
BIN
-3.78 KB
testing/bevy_registry_export/basic/assets/models/library/Pillar.glb
Binary file not shown.
Binary file removed
BIN
-28.5 KB
testing/bevy_registry_export/basic/assets/models/library/Player.glb
Binary file not shown.
Binary file removed
BIN
-5.44 KB
testing/bevy_registry_export/basic/assets/models/library/Unused_in_level_test.glb
Binary file not shown.
Oops, something went wrong.