-
Notifications
You must be signed in to change notification settings - Fork 34
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
Remove old serialization code from SceneBridge
#775
Remove old serialization code from SceneBridge
#775
Conversation
|
a59e137
to
8ca77d6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
clang-tidy
found issue(s) with the introduced code (1/1)
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #775 +/- ##
==========================================
- Coverage 41.79% 41.69% -0.10%
==========================================
Files 108 108
Lines 7005 6993 -12
==========================================
- Hits 2928 2916 -12
Misses 4077 4077 ☔ View full report in Codecov by Sentry. |
8ca77d6
to
352d155
Compare
352d155
to
937ce61
Compare
937ce61
to
a02d4e1
Compare
a02d4e1
to
0d53043
Compare
Description
Makes the ECS use the actual type name to identify components instead of the attribute name - still haven't removed it from quadrados, but the whole attribute will soon go away anyway.
Changes the
SceneBridge
to use the newJSONDeserializer
instead of the old one.Checklist
Ensure test coverage.