Search Unity

Backup Unity's files

Discussion in 'Getting Started' started by Juan1331, Apr 8, 2023.

  1. Juan1331

    Juan1331

    Joined:
    Sep 16, 2022
    Posts:
    6
    Hi everybody! I'm looking info for backup the Unity archives, but i'm kind of lost. I tried whit GitHub, but doesn't support large files. Someone could help me please?
     
  2. mgear

    mgear

    Joined:
    Aug 3, 2010
    Posts:
    9,428
    for github need to buy the LFS package, then it supports large files.
    (and add .gitattributes file for file types, and install git lfs to system)
    bit unclear whats included in free
    https://docs.github.com/en/reposito...ging-large-files/about-git-large-file-storage

    unity plastic SCM has some large file support also, but not sure if there is free tier.

    bitbucket has paid Large File Storage support also
    https://support.atlassian.com/bitbucket-cloud/docs/storage-policy-for-git-lfs-with-bitbucket/

    you can backup to dropbox also, github is more useful if you are working on a project with large files,
    not just using it as a finished archive zip.