userJake_Richcancel
reporust_rebootcancel

5,844 Commits over 1,584 Days - 0.15cph!

10 Months Ago
▍ ▇▋▉▇▉▆ ▅▋▌▋▉▆▆▉▄▄▋▉▆▅▌▊▅▆▊█ █▌ ▆▌▆▊██▇▍▉▆▍▄▌
10 Months Ago
▍ █▄▅ █▅▉▄▇▊▇ ▆▍ ▇▋▉ ▉ █▇▆▇▄▆ ▋▍▇▊ ▆▋▋▊▊▍▇▄█▉▊▊ ▍▇▊▌ ▉▌▉▉▊ ▉▆ ▉▉▌▉▌▍▆▆ ▆▅ █▇▇▉▄▋ ▆▊▆▆▄ ▌▌ ▇▍▋▆▊▌█▋▍▊█ ▅▄▌▇█ ▅▆▆█ ▉▉▍ ▆▆▉▅ ▆▍▇▇ ▆▊ ▋█▊ ▅▊▉▇▌█ █▋▍▇▍▌ ▌▅▅▄▋ █▇ ▋▍█▍▅▊ ▅▌▉▆ ▆▉▆▇ ▊▇█▊▍▉▅ ▄▆ ▇▌▉ ▆▇▋▆▆█ ▅█▋▋ ▊▊▇▊▊▊▌█▋▌ ▋▉▅ ▌▊▇▌ ▍▅▊▋▅▅▊▇ ▋▄ ▇▄▋▇▌▉ ▍▋▋▆ ▆▍ █▅▋▊▍▋▋▅▍▊▌▉▆▆▄▍ █▉▋ ▆▌▉▉▇▍▉
10 Months Ago
▇ ▄▄▅█▄ ▆▋▌▊▉▇▇ ▆▉ ▍▍▋ ▋█ ▍▉▇ ▋▋▌▉ ▉▌▌▉▇▅▅▅ ▉▌▆ ▇▄▅▇▍▆ ▆▄▉██▄▊▋▅ ▊▉▌▊▆█▊▉▊▍ ▄▅▆▆▆▄▄▄ ▊▇▋▇▉▉▅▉▊ ▇▄▅▋▆▌▆ ▉▉ ▇▍▊▋▋ ███▍▅▄ ▌▆ ██ ▄▍▇▇▇ ▄▆█▊▌▇█▉▅ ▋▆▍▋▊▋▄▇▍▊▆▌▅▉▄█▌▄▊▊▋▆ █▌▅▉▄█ ▍▍█▄ ▌▇▅ ▌▅▄ ▊▊▇▊▄▋▅▉ ▌▊▇▆▄▆▋ ▍█ ▉▌▄▉▄▊▉█ ▍▅▅▍▌█ ▆▇▋█▄▆▅▆▋▊▊▊ ▇▅▊▍▅▆ ▍▍▊▍ ▄█ ▉▍▋▅▅ ▉▄▉▄▆▅▍ ▆▌▋▊ ▆▇▄▇▍█ ▇█▋▍▄▌▍▌▋▆▆ ▆▌▄█▍▄ ▆▊▄▉▄▄
10 Months Ago
▌ ▋▇▍ ▄▆▌ ▆▋▆▌▊▊▊▌ ▆█ ▅▋▄▌▆▆█▊
10 Months Ago
merge from fix_cui_update_texture -> main
10 Months Ago
Fix CommunityUI to replace the existing texture when a duplicate CRC is sent instead of destroying the texture, causing existing UI with that texture to break
10 Months Ago
Re-enable "Force Deep Sea" in the GameSetup of each tropical island scene
10 Months Ago
Enable the ConVar `force_scene_deep_sea` when the "Spawn Grass Placements" button is clicked in editor - doesn't fix the grass not spawning when SpawnFilter is set to DeepSea biome, but does ensure that "IsInDeepSea()" returns true while the grass is spawned
10 Months Ago
merge from deep_sea -> deep_sea/island_scenes
10 Months Ago
merge from force_scene_deep_sea -> naval_update
10 Months Ago
Enable `forceDeepSea` in GameSetup in all the tropical scenes
10 Months Ago
Re-add deepsea.cs convar file because plastic - codegen
10 Months Ago
Add bool option to GameSetup to force the scene to be considered inside the deep sea - sets convar `force_scene_deep_sea` to be true (editor only)
10 Months Ago
.asset files
10 Months Ago
Update manifest
10 Months Ago
.meta files after generating manifest
10 Months Ago
Prefabs after generating manifest
10 Months Ago
Cherrypick CS 136988 (material & SceneTemplateSettings.json)
10 Months Ago
Cherrypick CS 136987 (stop generating lighting)
10 Months Ago
Material & SceneTemplateSettings.json keep getting generated
10 Months Ago
Save Null Lighting asset in CraggyIsland so it will stop generating LightingData.asset
10 Months Ago
Fix async pool refill not tracking refilled count
10 Months Ago
Update build pipeline Unity version to 6000.0.58f2 to match ProjectVersion.txt
10 Months Ago
Fix "ShouldBeRunning()" getting inverted during refactor
10 Months Ago
Refactor refill code from PrefabPoolCollection into it's own PrefabPoolFiller class
10 Months Ago
Add convars to control pool refilling - refill_max_concurrency (default max 5 jobs queued) - refill_mode (0 = off, 1 = main thread, 2 = InstantiateAsync) - refill_immutable_optimization (assumes source prefab isn't being modified) - refill_max_per_job (max number of prefabs submitted per job (default 30) Better detection when no work is being done and avoiding burning the budget Target refilling each pool to 50% to avoid constantly deleting extra prefabs if the pool is always full - hardcoded for now Simplify main thread refilling, don't worry about overshooting budget since it can be set small and we want to move to async which doesn't risk overshooting
10 Months Ago
Add back parent parameter in InstantiateAsync() since it actually works in Unity 6
10 Months Ago
merge from unity_6.0.58 -> hackweek_pool_refill/unity_6
10 Months Ago
3 materials for the 3 extra materials created
10 Months Ago
Cherrypick CS 107107 - Wind shader fix
10 Months Ago
3 more meta files
10 Months Ago
16k .meta files
10 Months Ago
Update TextureFormat being deprecated in ColorCorrectionLookupEditor as well
10 Months Ago
More automatic upgrades
10 Months Ago
Switch from ComputeBuffer -> GraphicsBuffer so I can cast from BufferDesc -> GraphicsBuffer implicitly to preserve existing behavior in SpatialEnvironment code
10 Months Ago
Cast null to RenderTexture in Graphics.Blit inside OcclusionCulling.Debug since there are overloads now
10 Months Ago
Remove TextureImporter.textureFormat being set in AssetStorage.cs since it's deprecrated - simply set Automatic compression vs uncompressed for now, review later
10 Months Ago
Clarify namespaces for rendering in Rust code after namespaces changed
10 Months Ago
More auto applied upgrades
10 Months Ago
Update namespaces & such in SpatialEnvironmentVolumeDrawPass instead of the render pipeline package
10 Months Ago
Fix render pipeline switch using statement -> Begin() & End() calls
10 Months Ago
Remove RustRenderPipelineAsset.renderingLayerMaskNames since it's Obsolete and no longer virtual
10 Months Ago
Fix namespaces & methods being changed in the Rust.RenderPipeline package - changes in project directly instead of in git repo for now - stuff like UnityEngine.Experimental.Rendering.RenderGraphModule -> UnityEngine.Rendering.RenderGraphModule; - ComputeBuffer renamed to Buffer - obvious fixes first
10 Months Ago
Script auto compile / fixes
10 Months Ago
Cherrypick CS 107091 - TMP_script changes
10 Months Ago
Cherrypick CS 107090 - ProjectSettings\MultiplayerManager.asset
10 Months Ago
Cherypick CS107089 - CurrentVersion.cs
10 Months Ago
Update ProjectVersion.txt to 6000.0.58f2
10 Months Ago
Add RefillAsync() method but it already doesn't work on 2022 - the Transform parent parameter is ignored and not fixed until Unity 6 so the refilled prefabs are spawned in the main scene instead of attached to the inactive root
10 Months Ago
Add editor only behavior to create pools when a prefab is first instantiated - currently it will only create the pool & start refilling it once the prefab is killed, not when it is first spawned - convar `instantiate_creates_pools` (default false) will cause the pool to created after the prefab is first spawned - this isn't an issue in standalone builds as it will warmup the prefabs on the menu and fill the prefab pool while connecting to the server - can't use the warmup command to fill pools in the editor as that takes 30s+ and isn't great for testing