https://github.com/mr-sb/actskill
ACTSkill editor.
https://github.com/mr-sb/actskill
act editor skill unity
Last synced: about 1 year ago
JSON representation
ACTSkill editor.
- Host: GitHub
- URL: https://github.com/mr-sb/actskill
- Owner: Mr-sB
- License: mit
- Created: 2023-06-05T09:18:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-04-11T12:55:34.000Z (about 2 years ago)
- Last Synced: 2024-11-06T20:37:29.142Z (over 1 year ago)
- Topics: act, editor, skill, unity
- Language: C#
- Homepage:
- Size: 260 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ACTSkill
ACTSkill editor.
## Feature
- Visual editing attack/body range.
- Timeline to set action.
- Support undo redo.
## Editor Window



## Usage
- Click "ACTSkill/Skill Editor" menu item to open editor window.
- Add state, edit state values, and edit frame count.
- Select frame to edit attack/body range.
- Add action.
- Inherit `ActionBase` class to define action config class.
Must add `[Serializable]` attribute to config class.
- Implement `IActionHandler` interface to handle action logic.
- Implement `IMachineController` interface to drive machine.
Some lifecycle events can be listened from `MachineBehaviour` and `StateHandler`.
## Animation
You can inherit `AnimationProcessor` to handle animation during editing.
Default use Animator to play animation.
## Version Support
Unity 2019_3_OR_NEWER
## Dependencies
- "com.mr-sb.customizationinspector": "https://github.com/Mr-sB/CustomizationInspector.git",
- "com.unity.editorcoroutines": "1.0.0"
## Demo
https://github.com/Mr-sB/ACTSkillDemo