Search Unity

Question Create adaptable inspector

Discussion in 'C# Job System' started by SophieB_, Mar 17, 2023.

  1. SophieB_

    SophieB_

    Joined:
    Apr 20, 2021
    Posts:
    1
    I would like to create a dynamic inspector before the play mode start where the user can state the amount of animations, after which that amount of slots open up where the user can drag and drop the animations to. Is this possible without having to create a custom inspector?
     
  2. DevDunk

    DevDunk

    Joined:
    Feb 13, 2020
    Posts:
    5,063
    Wouldn't a list of animations simply work?
    You might need to make a custom window that pops up at Awake however