- Home /
Is there any way to make a timeline feature in editor scripting?
I'd like to make a timeline feature window, just like Animation window, but I couldn't find any information in the docs..Does anyone know how to make it?
I don't have very direct information to offer, but Unity has a GitHub Repository including this window's general details you could look at as a starting point.
Answer by seant_unity · Apr 19, 2018 at 11:50 AM
You can create your own EditorWindow to do what ever is necessary, but there aren't any hooks yet to connect that to specific timeline clips .
Your answer
Follow this Question
Related Questions
How to make multiple EditorWindows dock together? 0 Answers
Is there a way to avoid the Animation window drop-down menu with a selected Animator? 0 Answers
Unity editor extension - create drag and drop (similar to Buildbox) 1 Answer
Custom Inspector for a List ? 2 Answers
why I Cant Add Multiple Objects to the "Object Field" in Editor Window? 3 Answers