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

3D object to mysql Database

Discussion in 'Getting Started' started by AdarshSukdeo, Dec 4, 2016.

  1. AdarshSukdeo

    AdarshSukdeo

    Joined:
    Dec 4, 2016
    Posts:
    1
    Is this possible to save a 3D object in a mysql database ?
     
  2. JoeStrout

    JoeStrout

    Joined:
    Jan 14, 2011
    Posts:
    9,859
    Yes. But you'll need to begin by defining exactly what "save a 3D object" means to you.
     
    Ryiah, Kiwasi and theolagendijk like this.
  3. MFKJ

    MFKJ

    Joined:
    May 13, 2015
    Posts:
    264
    Any progress? I willing too. There are different 3d objects like buildings, roads, signals, fence, walls, tree.
     
  4. Kiwasi

    Kiwasi

    Joined:
    Dec 5, 2013
    Posts:
    16,860
    So you'll need to answer @JoeStrout's question. What does saving a 3D object mean to you?*

    A 3D object is composed of lots of pieces. Meshes, textures, bones, materials. Do you want to save all of those?

    Do you need runtime saving? Do you need runtime loading?

    Can you just save a reference to a 3D prefab that you can then Instantiate at runtime?

    What about AssetBundles? Do they solve your problem?

    *That phrasing brings weird flash backs to early morning Seminary lessons.
     
    JoeStrout and Ryiah like this.