Search Unity

[SimpleTimeLineWindow] Easy way to make TimeLine-Based Style Tools

Discussion in 'Assets and Asset Store' started by tinyant, Nov 24, 2021.

  1. tinyant

    tinyant

    Joined:
    Aug 28, 2015
    Posts:
    127
    Hi, I make a simple tools for u who want to Make Simple Unity's TimeLine Style Extension tools

    GitHub:https://github.com/tinyantstudio/SimpleTimeLineWindow

    Open UnityEditor -> Window->ExampleTimeLineWindow





    U can easy bring "time line" to your editor when making tools based on time like:

    1. skill play editor
    2. effect play editor
    3. time-based logic editor
    4. and so on


    Hope this will make some help for tools dev in unity3d.

    thanks;)
     
    davidrochin and iwan-iwan like this.
  2. davidrochin

    davidrochin

    Joined:
    Dec 17, 2015
    Posts:
    72
    Thank you. I'm trying to do a combat skill editor and this seems to be a good starting point. Is there a reason you didn't include the complex example?