I have spams to my broser with urls like “build.connect.unity3d.com/from/editor/buildsettings?upid=…” and unity cloud advertising that is very annoying and disruptive. How can I disable them? thank you
Package build completion? You mean during cloud build?
Could you detail exactly what you are doing (what URL you are on) that causes these URLs to be opened?
No actually my project is not connected to cloud build.
Sorry I said package because on my current platform the output is a container containing all files, but it’s just simply the Build button on PC platform at the build settings pane. When it finishes building project it opens quite often Unity Cloud… on the system browser (the next page).
I guess it’s precisely due to not using unity cloud that I’m not interested on, so it’s quite annoying. Any help to disable it would be appreciated, thanks.
Perhaps you have a cloud service package installed in the project?
Check Project Settings. You should not have a “Services” entry in the left-side list.
I have no unity services installed at my package manager still I’m getting a cloud icon at the upper left corner of the editor. If I click on it it opens the package manager with the build automation package I have not installed.
There is also a Services group at Project Settings that is not configured (because not interested on).
Anywhere else I can check? thank you.
Btw my Unity version is 2022.3.15
Open the file ProjectSettings/ProjectSettings.asset and see if you can find these lines:
cloudServicesEnabled:
Build: 0
and
cloudEnabled: 0
Set these to 0 if they are non-zero for you.
Best to make a backup before applying this change, and do so with the editor closed.
when creating a new unity project in the hub the “Connect to unity Cloud” is checked by default and somehow easy to mix or forgot about. Don’t know when they added this annoying feature but is there. I don’t know how to remove it. maybe check the unity packages installed, see if there is any Cloud thing there
Thank you for the answers!
I checked my ProjectSettings.asset and I only have one entry at CloudServicesEnabled and it’s already set to 0.
cloudServicesEnabled:
UNet: 0
Also, I don’t have any of the com.unity.services installed.
Any Unity staff to answer this please?