Files
plugin-library/Assets/03.FiniteStateMachine/package.json

17 lines
322 B
JSON
Raw Normal View History

2025-03-04 16:02:44 +08:00
{
2025-03-31 10:24:01 +08:00
"name": "com.staryevo.finitestatemachine",
2025-04-10 11:20:22 +08:00
"version": "1.0.2",
2025-03-31 10:24:01 +08:00
"displayName": "03.FiniteStateMachine",
2025-03-31 11:23:20 +08:00
"description": "状态机工具",
2025-03-04 16:02:44 +08:00
"unity": "2021.3",
2025-03-31 11:23:20 +08:00
"unityRelease": "23f1",
2025-03-04 16:02:44 +08:00
"keywords": [
"unity",
"scirpt"
],
"author": {
"name": "staryEvo",
"url": "https://www.unity3d.com"
}
}