Hello
I’m setting up autobuild using gitlab
For some reason splash screen is not disabled in the build, although it is disabled in the script
PlayerSettings.SplashScreen.show = false;
PlayerSettings.SplashScreen.showUnityLogo = false;
Unity Pro license, in the logs it is confirmed when you run the build command
[Licensing::Client] Successfully updated license
[Licensing::Client] Successfully resolved entitlement details
[Licensing::Module] Serial number assigned to: "some id"
Pro License: YES
The method for starting the autobuild is here - ee - Pastebin.com
What could be the problem?