Start a Conversation

Solved!

Go to Solution

1308

December 17th, 2019 07:00

Unity 300 storage reconfiguration

Hello,

I am looking for the simplest way to wipe my Unity array storage while keeping all my settings.  Basically blow away the storage pools, datastores etc while maintaining the network settings.

 

Thanks

2 Intern

 • 

125 Posts

December 17th, 2019 08:00

Easiest way is to go through and delete the objects you don't want.  You could do that through the GUI, or script it.

 

There is a re-initialize option in Unity but it will wipe the whole array.

2 Posts

December 17th, 2019 08:00

Thank you

No Events found!

Top