Downloading game from drive

Hey, I’ve made some games and I’m really running out of storage rn. So, can I upload these games to drive or any other resources, and then when I want I can download and run them again in unity?

Yes but if you want to reduce space the biggest thing you can do (uploaded or not) is to delete the Library folder. You’ll need to build it again to open the Project. This can save a lot - for instance my Library in my current project is 10x the size of my Assets folder.

1 Like

You mean projects, not games? :wink:

Like Lo-renzo said, remove the Library and Obj folders to save space, but you should also zip up the entire project. Even with low compression it makes handling all those thousands of files much easier for any cloud sync.

It also prevents you from ever being tempted to work off a cloud synced folder now and in the future. Doing so could corrupt your project beyond repair especially if you ever were to open the project on another location.

Thank You!!! I’ll try doing that