Unity URP 2021 Release-Notes

🌈Unity URP 2021 Release-Notes

版本更新内容
2021.3.32URP: Vulkan URP will use MSAA samples count fallback from player settings. Prior to this x2 fallback would have been to upgrade to x4.(UUM-741)
2021.3.29URP: 2D - Fix additional draw call when Foremost Sorting Layer is enabled during unlit.(UUM-37441)
2021.3.28URP: 2D - Remove serialization and cache vertices and indices for sprite lights causing bloat in prefabs.(UUM-33700)
2021.3.28URP: Fixed redundant blit is used due to postFX, although it is disabled in rendererData.(UUM-31474)
2021.3.28URP: Fixed ShaderGraph preview window not showing anything when using DepthNormals pass.(UUM-31643)
2021.3.25URP: Fixed, URP & core package leaking materials when entering/exiting Play Mode.(UUM-27587)
2021.3.22URP: Fixed incorrect Depth for Camera Stacks.(UUM-24943)
2021.3.21URP: Fixed XR vsync is disabled when focus is lost.(UUM-16846)
2021.3.20URP: 2D - Fixes 2D Sprite Light & Freeform Light fast normal map quality setting to correctly use normal map(UUM-4613)
2021.3.20URP: 2D - Fixes a bug with ShadowCaster2D’s shadow mesh bounds which was causing shadows to disappear(UUM-19090)
2021.3.17URP: Fixed 2D game view flickering when using URP Pixel Perfect and Cinemachine Pixel Perfect Extension.(UUM-20343)
2021.3.17URP: Fixed errors related to the lack of support of native shadow maps on WebGL1.(UUM-2270)
2021.3.16URP: Fixed a bug where lights with different blend styles may have missing shadows.(UUM-1872)
2021.3.14URP: Avoid using Depth32Stencil8 format on Android.
2021.3.13URP: Fixed URP Deferred Fog pass does not work in XR singlepass. (UUM-9229)
2021.3.13URP: Materials that use Autodesk Interactive shader are now converted correctly. (UUM-5501)
2021.3.12URP: Added force depth prepass option when requesting the Depth Texture. (UUM-8273)
2021.3.12URP: Shaders correctly fallback to error shader. (UUM-1417)
2021.3.11URP: Fixed Gizmos in Game View when using Viewports (UUM-7069).
2021.3.9URP: Fixed alpha discard on Unlit Sprite targets for Shadergraph. (UUM-6998)
2021.3.9URP: Fixed an additional light performance regression on Quest. (UUM-9423)
2021.3.8URP: Updated Burst dependency to 1.7.3.
2021.3.7URP: URP 2D - Fixes vertex color for sprite shapes. (UUM-1921)
2021.3.6URP: URP 2D - Fix Light2D upgrading issue with m_AlphaBlendOnOverlap property (UUM-1845)
2021.3.5URP: URP 2D - Fix bug when upgrading parametric lights to freeform lights. (UUM-1869)
2021.3.4URP: Fixed an issue of Renderer2D using the incorrect render path when lights are out of the scene view. (1400566)
2021.3.4URP: Fixed errors when using Native RenderPass and Render Objects feature after Post Processing.
2021.3.4URP: Fixed smooth material lighting banding issues on mobile platforms. (1375791)
2021.3.2URP: Fixed Blit and MotionVectors shader compilation errors with GLES2 API. (1388668)
2021.3.1URP: Fixed Android Vulkan issues with depth prepass and copy depth pass. (1386503)
2021.2.19URP: Fixed an intermediate texture mode SSAO compatibility issue and updated default intermediate texture mode to always.
2021.2.16URP: Added support for FidelityFX Super Resolution 1.0 upscaling filter.
2021.2.16URP: Added support for user-selected upscaling filters. Current options are automatic, bilinear, and nearest-neighbor.
2021.2.16URP: Fixed an incorrect shadow batching and shadow length.
2021.2.16URP: Fixed an issue in where the _ScreenParams was not setup correctly.
2021.2.16URP: Fixed an issue where 2D global lights with shadows enabled could break light layer batching.
2021.2.16URP: Fixed an issue where Light2D Sprite Light was not updating when Sprite properties were modified. (1396418, 1396422)
2021.2.16URP: Fixed decal automatic technique to correctly work with webgl. (1370326)
2021.2.16URP: Fixed FXAA quality issues when render scale was not 1.0.
2021.2.16URP: Fixed several Native RenderPass issues regarding input attachments, DepthOnly pass, and Decals.
2021.2.14URP: Fixed an incorrect blending of ParticleUnlit. (1373188)
2021.2.14URP: Fixed an issue where the menu button to be able to convert selected materials was missing.
2021.2.14URP: Fixed an issue with too many variants were being included in ShaderGraph shaders used in URP. []. (1378545)
2021.2.14URP: Fixed max light count cpu/gpu mismatch in Editor with Android target. (1392965)
2021.2.14URP: Fixed single channel compressed (BC4) cookies on main light.
2021.2.9URP: Fixed a performance regression in the 2D renderer regarding the PostProcessPass.
2021.2.9URP: Fixed a regression where filtering the scene view yielded incorrect visual results.
2021.2.9URP: Fixed decal compilation issue on mac.
2021.2.9URP: Fixed incorrect light indexing on Windows Editor with Android target. (1378103)
2021.2.9URP: Fixed mismatch on some platforms between Editor-side and Runtime-side implementations of UnityEngine.Rendering.Universal.DecalRendererFeature.IsAutomaticDBuffer(). (1364134)
2021.2.9URP: VFX: Incorrect Decal rendering when rendescale is different than one. (1343674)
2021.2.8URP: Fixed a broken soft shadow filtering issue. (1374960)
2021.2.8URP: Fixed an issue where shadow rendering was not working correctly with shader stripping in WebGl. (1381881)
2021.2.8URP: Fixed an issue with MSAA falling back to the incorrect value when sample count 2 was not supported on some Android GPUs.
2021.2.5URP: Fixed a performance regression for 2D shaders where alpha discard was disabled. (1335648)
2021.2.5URP: Fixed an issue where installing the Adaptive Performance package caused errors to the inspector UI. (1368161)
2021.2.5URP: Fixed an issue where the Convert Renderering Settings would cause a freeze. (1353885)
2021.2.5URP: Fixed disabled debug lighting modes on Vulkan and OpenGL following a shader compiler fix.
2021.2.5URP: Fixed incorrect behavior of Reflections with Smoothness lighting debug mode.
2021.2.5URP: Fixed post processing with Pixel Perfect camera. (1363763)
2021.2.2URP: Added: URP global setting for stripping off shader variants.
2021.2.2URP: Added: URP global setting for stripping post processing shader variants.
2021.2.2URP: Main light shadow, additional light shadow and additional light keywords are now enabled based on urp setting instead of existence in scene. This allows better variant stripping.
2021.2.2URP: Added “Conservative Enclosing Sphere” setting to fix shadow frustum culling issue where shadows are erroneously culled in corners of cascades (1153151)
2021.2.2URP: Fixed a regression bug where XR camera postion can not be modified in beginCameraRendering (1365000)
2021.2.2URP: Fixed an issue where screen space shadows has flickering with deferred mode (1354681)
2021.2.2URP: Fixed for rendering thumbnails. (1348209)
2021.2.2URP: Fixed ShaderGraph needing updated normals for ShadowCaster in URP.
2021.2.0URP: Added: “Allow Material Override” option to Lit and Unlit ShaderGraph targets. When checked, allows Material to control the surface options (transparent/opaque, blend mode, etc).
2021.2.0URP: Added: Added a help button on material editor to show the shader documentation page.
2021.2.0URP: Added: Added GetUniversalAdditionalLightData, a method that returns the additional data component for a given light or create one if it doesn’t exist yet.
2021.2.0URP: Added: Added Lights 2D to the Light Explorer window.
2021.2.0URP: Added: Added Motion Vector render pass for URP.
2021.2.0URP: Added: Added Render Settings Converter to the Render Pipeline Converter, this tool creates and assigns URP Assets based off rendering settings of a Builtin project.
2021.2.0URP: Added: Added support for default sprite mask shaders for the 2D Renderer in URP.
2021.2.0URP: Added: Blending and box projection for reflection probes.
2021.2.0URP: Added: Decal support. This includes new Decal Projector component, Decal renderer feature and Decal shader graph.
2021.2.0URP: Added: Fixed incorrect shadow fade in deferred rendering mode.
2021.2.0URP: Added: Light cookies support to directional, point and spot light. Directional light cookie is main light only feature.
2021.2.0URP: Added: New UI for Render Pipeline Converters. Used now for Built-in to Universal conversion.
2021.2.0URP: Added: New URP Debug Views under Window/Analysis/Rendering Debugger.
2021.2.0URP: Added: Optional Depth Priming. Allows the forward opaque pass of the base camera to skip shading certain fragments if they don’t contribute to the final opaque output.
2021.2.0URP: Added: Possibility to rename light layer values.
2021.2.0URP: Added: Sections on Light Inspector.
2021.2.0URP: Added: Store Actions’ option that enables bandwidth optimizations on mobile GPU architectures.
2021.2.0URP: Added: Support for controlling Volume Framework Update Frequency in UI on Cameras and URP Asset as well as through scripting.
2021.2.0URP: Added: Two new URP specific scene templates, Basic which has a camera and directional light, then Standard which has the addition of a global volume with basic post effects setup.
2021.2.0URP: Added: URP global setting for stripping off shader variants.
2021.2.0URP: Added: URP global setting for stripping post processing shader variants.
2021.2.0URP: Added: URP Global Settings Asset to the Graphics Settings - a common place for project-wide URP settings.
2021.2.0URP: Added: VFX: Basic support of Lit output.
2021.2.0URP: Added: VFX: Fix light cookies integration.
2021.2.0URP: Added: XR: Added Late Latching support to reduce VR latency (Quest).
2021.2.0URP: Changed: Reorder camera inspector to be in the same order as HDRP.
2021.2.0URP: Added shadergraph support for VFX directly on Universal target.
2021.2.0URP: Changed 2D Lights to inherit from Light2DBase.
2021.2.0URP: Changed material upgrader to upgrade AnimationClips in projects that have curves bound to renamed material properties.
2021.2.0URP: Changed Pixel Snapping and Upscale Render Texture in the PixelPerfectCamera to a dropdown.
2021.2.0URP: Changed process to stripping shader variants per renderer feature instead of combined renderer features.
2021.2.0URP: Changed the default name of new URP assets.
2021.2.0URP: Changed the opaque pass depth to be copied instead of scheduling a depth prepass when MSAA is enabled and a depth texture is required.
2021.2.0URP: Improved PixelPerfectCamera UI/UX.
2021.2.0URP: Made 2D shadow casting more efficient.
2021.2.0URP: Modified the behavior of setting a camera’s Background Type to “Dont Care” on mobile. “Dont Care” now fills the render target with arbitrary data at the beginning of the frame, which might be faster in some situations. Note that there are no guarantees for the exact content of the render target, so projects should only use “Dont care” if they are guaranteed to render to, or otherwise write every pixel every frame.
2021.2.0URP: Moved all 2D APIs out of the experimental namespace.
2021.2.0URP: Moved the advanced settings in eachg section of the the URP Asset Inspector to Show Additional Properties.
2021.2.0URP: Refactored some of the array resizing code around decal projector rendering to use new APIs in render core.
2021.2.0URP: Reversed UniversalRendererData and ForwardRendererData GUIDs to improve the upgrade experience from Unity versions 2019LTS, 2020LTS and 2021.1. Issues upgrading 2021.2 Alpha/Beta versions and are recommended to start with a fresh library if initial upgrade fails.
2021.2.0URP: Updated URP to no longer render via an intermediate texture unless actively required by a Renderer Feature. See the upgrade guide for compatibility options and how assets are upgraded.
2021.2.0URP: URP Asset Inspector - General section has been renamed to Rendering.
2021.1.27URP: Added: Support for controlling Volume Framework Update Frequency in UI on Cameras and URP Asset as well as through scripting.
2021.1.27URP: Fixed an issue in Sprite-Lit-Default.shader that caused 2D lighting in perspective to be incorrect. (1315645)
2021.1.27URP: Fixed an issue where camera dimension could be zero. (1321168)
2021.1.27URP: Fixed an issue where depth texture was not available when ScriptableRenderPasses had configured it as input and MSAA were disabled.
2021.1.27URP: Fixed an issue where Opacity as Density blending artifacts on Terrain that that caused Terrain to have modified splat weights of zero in some areas and greater than one in others.
2021.1.27URP: Fixed an issue where the 2D Renderer was not rendering depth and stencil in the normal rendering pass. (1259874)
2021.1.27URP: Fixed an issue where UniversalRenderPipeineAsset could not use multi-edit.
2021.1.23URP: Fixed an issue where soft shadows shader variants did not set to multi_compile_fragment on some shaders (gbuffer pass, speedtree shaders, WavingGrass shader).
2021.1.23URP: Fixed artifacts in Speed Tree 8 billboard LODs due to SpeedTree LOD smoothing/crossfading. (1348407)
2021.1.23URP: VFX: Fixed a soft particles issue when HDR or Opaque texture wasn’t enabled.
2021.1.23URP: VFX: Fixed an OpenGL soft particles fallback issue when depth texture wasn’t available.
2021.1.19URP: Fixed an error where multisampled texture was being bound to a non-multisampled sampler in XR.
2021.1.19URP: Fixed an issue with terrain hole shadowing. (1349305)
2021.1.16URP: Fixed an issue where the SRP batcher was not working on OpenGL.
2021.1.14URP: Added: Added a SpeedTree 8 Shader Graph but did not set it as the default when importing or upgrading Speed Tree 8 assets. Because URP doesn’t yet support per-material culling, this Shader Graph does not yet behave in the same way as the existing handwritten SpeedTree 8 shader for URP.
2021.1.12URP: Fixed a performance issue in Hololens when using renderer with custom render passes.
2021.1.12URP: Fixed an issue where Particle Lit shader had an incorrect fallback shader. (1312459)
2021.1.12URP: Fixed an issue where SMAA did not work for OpenGL. (1318214)

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.mzph.cn/news/819804.shtml

