UnityEditorunityUnity好用插件收集

[Unity 3d]ReferenceExplorer(引用关系

2019-09-24  本文已影响0人  雨落随风

ReferenceExplorer 使得场景中的游戏对象和组件之间的依赖关系可视化。

GitHub 上的工程多如繁星,有些好的仓库,但凡不经意间错过了就很难找回,故稍作采撷,希望能帮助到有心人。

简介:

笔者今天推荐的仓库叫 ReferenceExplorer。 - 引用浏览器

功能:

  1. Visualize the relationships of objects/components
    - 将游戏对象和组件之间的关系可视化


  2. Visualize the objects that will receive function calls
    - 将接受事件的那些游戏对象可视化(支持SendMessage、AnimationEvent、Collison等等)



  3. Lists Components in current scene or Selected Objects
    - 列表形式展示出当前场景中或者选中的游戏对象的所有组件


  4. Search Codes in scenes
    - 支持搜索场景中的脚本。


  5. Create Relationship Graph of Object/class
    - 创建yEd - Graph Editor支持的游戏对象或者类型的关系图

链接:

tsubaki/ReferenceExplorer: ReferenceExplorer will visualize the object and component dependencies

结语:

本文集持续更新ing,喜欢记得点赞关注哦!

上一篇 下一篇

猜你喜欢

热点阅读