Files
taptap2024_GJ_chidouren/Packages/com.xfkj.xffsm@357f537fea/README.md
2024-10-16 00:03:41 +08:00

54 lines
1.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
![](Editor/Texture/logo_web.png)
# XFFSM
## XFFSM有限状态机可视化工具
XFFSM 是一款Unity3D引擎的可视化有限状态机插件!
## 安装
> 推荐通过 Unity Package Manager 安装点击Window/PackageManager 打开如下界面, 点击 + 选择 Add package from git URL...
>
> ![UPM, add from Git URL dropdown](Documentation~/upm-via-git.png)
>
> 填入下面的地址,安装最新版(推荐使用):
>
> ```none
> https://gitee.com/xianfengkeji/xffsm.git
> ```
> 或填入下面的地址,安装指定版本:
> ```none
> https://gitee.com/xianfengkeji/xffsm.git#v1.1.7
> ```
## 文档
* [XFFSM 快速入门](Documentation~/XFFSM快速入门.md)
* [XFFSM API](Documentation~/XFFSM_API.md)API文档
* [CHANGELOG](CHANGELOG.md):版本修改记录
* [常见问题解答](Documentation~/faq.md):记录常见问题
## 视频教程
https://www.bilibili.com/video/BV1Ga4y1R7ZW/
## 实战项目
https://space.bilibili.com/258939476/pugv
## 技术支持
XFFSM 交流群:644685781
## 注意事项
该插件创建状态脚本对象是通过反射的方式创建的,假如您的项目使用了代码混淆,状态脚本对象可能会创建失败,
状态逻辑可能无法执行,如果出现这种情况,请不要混淆状态脚本!
## 特别说明
如有在使用插件的过程中碰到任何bug,请及时与群主沟通,会尽快修复!!!
*该插件最低支持 Unity2019.4.13