You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Nico de Poel 764f2a8a0f Optimized lightmap uploads by converting the raw byte pointer from Quake to a NativeArray (unsafe code required) and passing that directly to SetPixelData. This does away with the extra copying step and removes garbage created by Texture2D's implementation. 5 years ago
..
QuakeRenderPipeline.asset Added Universal Rendering Pipeline (URP) to the Unity project 5 years ago
QuakeRenderPipeline.asset.meta Added Universal Rendering Pipeline (URP) to the Unity project 5 years ago
QuakeRenderPipeline_Renderer.asset Added Universal Rendering Pipeline (URP) to the Unity project 5 years ago
QuakeRenderPipeline_Renderer.asset.meta Added Universal Rendering Pipeline (URP) to the Unity project 5 years ago
QuakeShaderVariants.shadervariants Added URP Unlit shader to shader variants collection 5 years ago
QuakeShaderVariants.shadervariants.meta - Added the option to shut down a UniQuake instance from outside of Quake itself. Useful for when Quake is running headless. 5 years ago