ZenCoderGames / ZEventTree-ZTween

ZEventTree is an extendable event tree meant to make sequences and parallel events easier to do in Unity. ZTween is a simple tweening library which supports a bunch of Easing equations for Unity.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZEventTree-ZTween

An extendable event tree meant to make sequences and parallel events easier to do in Unity. Works with ZTween.

There are two main folders in the Scripts folder :

ZEvent

  • All code related to event trees, event nodes...

ZTween

  • All code related to tweening, easing...

There is also a Tests folder which has a test script to show you how each of these systems work.

About

ZEventTree is an extendable event tree meant to make sequences and parallel events easier to do in Unity. ZTween is a simple tweening library which supports a bunch of Easing equations for Unity.

License:MIT License


Languages

Language:C# 100.0%