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 f668c97b52 Reworked the entity animation system, so that blending between poses is pulled fully to the Unity side. With this we can detect the situation where we are trying to blend from one animation sequence to another. Since this is not possible in UniQuake due to each animation sequence being converted to a separate mesh, we instead hold the poses for a frame as if we're not using animation lerping at all. This fixes the occasional animation glitch where the previous sequence would be animated a bit too far, which can be very noticeable on non-looping animation sequences (e.g. the Chthon's rise animation). 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