2 Posts
0
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
No Events found!
DELL_ChrisHolloway
2 Intern
•
125 Posts
0
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.
1Jguyt1
2 Posts
0
December 17th, 2019 08:00
Thank you