Search Unity

Feature Request [SerializeField] TimeSequence

Discussion in 'Documentation' started by FoodFish_, Apr 24, 2023.

  1. FoodFish_

    FoodFish_

    Joined:
    May 3, 2018
    Posts:
    58
    I would like to be able to plot point along a 1d line in a Unity Inspector.
    upload_2023-4-23_23-58-51.png

    As it stands the only object type allowing you to do this is the animation curve. However as you plot points the curve constantly shifts up and down. Also there is no way of hiding the tangent lines which is very annoying.

    Another alternative is to use animation clips but this requires you moving back and forth between clips and your prefab slowing down workflows.

    Should be a simple Serializable TimeSequence class which we can put in whichever prefab scriptable object we need. A little bit like the one seen in the animation clip.
     
    Last edited: Apr 24, 2023