Newer
Older
## Info:
For OperatingSystem Android: please register all Files in StreamingAssetLoader!
Stefan Richter
committed
## StreamToDataPath:
All files and subfolders will be copied to DataPath.
Will be triggered on each start of the game.
Stefan Richter
committed
Exception: Files with "meta" in the name.
## StreamToPersistentDataPath:
All files and subfolders will be copied to PersistentDataPath.
Will be triggered on first time installing the game or with the corresponding restart buttons.
Stefan Richter
committed
Exception: Files with "meta" in the name.
## StreamToDataPath_withHandler:
If Operatingsystem is Android, then:
- All files and subfolders will be copied to PersistentDataPath.
- Exception: Files with "meta" in the name.
If Operatingsystem is other than Android, then:
- All files and subfolders will be copied to DataPath.
- Exception: Files with "meta" in the name.