branchrust_reboot/main/d11_console_versioncancel
4,549 Commits over 731 Days - 0.26cph!
Make foliage multi-threading a console var instead of a define so it can be turned off on the command line
Fix for client entity cache not cleaning up stale entities from the save game
[D11] add some missing diffusion profiles + synchronize some other settings in hdrp.high.asset
disable player icon as a temp fix for the windows build
[D11] fix some corrupted prefabs (corrupted by UnityYamlMerge)
Increased texture streaming budget
[D11] possible fix for TC woes.
[D11] bring over the final changes made to the 7.1.2 branch, that should no longer be used.
[D11] enable SSR and synchronise some scene settings changes from main hdrp branch, related to screen space reflections.
Got rid of deprecated build modes
Game-side changes to support exposed MeshRenderer mesh ptr, remove MeshFilters during prefab preprocessing
[D11] copy the Assets\Content\UI\Menu folder from latest on 2019.1 branch to fix some guid changes caused by a previous merge.
Disabled probe volume stuff
[D11] can't really have this error due to needing the scripts to compile in order to be able to use the Switch menu in the first place
Fixes for foliage shaders
[D11] update climate code, had to switch off D11_OPTIMIZE_CLIMATE as the main branch version has changed substantially. This fixes one of the per-frame shader output width warnings too.
Kill off a VERY slow GameObject.Find in the HDRP package
[D11] trying to fix some broken tree references - copied latest versions from main/hdrp
[D11 cherry pick
39961 to fix pink row boat etc
[D11] autoslod materials, one of them hadn't been converted to the new hdrp compatible shader.
[D11] sync some other water related materials with FP's main hdrp branch.
[D11] synchronize water with FP hdrp branch, obviously WIP but they are now setup the same.
[D11] remove some old tod components
[D11] fix for the "UpdateAll must be called first" error spam
[D11] synchronize some settings from the Facepunch HDRP branch to bring the sun/sky etc more in line.
[D11] move water rendering issue to beginFrameRendering to avoid engine crash.
Move instancing to beginFrameRendering instead of beginCameraRendering and remove the deferred BRG stuff which should no longer be required
Fix for color tint shader graph name issue
Fix up occlusion depth copy for HDRP
Added RenderBeforeTransparent callback
Defer BRG destroys
[D11] merge from foliage upgrade branch - this includes switch to hdrp/srp packages 6.9.1, ASE version 7.0, shader fixes for tangentToWorld<>worldToTangent name changes, and latest foliage shaders. Also merge shelf 2741 to defer BRG destroys.
[D11] update to new hdrp rust sky setup (not quite right, clouds don't seem to be working, but this should fix some problems we're having with the intermediate sky system on the newer hdrp packages)
Fix for instancing/occlusion when booting from procedural map
Fix for booting from Procedural Map.unity AGAIN .. nobody wants to have to navigate the menus every single time they test something do they?
Removed missing components from camera prefab
Don't use automatic gfx api on linux/mac