userlamalovecancel
reporust_rebootcancel

3,237 Commits over 2,284 Days - 0.06cph!

52 Days Ago
Add graphics.allowThreadedTextureCreation convar (default true) so we can test with threaded texture creation disabled
52 Days Ago
Remove optimized loading from the experimental options menu
52 Days Ago
Skip UI prefabs and skip scanning for additional references in the props prefabs
52 Days Ago
Pack extra prefabs used in custom maps/modded servers into separate asset scenes
52 Days Ago
Fix spawning world not correctly waiting for additional asset scenes to finish loading
52 Days Ago
Merge from main
52 Days Ago
Merge from trimmed_asset_warmup/scene_warmup
52 Days Ago
Change log for prefabs not found in any asset scenes from error to info Only log this in development builds - occurs in AnimationEvents for things like the wire tool
52 Days Ago
Remove redundant scene unload code in LevelManager Remove LevelManager logs in non-development builds
53 Days Ago
Merge from trimmed_asset_warmup/scene_warmup
53 Days Ago
Run the asset warmup optimized for asset scenes on monument prefabs after loading them for procgen too This avoids an extra copy of the prefab and doing extra work at runtime
53 Days Ago
Merge from trimmed_asset_warmup/scene_warmup
53 Days Ago
Load monument prefabs if procgen needs to run on the client or server
53 Days Ago
Mark Rowboat_LOD2 as read/write
53 Days Ago
Fix possible NRE in ExtractReferences when updating asset scenes
53 Days Ago
Mark a bunch more meshes as read/write
53 Days Ago
Merge from trimmed_asset_warmup/scene_warmup
53 Days Ago
Remove Skybox/Procedural instead, we don't use it Remove it from the supported shaders for ReflectionProbeEx because no replacement exists for it Remove the default Unity skybox material from asset scenes so we don't see Skybox/Procedural being used
53 Days Ago
Explicitly pull compute shaders into content.bundle
53 Days Ago
Merge from trimmed_asset_warmup/scene_warmup
53 Days Ago
Fix running in editor with use bundles off
53 Days Ago
Hopefully fix mac path issue Move logging to editor/development builds only
53 Days Ago
Always include SKybox/Procedural shader for ReflectionProbeEx
53 Days Ago
Merge from trimmed_asset_warmup/scene_warmup
53 Days Ago
Merge from main
53 Days Ago
Fix TrainCollider and train_wagon_walls_COL not being readable
53 Days Ago
Missed a loading indicator
53 Days Ago
Merge from main
53 Days Ago
Allow setting labels to explicitly mark single meshes as read/write enabled
53 Days Ago
Clean up new loading status indicators
54 Days Ago
Fix NRE in LifeInfographicStat.GetText when it is enabled before UIDeathScreen is set up
55 Days Ago
Disable read/write on a bunch of larger models that shoudln't need it
55 Days Ago
Fix issues when forceUnloadBundles is true Remove skipAssetWarmup_crashes convar
56 Days Ago
Fix skin viewer not working (need to use GameManager to instantiate)
56 Days Ago
Skip MoveGameObjectToScene if the target scene is unloading (errors on disconnect)
56 Days Ago
Fix AnimationEvents.DoEffect trying to instantiate invalid prefabs
56 Days Ago
Don't bother instantiating engine/menu/game UI when loaded from an asset scene, there's no need for a copy
56 Days Ago
Reduce the number of log mesages kept in memory from 64K to 1K Switch to using a queue instead of always removing the first element from a list
56 Days Ago
Delete BuildPrefabs (unused)
56 Days Ago
Merge from trimmed_asset_warmup/scene_warmup
56 Days Ago
Merge from main
56 Days Ago
Disable using cached prefab list to build asset bundles
56 Days Ago
Fix NREs on disconnect due to the main scene (camera) unloading before entities using the camera to update
56 Days Ago
Split world spawn prefabs (monuments etc) into smaller asset scenes Lazy load world spawn asset scenes based on what's required on the map Unload world spawn prefabs to save memory when unloading bundles Get rid of async asset loading from FileSystem (unused now)
56 Days Ago
Mark divesite shipping container collision mesh as readable
56 Days Ago
Fix LastLODCollider label not working with skinned meshes Don't mark overly detailed last LODs as readable
58 Days Ago
Merge from trimmed_asset_warmup/scene_warmup
58 Days Ago
Merge from main
58 Days Ago
Remove IServerComponent from ServerProjectile because the client uses its properties in a few places to predict trajectory etc
58 Days Ago
NRE fixes when camera or sky are destroyed on scene unload