

gitignore which is causing this behaviour.īelow you can find my gitignore file. This has led me to believe I am excluding something with. I noticed that i have similar behaviour when opening my project for the first time after doing a clean pull from git. What happens on the agent is:ġ) Project is pulled from git, including the correct PhotonServerSettings file (with the appId in it)ģ) After a few minutes, the correct PhotonServerSettings file is replaced with a default one # Unit圓D Generated File On Crash ReportsĪfter some extra investigation I noticed that on the remote agent the PhotonServerSettings file is cleared during the build. This automatic process frees your team and your team’s computers from the time-consuming process of making builds. It helps you save time by automating the process of creating builds on Unity’s servers. # Autogenerated VS/MD/Consulo solution and project files Unity Cloud Build is part of Unity teams and provides continuous integration services for Unity projects.

gitignoreīelow is my gitignore, anyone have any idea where Photon might be storing something related to this which I am excluding? This got me to thinking the reason might be that somefile preventing the wizard from opening is not included in the repo, and i am excluding some files i shouldnt with my. The wizard will open prompting you for the appid, even though it was already available. I think this behaviour is similar to when i open a project from source control on a new computer. I noticed by monitoring the files during the build on the remote agent the following happens:ġ) The PhotonServerSettings file is pulled including the AppIdĢ) Build command is run (Unity.exe -batchmode -buildTarget standalone -projectPath xxxx -nographics -executeMethod AzureDevOps.PerformBuild -logfile xxxx)ģ) After a while the correct PhotonServerSettings file is replaced with a blank one.
