Page 1 of 1

Save Transform and load into a list?

Posted: Wed Sep 29, 2021 2:36 pm
by EmanuelBjorsell
Hi,

Is it possible to save Transform components and then load them into a list of Transforms and not instantiate gameObjects? Or do I have to break it down to vector3 and have them in three files?

Best regards,
Emanuel

Re: Save Transform and load into a list?

Posted: Fri Oct 01, 2021 7:45 am
by Joel
Hi there,

You can use the ES3.LoadInto method for this.

All the best,
Joel