-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
WIP: Update to 0.9.1 #38
Conversation
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.
Fantastic work, aligns more or less with my unfinished migration experiment, just left a few comments on things I think might benefit a discussion/improvement!
Your PR is extremely appreciated!
Do run |
I saw that you were attempting it through your post in the discord related to CachedScriptState, but didnt see a branch dedicated to it so just did all the changes here. |
Docs now partially work project changed to package unneeded reference removed Resource moved to ScriptHost definition.
Oh I see, yeah I briefly experimented with the migration before life got in the way, I did not push these experiments to any branch, so your PR is very welcome! Do let me know if any of these changes are too much and I'll take over them! |
All the imports are actual paths, but the code that gets generated is wrong.
I cannot test the game of life example, which is the only one which uses a camera, so I don't know if it is working correctly, but everything appears to work now. |
All looks fantastic, game of life works :) I'll make some changes and then merge and hopefully release soon |
Attempting to update everything to bevy 0.9.1, and thought that it should be pushed back into the original. Not everything works yet, and I can't test teal by myself.