Building Project results in most of scene not loading besides the player.
Making a build of the project results in the player and a few objects being the only things left in the scene, causing the player to infinitely fall. I'm on unity 2019.4.2f1. The only warning that I think could cause this would be this:
Unable to find player assembly: C:\Users\Alec\Documents\Project Merv\Temp\StagingArea\Data\Managed\UnityEngine.TestRunner.dll UnityEngine.Debug:LogWarning(Object) Unity.Burst.Editor.BurstAotCompiler:OnPostBuildPlayerScriptDLLsImpl(BuildReport) (at Library/PackageCache/com.unity.burst@1.2.3/Editor/BurstAotCompiler.cs:212) Unity.Burst.Editor.BurstAotCompiler:OnPostBuildPlayerScriptDLLs(BuildReport) (at Library/PackageCache/com.unity.burst@1.2.3/Editor/BurstAotCompiler.cs:90) UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
I'm really not quite sure what the cause of the issue is. I've tried copying a UnityEngine.TestRunner.dll from somewhere, but to no avail. Any help would be appreciated.