I have this issue where building the game as PC standalone causes the build to have a blue screen (default camera color background). I have a runtime logger which says basically that all the Unity UI stuff doesnt exist, such as images and text, with missing reference exceptions, as if those scripts were being stripped for some reason.
I have found a temporary solution to the issue where i have to delete the Library/BuildCache and Library/BuildPlayerData folders before building. It’s very annoying to deal with because I dont always remember to do it. I could think of several other workarounds, but I’m looking for a solution to the actual problem.
Any advice on what may be wrong or how I could fix it? Ive tried upgrading Unity in the past (up to .33 LTS) and it persists.