Saving a Scene with an Imported Model
Hi!
I would like to ask pointers on what would be a best way to save a scene with an imported model. This is an AR, Android project with a scene to which the user can upload an .obj model into. Then this .obj model becomes a gameobject that is associated with other data in a script that is attached to it. The user also has to move the imported gameobject carefully to a desired position due to this being AR.
Is there a way I could save the entire scene with the imported model, script with values associated with the gameobject and its Transform so the user would not have to upload it in every time and move it around to the desired position.
Thanks for your help!
Comment