Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We have updated the language to the Editor Terms based on feedback from our employees and community. Learn more.
    Dismiss Notice

Question Is is it possible to make a timeline via runtime editor?

Discussion in 'Timeline' started by ookk47oo, Jun 30, 2023.

  1. ookk47oo

    ookk47oo

    Joined:
    Mar 17, 2017
    Posts:
    80
    Hi, our team are planning to add runtime story editor for our game, which is independent of unity editor. We want the mod developers to create their own cutscenes or dialogues.
    But it seems Timeline's data was based on ScriptableObject which is only can be created in the unityeditor.
    Is there any trick to implement the runtime timeline editor?