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

Update Bevy to 0.13 (Version 0.3.0) #5

Closed
wants to merge 15 commits into from
Closed

Update Bevy to 0.13 (Version 0.3.0) #5

wants to merge 15 commits into from

Conversation

doonv
Copy link
Owner

@doonv doonv commented Feb 17, 2024

No description provided.

doonv and others added 14 commits January 14, 2024 21:27
bevyengine/bevy#11240 was resolved, so the temporary fix can be removed.
# Objective

Fix #1

# Solution

Invert the `y` axis of `subpixel_pos` in the `smooth_camera` system.
I'm experiencing a little bit of jitter when having the camera track an
object as it moves. I believe it's because the object's transform is
updated, then the pixel camera plugin systems run, and then my camera
tracking system runs, causing there to be a one-frame delay before the
pixel camera's transform gets updated. This PR fixes it for me.

I believe it's correct to put these systems in `PostUpdate`, but I could
also make do with a `SystemSet` for these two if you prefer that.
@doonv doonv added the enhancement New feature or request label Feb 17, 2024
@doonv doonv changed the base branch from main to latest February 17, 2024 20:34
@doonv
Copy link
Owner Author

doonv commented Feb 17, 2024

PR closed in favor of renaming latest to release-0.2.2 and making a new branch which will then be renamed to latest (this is so I can rebase)

@doonv doonv closed this Feb 17, 2024
@doonv doonv deleted the 0.13 branch February 17, 2024 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants