Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
0.8.3:assetsmanager [2022/04/08 14:03] – [DesignTime] admin0.8.3:assetsmanager [2022/04/08 14:05] – [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 you are working with an in-memory package, it will be stored to file, but it stays in memory for further work.
 +If you want to load the stored in-memory package, you have to use the TGorillaAssetsManager.LoadPackageFromFile() method.//
  
 <file pascal Form1.pas> <file pascal Form1.pas>