Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Save Serialized Binary File or Contents Online

Discussion in 'Editor & General Support' started by SamohtVII, Oct 16, 2018.

  1. SamohtVII

    SamohtVII

    Joined:
    Jun 30, 2014
    Posts:
    368
    Hey,

    I have a serialised class of Vector3's Quarternions and a few other things and I can serialize it fine and save it to a local file. How should I go about getting this file or contents online?
    Is it possible to save the binary file contents to a database or should I save the file locally and then upload it online. It's only ~22kb.
    Just point me in the right direction. How would you do it?
    Thanks