userandererandrecancel
branchrust_reboot/experimentalcancel

138 Commits over 1,156 Days - 0.00cph!

10 Months Ago
Merge from main
10 Months Ago
Merge from main
10 Months Ago
Merge from main
10 Months Ago
Merge from main
10 Months Ago
Merge from main
10 Months Ago
Merge from main
10 Months Ago
Merge from main
10 Months Ago
Force universal binary on mac
10 Months Ago
Disabling graphics jobs on Mac again (seeing the crash on M2 even though testing on M1 and x86 seemed to indicate the issue was fixed)
10 Months Ago
Merge from main
10 Months Ago
Merge from main
10 Months Ago
Merge from main
10 Months Ago
merge from main
10 Months Ago
Merge from main
11 Months Ago
Re-enabling graphics jobs on macOS (crash was potentially fixed in 2021.3.24f1)
11 Months Ago
2021.3.26f1 ProjectVersion.txt (was already in use on the build server, should not change anything)
1 Year Ago
Merge from main
1 Year Ago
Replacing various NonAlloc physics calls with allocating physics calls on the server due to a 2021 performance regression (yikes)
1 Year Ago
Unity 2021.3.21f1
1 Year Ago
m_ShowUnitySplashLogo false and m_SplashScreenOverlayOpacity 0 (should not matter if m_ShowUnitySplashScreen is false, but just to be sure)
1 Year Ago
Enabling GPU skinning (test)
1 Year Ago
Merge from main
1 Year Ago
Merge from main
1 Year Ago
Merge from main
1 Year Ago
Cherry picking 79560
1 Year Ago
Merge from main
1 Year Ago
Merge from main
1 Year Ago
Merge from main
1 Year Ago
Merge from main
1 Year Ago
Merge from main
1 Year Ago
Merge from main
1 Year Ago
Merge from main
1 Year Ago
Merge from main
1 Year Ago
Merge from main
1 Year Ago
More server build bullshit
1 Year Ago
Merge from main
1 Year Ago
Removing fullscreen exclusive mode from settings as it provides worse performance than fullscreen window mode in Unity 2021.3 Changed all existing configs to use fullscreen window mode Enable fullscreen exclusive mode when launched with "-window-mode exclusive" startup parameter
1 Year Ago
Explicitly pass 0 as preferredRefreshRate when calling Screen.SetResolution
1 Year Ago
Merge from main
1 Year Ago
Another attempt at using the new server build target
1 Year Ago
Subtracting 78457 (as far as I can tell LinuxHeadlessSimulation is the same as CloudRendering)
1 Year Ago
Replacing BuildTarget.StandaloneLinux64 with BuildTarget.LinuxHeadlessSimulation for server builds, which has no documentation anywhere (# of Google results: 6) and appears to potentially represent a third way of enabling headless mode on Linux
1 Year Ago
Subtracting StandaloneBuildSubtarget.Server
1 Year Ago
Let's try setting script defines in BuildPlayerOptions
1 Year Ago
Subtracting 78442 because SwitchActiveBuildTarget does not work when running the editor in batch mode
1 Year Ago
Ah, yes: EditorUserBuildSettings.SwitchActiveBuildTarget( buildTargetGroup, buildTarget ); EditorUserBuildSettings.standaloneBuildSubtarget = standaloneBuildSubtarget;
1 Year Ago
Repklacing BuildTargetGroup with NamedBuildTarget which as far as I'm concerned is the exact same thing, but BuildTargetGroup is missing some things that NamedBuildTarget contains (like the headless server)
1 Year Ago
Build server as StandaloneBuildSubtarget.Server
1 Year Ago
Disabling graphics jobs on macOS as a test (crash investigation)
1 Year Ago
Fixed CLIENT / SERVER switch (accidentally included in commit)