如若内容造成侵权/违法违规/事实不符,请联系多彩编程网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

【MATLAB源码-第51期】基于matlab的粒子群算法(PSO)的栅格地图路径规划。

操作环境: MATLAB 2022a 1、算法描述 粒子群算法(Particle Swarm Optimization,简称PSO)是一种模拟鸟群觅食行为的启发式优化方法。以下是其详细描述: 基本思想: 鸟群在寻找食物时,每只鸟都…

盲人专用软件定制开发:突破出行壁垒,点亮生活之路

身为一名资深记者,我始终关注着各类社会群体面临的挑战与应对策略。今天,我将目光投向了一个特殊群体——盲人,以及一款旨在破解他们独立出行难题的盲人专用软件。这款应用叫做蝙蝠避障,它通过定制开发,以先进的技术手…

前端H5实现视频上传,并截取第一帧作为封面。解决微信内ios系统无法上传视频的问题,解决ios截取视频作为封面的问题。

前端H5实现视频上传,并截取封面 前端实现视频上传,并截取第一帧作为封面。 写的过程中出现的问题: 在微信内ios系统无法上传视频,无法触发addEventListener的loadedmetadata解决完1问题后,ios截取视频第一帧作为封面…

git设置ssh秘钥远程连接

文章目录 1、生成rsa秘钥2、将rsa秘钥添加到远程仓库平台 我们在往github上push项目的时候,使用SSH(安全外壳协议)代替HTTPS来推送和拉取Git仓库的内容是一个更为方便和安全的方式,特别是在频繁与远程仓库交互的情况下。通过配置S…

