Does unity3d upload any project data?

Hello,

I see there is a unity cloud, but can you be sure unity will not upload any project data if you don’t want to use the cloud?

fjall

The cloud is for feature for builds. You need to explicitly push your project to the cloud. It doesn’t happen automatically, and it wouldn’t.

Unity records a bunch of usage stats. What version of the editor you are using. What platform you are running on. What your screen size is. What language you use and so forth.

Unity doesn’t upload your projects unless you specifically

  • Set up cloud build. They need full access to build the thing
  • Send a bug report with the project attached

To determine if your data is safe when using a computer connected to the Internet, this website is a useful reference:

http://IsTheInternetSecure.com/

2 Likes

Don’t worry, Unity won’t send anything to its servers unless you specifically tell it to. The only stats that are being collected are specs of your computer.

If you’re still worried, you can start Unity in the Offline mode, that will disable every online functionality, including Asset Store.

2 Likes