docs(editor): add tips for missing gizmos, bones, etc.#738
Merged
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds troubleshooting tips across several editor documentation pages to help users recover when common stage visualizations (bones, events, joysticks, layouts, text modifier overlays, targets) are accidentally hidden via View Options.
Changes:
- Added
<Tip>callouts to multiple pages pointing users to the relevant View Options toggles (with supporting GIFs). - Added a “Show Final Playback” toggle GIF to the toolbar documentation.
- Cleaned up a formatting artifact in the joysticks doc paragraph.
Reviewed changes
Copilot reviewed 7 out of 14 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| editor/text/text-modifiers.mdx | Adds a tip for restoring text modifier overlays via View Options. |
| editor/manipulating-shapes/joysticks.mdx | Adds a tip for restoring joystick visibility via View Options; fixes a formatting artifact. |
| editor/manipulating-shapes/bones.mdx | Adds a tip for restoring bone visibility via View Options. |
| editor/layouts/layouts-overview.mdx | Adds a tip for restoring layout visualization via View Options. |
| editor/interface-overview/toolbar.mdx | Adds an illustrative GIF for the “Show Final Playback” View Option. |
| editor/fundamentals/groups.mdx | Adds a tip for restoring target visibility via View Options. |
| editor/events/overview.mdx | Adds a tip for restoring event visibility via View Options. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|  | ||
|
|
||
| <Tip> | ||
| If text modifier range or values aren't visible on the stage, open the **View Options** menu and make sure **Text Modifier Range** **Text Modifier Values** are enabled. |
| <Tip> | ||
| If targets aren't visible on the stage, open the **View Options** menu and make sure **Targets** is enabled. | ||
|
|
||
|  |
HayesGordon
approved these changes
Jun 18, 2026
HayesGordon
left a comment
Contributor
There was a problem hiding this comment.
LGTM! But looks like copilot left some good feedback to take a look at before merging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is part of a bigger rewrite/org of the interface docs.
Sometimes users accidentally hide bones, events, etc. in the editor. This adds tips on the relevant page for each.