-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
gizmo plugin lag bugfix #9166
gizmo plugin lag bugfix #9166
Conversation
I honestly don't know why the "run-examples" check was canceled, I guess a maintainer can relaunch it? |
It exceeded the 30 min time limit and it got automatically canceled. But you're right, a maintainer can re-run it. |
relaunched! usually that job takes 15 to 20 minutes to run, the limit at 30 minutes should be enough... |
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.
TransformPropagate
is in schedule PostUpdate
, those systems are in Update
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.
This doesn't fix the issue, as mockersf mentioned, this can't be merged before the comments are addressed.
Also please add "Fixes #9156" to the PR description, so that github automatically closes the issue when this gets merged.
@mockersf ping. Is this ready to merge? |
Technically the two other approvals than yours were when it was not fixed, so... Did anyone check that it was fixed or is it approval "in theory"? |
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.
Verified the fix by enabling aabb gizmos in the update_gltf_scene
example.
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.
Tested with custom code it does fix the bug
Objective
Fixes #9156