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. Dismiss Notice

Question Timeline serialization

Discussion in 'Timeline' started by Grzona, Feb 13, 2023.

  1. Grzona

    Grzona

    Joined:
    Apr 10, 2018
    Posts:
    2
    Hi! I want to store Timeline file (.playable) on server and load it during runtime. I want to save timeline in editor mode. I tried serialization (json, BinaryFormatter) but it didnt work (serialization failed either while saving or loading depending on used method). Is there any way to do it? I really want to avoid asset bundles if its possible.
     
    wzm66 likes this.