Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by Wolfrik_Creations · Oct 31, 2016 at 07:01 PM · unity 5unity5unityeditorcollaborationbeta

Unity 5.5b Collab with a Massive Project?

Okay, I've upgraded to 5.5 beta so that I could help my friend with his game, and I'm liking it so far, but my friend would like to help me on my game... there's a problem.

My game is 11.5 GB and counting. my internet takes about two hours to upload 500 MB.

This wouldn't be a problem if it didn't keep failing to upload, because I can wait.

It says that it timed out, i don't have permission, it cannot submit changes to the server, or maybe some other errors.

So if anyone has any ideas on how to get my project to upload, please tell me. Thank you.

Comment
Add comment · Show 2
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image TreyH · Nov 01, 2016 at 06:59 PM 0
Share

$$anonymous$$ight be time to learn a valuable skill:

https://www.codecademy.com/learn/learn-git

avatar image Wolfrik_Creations TreyH · Nov 08, 2016 at 07:05 PM 0
Share

I know, but I use Collab on my friend's project, and it's exactly how I want it.

2 Replies

· Add your reply
  • Sort: 
avatar image
1
Best Answer

Answer by Daemonhahn · Nov 01, 2016 at 06:14 PM

If your game is that large you really need to try optimising , at that size you should have an area the size of skyrim, of roughly The same detail.

If that's not the case, try optimising. Export models at lower qualities, atlas your textures so there are less individual files, and ensure that you are exporting to decently compressed file formats. Audio files are often another easy to Lower file size asset.

Seriously though Look into asset bundles, and look into scriptable objects so you can potentially lower your prefab count. If you wrap most of your data in scriptable objects, you can make changes without ever touching a scene meaning collab commit s will b be less than 1MB. Most of my commits on a 3D VR project with an island the size of Wales commits 1MB updates and entire project size is 1.2GB and that's without me finishing file size optimisations

Comment
Add comment · Show 4 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Wolfrik_Creations · Nov 01, 2016 at 08:33 PM 0
Share

It has about 6 maps nearly the same size as Skyrim or about the same size, but optimizations can and will be made.

I was kind of asking if maybe I could upload it in chunks, so that it doesn't fail.

avatar image Daemonhahn · Nov 01, 2016 at 10:03 PM 0
Share

From personal experience with collab even if it fails it will resume where it left off so yes you might Have to commit a few times but no matter how bad your connection is eventually it'll go through. Only the first upload should be big, after that as long as you haven't lumped everything in one scene it'll only upload changes you make. If you have your entire map in one scene, ins$$anonymous$$d look at asynchronous loading and injecting the parts of the map into the current scene as the player moves across it into new areas.

avatar image Wolfrik_Creations · Nov 08, 2016 at 08:18 AM 0
Share

I guess I'll just dedicate a few days to uploading it and hope it works, thanks!

When it said it timed out, I was thinking that it's restarting, maybe, maybe not.

avatar image jimicoolio · Nov 08, 2016 at 11:00 AM 0
Share

You should really just consider using git, bitbucket gives you 1gb which more than enough to be honest you just need to filter out your files (your project size will not be the same as your commit size)

avatar image
1

Answer by Mookkeli · Nov 01, 2016 at 10:05 AM

If your friend lives somewhere close to you, maybe you can copy your project to memory stick and give it to your friend. If that's not an option. I don't know, because your internet is too bad to upload anything.

Comment
Add comment · Show 1 · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image Daemonhahn · Nov 01, 2016 at 08:24 PM 0
Share

Putting a copy on a physical device is a solution to backing up a project, but it is defibately not an alternative to source control. Source control allows key things making copies doesn't, such as versioning control and the ability to merge multiple "branches" of the same project into one playable usable project.

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

105 People are following this question.

avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image avatar image

Related Questions

Need to Include a file in the build and use it in the runtime 0 Answers

Having trouble with Position X location on objects 0 Answers

Reduce APK file Size with Vuforia 0 Answers

solve merge conflict in unity collab 1 Answer

What this error means? 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges