Skip to content
Snippets Groups Projects
Commit 4423485a authored by Stefan Richter's avatar Stefan Richter
Browse files

Update Readme

parent 816529d4
No related branches found
No related tags found
No related merge requests found
...@@ -8,10 +8,13 @@ Exception: Files with "meta" in the name. ...@@ -8,10 +8,13 @@ Exception: Files with "meta" in the name.
## StreamToDataPath_withHandler: ## StreamToDataPath_withHandler:
Will be triggered on each start of the game. Will be triggered on each start of the game.
If Operatingsystem is Android, then: 1. If app played in UnityEditor, then:
- All files and subfolders will be copied to PersistentDataPath. - All files and subfolders will be copied to PersistentDataPath.
- Exception: Files with "meta" in the name. - Exception: Files with "meta" in the name.
If Operatingsystem is other than Android, then: 2. Else, if Operatingsystem is Android, then:
- All files and subfolders will be copied to PersistentDataPath.
- Exception: Files with "meta" in the name.
3. Else, if Operatingsystem is other than Android, then:
- All files and subfolders will be copied to DataPath. - All files and subfolders will be copied to DataPath.
- Exception: Files with "meta" in the name. - Exception: Files with "meta" in the name.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment