Anomalybound / WaEvent

This is a tool for easy editing Unity3D animation events.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WaEvent

Intro

This is a tool for Unity3D game engine. Aim for easy editing animation events and decouple logic event from artwork assets. Inspired by Mecanim Event System.

Structure

WaEvent/Core Codebase

WaEvent/Editor Editor and inspector

WaEvent/Util

Intall

You can either

  • add this repo as a submodule to your project
  • clone/download and unzip WaEvent folder to your project

Tutorial

  1. Create a new event data set via context menu WaEvent/New Event Data.

  2. Setup event data step by step.

  1. Attach AnimatorEventEmitter to your Animator instance and give it the data just created.

About

This is a tool for easy editing Unity3D animation events.

License:MIT License


Languages

Language:C# 100.0%