Skip to content

Commit af85df7

Browse files
committed
docs: update readme
1 parent e05c420 commit af85df7

3 files changed

Lines changed: 47 additions & 1 deletion

File tree

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,21 @@
11
# Unity PlayableGraph Monitor Tool
22

3+
PlayableGraph monitor tool inspired by [PlayableGraph Visualizer](https://github.com/Unity-Technologies/graph-visualizer) and implemented in UIElements.
4+
35
![PlayableGraph Monitor](./Documents/imgs/img_sample_playablegraph_monitor.png)
46

7+
[中文](./README_CN.md)
8+
9+
## Features
10+
11+
- Monitor all valid PlayableGraphs
12+
- Inspect nodes in the PlayableGraph
13+
- Draggable graph view
14+
- Zoomable graph view
15+
516
## Supported Unity Version
617

7-
Unity 2021.3 and later.
18+
Unity 2019.4 and later.
819

920
## Installation
1021

README_CN.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Unity PlayableGraph 监控工具
2+
3+
PlayableGraph监控工具,参考了[PlayableGraph Visualizer](https://github.com/Unity-Technologies/graph-visualizer),使用UIElements实现。
4+
5+
![PlayableGraph Monitor](./Documents/imgs/img_sample_playablegraph_monitor.png)
6+
7+
[English](./README.md)
8+
9+
## 功能
10+
11+
- 监控所有有效的PlayableGraph
12+
- 查看PlayableGraph中节点的详细数据
13+
- 支持拖拽视图
14+
- 支持缩放视图
15+
16+
## 支持的Unity版本
17+
18+
Unity 2019.4或更新版本。
19+
20+
## 安装
21+
22+
**开发中。**
23+
24+
## 如何使用
25+
26+
**菜单** “Window/Analysis/PlayableGraph Monitor” 打开PlayableGraph监控窗口,
27+
在窗口左上角的 **弹出选框** 中选择一个PlayableGraph,即可查看此PlayableGraph的结构。
28+
选中视图中的任意节点,可在窗口右侧面板中查看节点详细数据。

README_CN.md.meta

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)