Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
0.8.3:assetsmanager [2022/04/08 14:05] – [Storing your assets package at runtime] admin0.8.3:assetsmanager [2022/04/08 14:06] (current) – [Storing your assets package at runtime] admin
Line 203: Line 203:
 Of course you are allowed to store the assets package you've setup. Of course you are allowed to store the assets package you've setup.
 Easily use the provided SaveToFile method of each package instance. Easily use the provided SaveToFile method of each package instance.
 +
 +//Notice: In case your are working with a file-based package and the destination location is the same, nothing will be stored.
 +If the destination differs from currently loaded package, it will create a copy of the file package.//
  
 //Notice: In case you are working with an in-memory package, it will be stored to file, but it stays in memory for further work. //Notice: In case you are working with an in-memory package, it will be stored to file, but it stays in memory for further work.