Results 11 comments of ZQY

**解决办法:** 将`login.gtpl`文件放到`src`目录下,最后的项目结构应该是这样的: > $GOPATH/ ----|----bin/ ----|----pkg/ ----|----src/ ----|----|----main/ ----|----|----|----main.go ----|----|----login.gtpl

Not only PDF version, all versions don't show images on my computer.

想到一个可能和这个问题相关的事情: UGUI里,`Selectable` 控件有一个 `Visualize` 功能,可以用来查看当UI捕获到上下左右输入时,会把焦点从哪个UI切换到哪个UI,这个功能在使用手柄控制器的游戏中必不可少。 ![image](https://user-images.githubusercontent.com/11539008/55329845-2c971c00-54c2-11e9-8455-9c01f94f0fc9.png)

I implemented a new [PlayableGraph Monitor](https://github.com/SolarianZ/UnityPlayableGraphMonitorTool) with GraphView api and with many new features. ![PlayableGraph Monitor](https://github.com/SolarianZ/UnityPlayableGraphMonitorTool/raw/main/Documents~/imgs/img_sample_playablegraph_monitor.png) More [screenshots](https://github.com/SolarianZ/UnityPlayableGraphMonitorTool/blob/main/Documents~/Screenshots.md#screenshots).

I added this function in my PlayableGraph Monitor:https://github.com/SolarianZ/UnityPlayableGraphMonitorTool#adding-extra-labels-to-playable-nodes ![Node Extra Labels](https://user-images.githubusercontent.com/11539008/222066568-59338359-d074-4375-be50-cc62a923ad12.png)

I have written a UIToolkit sample: https://gist.github.com/SolarianZ/26a6bb7a8de62e5d5adf41cc9e34de69

之前有考虑过添加分组功能,至今没做是有2个原因: 1. 比较忙(lan),加分组的话,适配多版本Unity比较麻烦 2. 这个工具是想把最常用的一些内容记录下来,如果记录的内容多到需要进一步分组了,可能会丢失其便利性 可以等稍微闲一些时考虑一下😆