Page 1 of 1

ES3 and addressables

Posted: Mon Jan 17, 2022 5:35 pm
by funtomata
Hey there,
our project is using ES3 to save, amongst other things, Scriptable Object references using the ES3 API.

We are going to have to turn those scriptable objects into addressables. I couldn't find anything specific about addressables in the documentation. Should everything work just exactly the same, or will I have to adapt my code somehow?

Re: ES3 and addressables

Posted: Mon Jan 17, 2022 8:02 pm
by Joel
Hi there,

As far as we’re aware it works no differently with addressables. At runtime they are like any other object, so runtime code sees them no differently to something instantiated at runtime.

If there’s not an instance of these objects in your scene, you may need to right-click them and press Easy Save 3 > Add Reference(s) to Manager.

All the best,
Joel