-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Scene fails to serialize #6627
Comments
Hmm. That feels like the sort of data that shouldn't be serialized. |
I agree. I don't think it's anything I did as it saved flawlessly before updating and I haven't changed anything since. I'm guessing it worked before because |
i think (but am not sure that) this is because in #6305 the new however i do agree with alice that this shouldn't ever need to be serialized. |
A short term fix would be to register the type. A long term fix would likely to exclude computed types like |
Note that, as a workaround, you can manually register that type for now. |
Bevy version
0.9.0 main 688f13c
What you did
I attempted to serialize a scene using the following code:
What went wrong
App panics and scene is not saved
Additional information
Logs
I think it might be a result of #6305 but I am not certain.
The text was updated successfully, but these errors were encountered: