Skip to content

Commit 92c708b

Browse files
author
Roberto De Ioris
authored
Update ManagingAssets.md
1 parent dabe808 commit 92c708b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/ManagingAssets.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ particle_system.save_package('/Game/Funny')
197197
material.save_package('/Game/Funny')
198198
```
199199

200+
Take into account that if you call save_package() on a transient object (read: an object that is marked as not being storable to disk), the object flags will be overwritten to include RF_Public|RF_Standalone, while RF_Transient will be removed
201+
200202
Using a factory allows to create empty assets:
201203

202204
```python

0 commit comments

Comments
 (0)