第九届少儿模特明星盛典 全球赛首席体验官『韩嘉滢』精彩回顾

2024年1月30日-2月1日,魔都上海迎来了龙年第一场“少儿形体行业美育春晚”!由IPA模特委员会主办的第九届少儿模特明星盛典全球总决赛圆满收官!近2000名少儿模特选手从五湖四海而来,决战寒假这场高水准,高人气&#xff…

【算法】删除链表中重复元素

本题来源---《删除链表中重复元素》。 题目描述 给定一个已排序的链表的头 head , 删除所有重复的元素,使每个元素只出现一次 。返回已排序的链表 。 示例 1: 输入:head [1,1,2] 输出:[1,2]示例 2: 输入…

46.HarmonyOS鸿蒙系统 App(ArkUI)网格布局

Grid(){GridItem(){Button(按钮1).fontSize(28)}.backgroundColor(Color.Blue)GridItem(){Text(数学).fontSize(28)}.backgroundColor(Color.Yellow)GridItem(){Text(语文).fontSize(28)}.backgroundColor(Color.Green)GridItem(){Text(英语).fontSize(28)}.backgroundColor(Co…

如何监控tomcat的性能

关键指标 tomcat的关键指标有吞吐量、响应时间、错误数、线程池、cpu以及JVM内存。其中前三3个指标是最值得我们关注的业务指标。 部署和管理Web应用程序时,监控Tomcat的性能是至关重要的。Tomcat是一个流行的开源Servlet容器,用于托管Java Web应用程序。…

极速充电!一键解决苹果手机充电慢的问题

现如今,手机是我们日常生活中不可或缺的一部分,我们经常会使用它来刷短剧、看小说、读新闻等。然而,有时我们可能会遇到苹果手机充电慢的问题,这不仅影响了手机的用户体验,还可能给我们的生活带来一些不便。 遇到这种…

单细胞核转录组——植物:叶叶我呀裂开啦~

单细胞转录组测序技术能够在单细胞分辨率下研究样本的转录组信息,可以完美解决细胞异质问题,能全面真实揭示细胞多样性和复杂性,能够更加深入地研究细胞类型、细胞功能、细胞亚群及其异质性、细胞谱系等,还常用于识别新的细胞类型…

cesium 指定点旋转rectangle entity方式 坐标篇

cesium中rectangle是水平垂直于正北方向的,rectangle的属性中有rotation,但是rotation是以矩形的中心点进行旋转的,旋转过程中矩形的形状可能会变形,如果需要以矩形的顶点为原点进行旋转,可以采用entity的方式添加poly…

2024年外贸行业营销神器推荐

2024年外贸行业营销神器推荐:外贸人每天面对的不是国内客户,而是全球客户,相对于国内来说,会更加麻烦和繁琐,今天就码一篇2024年外贸行业营销神器的推荐文章,希望可以减轻各位外贸人的负担! 1、…

OpenHarmony实战开发-页面深色模式适配。

介绍 本示例介绍在开发应用以适应深色模式时,对于深色和浅色模式的适配方案,采取了多种策略如下: 1. 固定属性适配:对于部分组件的颜色属性,如背景色或字体颜色,若保持不变,可直接设定固定色值…

Matroska解封装原理与实践

本期作者 背景 Matroska是一种开放标准、功能强大的多媒体封装格式,可容纳多种不同类型的视频、音频及字幕流,其常见的文件扩展名为.mkv、.mka等。与应用广泛的MP4相比,Matroska更加灵活开放,可以同时容纳多个字幕,甚至…

29、Lua中的元表与元方法

Lua中的元表与元方法 前言算术类的元方法__tostring元方法如何保护我们的 "奶酪"——元表__index元方法__newindex元方法 前言 Lua中每个值都可具有元表。 元表是普通的Lua表,定义了原始值在某些特定操作下的行为。你可通过在值的原表中设置特定的字段来…

网络协议之 STP生成树协议学习心得

title: STP生成树协议 tags: internet top: true cover: true stp协议的背景 为了解决单点故障的问题,提出冗余的概念,但是又产生了新的问题————环路 表现形式为: (1)MAC地址表抖动 (2)多帧…

C#引用外部组件的常用方法

我们在开发程序过程中,时常会使用到第三方组件,比如一些通信、UI组件等。常用的引用方法有下面几种。 01 NuGet引用 NuGet是.NET的一个包管理平台,很多开源组件会通过NuGet进行管理和发布。比如我们常用的S7NetPlus等。 从NuGet中引用组件…

零基础学Python专栏文章导航站

零基础学Python专栏文章导航站 专栏导读零基础入门篇 专栏导读 本文是零基础学Python的文章导航站。专栏分为零基础入门篇、模块篇、网络爬虫篇、Web开发篇、办公自动化篇、数据分析篇… 为了方便专栏订阅者更方便的阅读专栏文章,点击链接即可跳转到具体文章&#…

Vue的项目文件夹中的<router>指的是什么

在Vue框架搭建的项目中,前端路由主要指的是基于HTML5的history模式或hash模式来实现在不刷新页面的情况下进行页面之间的跳转。这是单页应用(SPA, Single Page Application)中的一个核心概念。 具体来说,前端路由允许我们在不重新…

FL Studio v21.2.3.4004 中文永久版网盘下载(含Key.reg注册表补丁)

软件介绍 FL Studio21水果编曲软件汉化版是一款专业的音乐制作软件,被广泛地应用于电子音乐、hip-hop、流行乐等多种音乐类型的制作。该软件提供了丰富的音频编曲工具和音乐效果器,让用户可以轻松地创作出高品质的音乐作品。同时,这也是一款…