Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  How to Save / Load Obi Actors in 5.0
#13
in Unity, you need to call AssetDatabase.SaveAssets() to save any changed assets to disk:
https://docs.unity3d.com/ScriptReference...ssets.html

If you don't, any changes you've done to assets will be lost when you restart Unity.
Reply


Messages In This Thread
RE: How to Save / Load Obi Actors in 5.0 - by josemendez - 27-10-2020, 09:26 AM