userFelixcancel
reporust_rebootcancel

742 Commits over 638 Days - 0.05cph!

39 Days Ago
Merge from indirect_instancing (main)
39 Days Ago
Merge from main
40 Days Ago
Add instancing setup calls to forward passes in Rust/Standard
44 Days Ago
Fix shader error
44 Days Ago
Merge from indirect_instancing
44 Days Ago
Merge from main
44 Days Ago
Merge from std_shader_compat
44 Days Ago
Add some notes about newly added .cginc files and why they are there.
44 Days Ago
44 Days Ago
Restore built-in instancing compatibility of Rust/Standard shader because it's also required for non-BRG procedural instancing
44 Days Ago
Merge from batch_renderer_group
44 Days Ago
Only initialise BatchRendererGroup if using a render pipeline
44 Days Ago
Remove legacy built-in instancing support from Rust/Standard shader. We're all-in on RRP, SRPB, BRG and all the other fancy acronyms.
45 Days Ago
Remove no longer needed RustDOTSInstancing.cginc
45 Days Ago
Port UNITY_ANY_INSTANCING_ENABLED from UnityInstancing.hlsl to UnityInstancing.cginc
45 Days Ago
Use a different method to override UnityShaderVariables.cginc and clean up some unneeded changes to Standard.shader
45 Days Ago
Make Rust/Standard render correctly with BatchRendererGroup most of the time
45 Days Ago
Stop using material mapping
47 Days Ago
Merge from .../batch_renderer_group
54 Days Ago
Use MinimalBatchRendererGroup shader
54 Days Ago
RRP: Add MinimalBatchRendererGroup shader
54 Days Ago
Submit identity array as visibleInstances, allowing BatchRendererGroup to function
58 Days Ago
Use Application.installPath instead of Path.GetFullPath when downloading map files
58 Days Ago
Use full path when loading workshop bundles
58 Days Ago
Use actual PerInstanceData buffer instead of IndirectArgs in BatchRendererGroup
58 Days Ago
Merge from /indirect_instancing
58 Days Ago
Remove now obsolete IGraphicsBuffer wrapper
58 Days Ago
Use newer GraphicsBuffer instead of ComputeBuffer
2 Months Ago
Rebase on main
2 Months Ago
Rebase on main
2 Months Ago
Ignore "AsyncResourceUpload failed." in server builds
2 Months Ago
Move DDraw DebugSkin out of Resources/ and attach it directly to MainCamera.prefab
2 Months Ago
Explicitly request linear colours for R and RG render targets
2 Months Ago
Request linear color space for render targets in UnderwaterPostEffect
2 Months Ago
Use absolute path when downloading world
2 Months Ago
Add automatic shader remapping to Indirect Instancing This also properly initialises BatchRendererGroup, but getting the .bufferHandle requires a Unity mod for the time being. (need to migrate ComputeBuffer → GraphicsBuffer first)
2 Months Ago
RRP: Add some DOTS support to Lit vertex shader
2 Months Ago
Clean up InstanceCreationInfo.material
2 Months Ago
Set debug labels for indirect instancing buffers
3 Months Ago
Rebase on /main
3 Months Ago
Fix terrain.geometryclipmaps not persisting properly
3 Months Ago
Get Unity to shut up about CBuffer setup (Rust/Standard)
3 Months Ago
3 Months Ago
Rebase on /main
3 Months Ago
Subtract mesh changes to prevent conflicts
3 Months Ago
Make some progress getting Rust/Standard to work with BatchRendererGroup
3 Months Ago
Fix a few shader compilation errors with rare variants
3 Months Ago
Move all standard shader inputs into one cbuffer, guard other files with #ifdef (included through `Standard.cginc`)
3 Months Ago
Remove conflicting shader directory
3 Months Ago
Fix shader errors