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

Gizmos don't undo/redo properly on gizmo component removal #87

Closed
Exairnous opened this issue Jul 19, 2022 · 1 comment
Closed

Gizmos don't undo/redo properly on gizmo component removal #87

Exairnous opened this issue Jul 19, 2022 · 1 comment

Comments

@Exairnous
Copy link
Contributor

Description
If you undo removing a gizmo component, the gizmo doesn't reappear.
If you undo adding a gizmo component and then redo, the gizmo doesn't reappear

To Reproduce
Steps to reproduce the behavior:

  • Add an object.
  • Add a Waypoint component to the object.
  • Remove the Waypoint component from the object.
  • Undo.
  • Delete the object.
  • Add another object.
  • Add a Waypoint component to the object.
  • Undo.
  • Redo.

Expected behavior
The gizmo should be present on the object if the component is.

@keianhzo
Copy link
Contributor

Closed by #90

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants