Skip to content
Snippets Groups Projects
README_StreamingAssets.md 823 B
Newer Older
  • Learn to ignore specific revisions
  • ## Info:
    For OperatingSystem Android: please register all Files in StreamingAssetLoader!
    
    
    
    ## StreamToDataPath:
    All files and subfolders will be copied to DataPath.
    
    Will be triggered on each start of the game.
    
    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.
    
    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.