Skip to content

Commit a729c9f

Browse files
romainf-unityGitHub Enterprise
authored and
GitHub Enterprise
committed
Merge pull request #4 from unity/change-menu
Change menu entry
2 parents f8cbc03 + 695bbbd commit a729c9f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
1111

1212
- Updated the Yamato CI configuration
1313
- Moved from MIT to UCL license
14+
- Moved menu entry under Window > Analysis
1415

1516
## [0.1.0] - 2018-12-20
1617

@@ -20,4 +21,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2021
- Mirrored the original [graph-visualizer repository](https://github.com/Unity-Technologies/graph-visualizer) and modified it to fulfill the Unity package requirements.
2122

2223

23-
[Unreleased]: https://github.cds.internal.unity3d.com/unity/com.unity.playablegraph-visualizer/compare/v0.1.0...HEAD
24+
[Unreleased]: https://github.cds.internal.unity3d.com/unity/com.unity.playablegraph-visualizer/compare/v0.1.0...HEAD

Documentation~/playablegraph-visualizer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To install this package, follow the instructions in the
1010

1111
# Using PlayableGraph Visualizer
1212

13-
- Open the PlayableGraph Visualizer in **Window > PlayableGraph Visualizer**
13+
- Open the PlayableGraph Visualizer in **Window > Analysis > PlayableGraph Visualizer**
1414
- Open any scene that contains at least one `PlayableGraph`
1515
- In the top-left list, select the `PlayableGraph` to display in the window
1616
- Click on the nodes to display more information about the associated Playable handle

Editor/PlayableGraphVisualizerWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ private PlayableGraphVisualizerWindow()
3232
m_GraphSettings.showLegend = true;
3333
}
3434

35-
[MenuItem("Window/PlayableGraph Visualizer")]
35+
[MenuItem("Window/Analysis/PlayableGraph Visualizer")]
3636
public static void ShowWindow()
3737
{
3838
GetWindow<PlayableGraphVisualizerWindow>("PlayableGraph Visualizer");

0 commit comments

Comments
 (0)