Unity URP 2023 Release-Notes

🌈Unity URP 2023 Release-Notes

本文信息收集来自自动搜集工具👈

版本更新内容
2023.2.13URP: Ensure motion vector depth buffer is valid for cameras with motion vectors enabled.(UUM-61466)
2023.2.2Universal RP: URP: Fixed an issue where screen space decals miscalculated ambient lighting.(UUM-47142)
2023.2.0URP: Fixed an issue that partially corrupted display on Android if Vulkan Display Rotation was enabled during rendering.(UUM-48569)
2023.2.0URP: Added support for foveated rendering in the Forward+ rendering path.
2023.2.0URP: Added Volume Profile to Universal Render Pipeline Asset.
2023.2.0URP: Added HDR Output override per camera.
2023.2.0URP: Improved URP main thread usage in XR.
2023.2.0URP: Introduced a “stripping” system that allows you to specify which render pipeline graphics settings (IRenderPipelineGraphicsSettings) go into a build.
2023.2.0URP: Added: XR occlusionMesh scaling, occlusionMesh enable/disable, mirroView mode setter for SRP XR.
2023.2.0URP: Added support for Vulkan URP to use MSAA samples count fallback in the Player Settings window. Prior to this x2 fallback would have been to upgrade to x4.(UUM-741)
2023.2.0URP: Added vertex SH option to URP rendering and fixed HL2 forward light perf regression.(UUM-26824)
2023.2.0URP: Added workarounds for MSAA-specific visual artifacts on materials that use alpha clipping in unexpected ways.(UUM-26513)
2023.2.0URP: Enabled passes injected in RenderPassEvent.AfterRenderingPostProcessing to execute before final blit and post-processing anti-aliasing effects rather than after, when using the Render Graph.
2023.2.0URP: Enabled stripping BlitHDROverlay from build if HDR output is not allowed and stripping unused shader is allowed.
2023.2.0URP: Fixed a bug with Light Layers not working correctly when Additional Lights are set to Per Vertex.(UUM-40810)
2023.2.0URP: Fixed a bug with the shadow mesh bounds of ShadowCaster2D so that shadows no longer disappear.(UUM-19090)
2023.2.0URP: Fixed a gbuffer resource leak in URP deferred.(UUM-26626)
2023.2.0URP: Fixed a LOD crossfade issue when rendered with BatchRendererGroup.
2023.2.0URP: Fixed a null exception when adding a sorting layer.(UUM-29492)
2023.2.0URP: Fixed a situation where the Color Grading Mode of one camera in a multi-camera scene could clamp the output to Low Dynamic Range, even though the output should be High Dynamic Range. URP only.(UUM-41948)
2023.2.0URP: Fixed an issue that caused some segements and corners of sprite shape shadows to not render correctly.(UUM-18513)
2023.2.0URP: Fixed an issue that cuase the Screen space Overlay UI to render at the wrong size for scaling mode Constant Pixel Size or Constant Physical Size, when HDR output is active.(UUM-36231)
2023.2.0URP: Fixed an issue that partially corrupted display on Android if Vulkan Display Rotation was enabled during rendering.(UUM-48569)
2023.2.0URP: Fixed an issue where a redundant blit related to post-processing was used when post-processing was disabled through the cameraData object.(UUM-31474)
2023.2.0URP: Fixed an issue where the ShadowShape2DProvider_Collider would improperly use a Rigidbody2D to track a collider.(UUM-34315)
2023.2.0URP: Fixed an issue with releasing when it was releasing unnecessary Render Targets when using multiple cameras with different Renderer Assets.(UUM-25186)
2023.2.0URP: Fixed camera stacking causing a blackscreen and RG null pointer exception error.(UUM-27339)
2023.2.0URP: Fixed GC.Allocs with sorting layers in Light2D.(UUM-1929)
2023.2.0URP: Fixed HDR Debug Views without antialiasing, with Render Graph and with passes injected in RenderPassEvent.AfterRenderingPostProcessing.
2023.2.0URP: Fixed incorrect MSAA sample count when using Deferred renderer and rendering to a target texture.(UUM-31113)
2023.2.0URP: Fixed increased overhead from profiling code in URP.(UUM-30143)
2023.2.0URP: Fixed light batching with Rendergraph2D passes.(UUM-23153)
2023.2.0URP: Fixed NullReferenceException being thrown when opening Light Explorer with 2D Lights.(UUM-19576)
2023.2.0URP: Fixed ShaderGraph preview window displaying a blank window when using DepthNormals pass.(UUM-31643)
2023.2.0URP: Fixed the 2D Sprite Light & Freeform Light fast normal map quality setting to correctly use the normal map.(UUM-4613)
2023.2.0URP: Fixed the debug rendering overlay not being rendered when FinalBlit pass is in use.(UUM-22320)
2023.2.0URP: Fixed the HDR output so it is no longer overly saturated because of a Color Grading variant not included in builds.(UUM-27503)
2023.2.0URP: Fixed uninitialized SpriteProps in CanvasRenderer for 2D.(UUM-18389)
2023.2.0URP: Fixed URP and core package leaking materials when entering and exiting Play Mode.(UUM-27587)
2023.2.0URP: Fixed volume and volume profile help URLs.
2023.2.0URP: Fixed XR vsync so it stays enabled when the focus is lost.(UUM-16846)
2023.2.0URP: Prevented HDR output from being too saturated by default when a camera doesn’t have the additional camera data yet.
2023.2.0URP: Removed an extra draw call that happened in 2D projects when the Foremost Sorting Layer property is enabled.(UUM-37441)
2023.2.0URP: Removed serialization and cache vertices and indices for sprite lights causing bloat in prefabs for 2D.(UUM-33700)
2023.1.20URP: Fixed partially corrupted Android screen when Vulkan display rotation during rendering is enabled.(UUM-48569)
2023.1.17URP: 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)
2023.1.15URP: Fixed visible outline when composited ShadowCaster2Ds with transparency overlap.(UUM-38076)
2023.1.13URP: Fixed per-vertex light layers.(UUM-40810)
2023.1.5URP: 2D - Fix additional draw call when Foremost Sorting Layer is enabled during unlit.(UUM-37441)
2023.1.3URP: Fixed Screen space Overlay UI rendered at the wrong size for scaling mode “Constant Pixel Size” or “Constant Physical Size”, when HDR output is active.(UUM-36231)
2023.1.1URP: Fixed redundant blit is used due to postFX, although it is disabled in rendererData.(UUM-31474)
2023.1.0URP: Fixed incorrect MSAA sample count when using Deferred renderer but rendering to a target texture.(UUM-31113)
2023.1.0URP: Fixed ShaderGraph preview window not showing anything when using DepthNormals pass.(UUM-31643)
2023.1.0URP: Added AO Method dropdown for SSAO to select Interleaved Gradient Noise or Blue Noise.
2023.1.0URP: Added Blur Quality dropdown for SSAO to select High (Bilateral), Medium (Gaussian), or Low (Single-Pass Kawase).
2023.1.0URP: Added clustered reflection probe support to the URP Forward+ rendering path. This enables the use of more than two reflection probes per object, allows Unity to skip per-object culling of lights and reflection probes, and enables Entities Graphics and procedural draws to make use of reflection probes.
2023.1.0URP: Added Custom Post Processing (zero code path) feature in URP.
2023.1.0URP: Added Decal support to Render Graph.
2023.1.0URP: Added falloff field for SSAO to control the distance from the camera that the AO should affect.
2023.1.0URP: Added RenderGraph support to URP postFX.
2023.1.0URP: Added shadow interoperability with Sprite, Colliders, SpriteShape, and 2D Animation.
2023.1.0URP: Added soft shadow rendering. Shadow softness can be set on shadow casting Light2Ds.
2023.1.0URP: Added HDR Output override per camera.
2023.1.0URP: Downsampling will now not only affect the AO pass but also the blur passes.
2023.1.0URP: Improved Depth test to avoid incorrectly adding AO in places where two objects are far away from one another.
2023.1.0URP: Improved shadow atlas building performance when there are a lot of lights.
2023.1.0URP: Improved the name for Dynamic Resolution property.
2023.1.0URP: Tooltips improvement.
2023.1.0URP: Added: Added light cookies stripping.
2023.1.0URP: Added: Exposed xrPass to public so that URP users could leverage Core XRSystem API to script XR rendering.
2023.1.0URP: Obsoleted: RenderSingleCamera is now obsolete. Please use RenderPipeline.SubmitRenderRequest with RequestData of the SingleCameraRequest type.Graphics: Camera.SubmitRenderRequests is now obsolete. Please use RenderPipeline.SubmitRenderRequest with RequestData of a supported type such as RenderPipeline.StandardRequest.
2023.1.0URP: Changed light and decal layers to rendering layers.
2023.1.0URP: Changed the samples field to a dropdown: High (12 samples), Medium (8 samples) and Low (4 samples).
2023.1.0URP: Changed the the final After Opaque passes to be merged with the last blur pass.
2023.1.0URP: Deprecated ScriptableRenderPipelineExtensionAttributeand LightingExplorerExtensionAttribute.
2023.1.0URP: Disabled HDRP Global Settings when HDRP is not active.
2023.1.0URP: Disabled support for using Depth32Stencil8 format on Android due to crashes.
2023.1.0URP: Foveated Rendering is now integrated in URP for supported platforms.
2023.1.0URP: Improved motion vector pass. It should now use the same matrices as the Lit shader.
2023.1.0URP: Replaced CustomEditorForRenderPipeline and VolumeComponentMenuForRenderPipeline with separate attributes.
2023.1.0URP: 2D - Remove serialization and cache vertices and indices for sprite lights causing bloat in prefabs.(UUM-33700)
2023.1.0URP: Added vertex SH option to URP rendering and fixed HL2 forward light perf regression.(UUM-26824)
2023.1.0URP: Display Stats is now always shown in the first position on the Rendering Debugger.(UUM-10698)
2023.1.0URP: Enabled Global Settings to always upgrade when opening an old URP project.
2023.1.0URP: Fixed a bug with ShadowCaster2D’s shadow mesh bounds which was causing shadows to disappear.(UUM-19090)
2023.1.0URP: Fixed a case where TAA was flickering in XR.
2023.1.0URP: Fixed a Gizmo and grid artifact in the editor view.(UUM-2299)
2023.1.0URP: Fixed a wireframe view issue in URP.(UUM-2548)
2023.1.0URP: Fixed alpha discard on Unlit Sprite targets for Shadergraph.(UUM-6998)
2023.1.0URP: Fixed an issue that the Shaders now correctly fallback to error shader.(UUM-1417)
2023.1.0URP: Fixed an issue where camera UI inspector’s clearFlag was not respected.(1422234)
2023.1.0URP: Fixed an issue where the material upgrader was showing up when the URP package was being installed.(UUM-2434)
2023.1.0URP: Fixed an issue where the Universal Renderer could incorrectly clear the render target during the forward opaques pass even if the render target contains valid rendering data produced by a pass that ran before opaque rendering.(ARFB-190)
2023.1.0URP: Fixed an issue with 2D Spot Light artifacts in light.(UUM-7839)
2023.1.0URP: Fixed decals to pass correct viewDirectionWS to screen space and gbuffer lighting.
2023.1.0URP: Fixed decals to produce correct world to tangent matrix.(1399425)
2023.1.0URP: Fixed GC.Allocs with sorting layers in Light2D.(UUM-1929)
2023.1.0URP: Fixed Gizmos in Game View when using Viewports.(UUM-7069)
2023.1.0URP: Fixed incorrect MSAA sample count when using Deferred renderer but rendering to a target texture.(UUM-31113)
2023.1.0URP: Fixed instacing error when decals loaded, but not the decal shaders.
2023.1.0URP: Fixed issue where selecting the URP asset could break HDRP blitter when HDRP is the active pipeline.(UUM-2432)
2023.1.0URP: Fixed lens flare position and occlusion for all OpenGL APIs.(UUM-1076)
2023.1.0URP: Fixed missing Depth Copy texture in Scene view.(1431872)
2023.1.0URP: Fixed null exception when adding a sorting layer (2D).(UUM-29492)
2023.1.0URP: Fixed ShaderGraph preview window not showing anything when using DepthNormals pass.(UUM-31643)
2023.1.0URP: Fixed the TerrainLit shader so that mixed light baking now works with shadow mask.(UUM-3897)
2023.1.0URP: Fixed URP 2D - Fix Light2D upgrading issue with m_AlphaBlendOnOverlap property.(UUM-1845)
2023.1.0URP: Fixed URP 2D - incorrect output when post process is enabled.(UUM-5871)
2023.1.0URP: Fixed URP 2D - vertex color for sprite shapes.(UUM-1921)
2023.1.0URP: Fixed XR vsync is disabled when focus is lost.(UUM-16846)
2023.1.0URP: Stripped BlitHDROverlay from build if HDR output is not allowed and stripping unused shader is allowed.
2023.1.0URP: Updated the documentation to mention that the Screen Space decal technique does not support blending of normals when using the Deferred rendering path with Accurate G-Buffer Normals enabled. The Automatic decal technique now prefers the D-Buffer technique if Accurate G-Buffer Normals are enabled.(UUM-25204)

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

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

相关文章

家居网购项目(三)

文章目录 1.后台管理—添加家居1.需求分析2.程序框架图3.修改FurnDao添加方法add 4.修改FurnDaoImpl添加方法add 5.单元测试FurnDaoTest.java 6.修改FurnService添加方法add 7.修改FurnServiceImpl添加方法add 8.单元测试FurnServiceTest.java 9.修改furn_add.jsp10.修改FurnSe…

向量数据库之Lancedb学习记录

简介 Lancedb是一个用于人工智能的开源矢量数据库,旨在存储、管理、查询和检索大规模多模式数据的嵌入。Lancedb的核心是用Rust编写的,并构建在Lance之上,专为高性能 ML 工作负载和快速随机访问而设计。 快速开始 安装 pip install lance…

【面试经典 150 | 数学】阶乘后的零

文章目录 写在前面Tag题目来源题目解读解题思路方法一:数学优化计算 写在最后 写在前面 本专栏专注于分析与讲解【面试经典150】算法,两到三天更新一篇文章,欢迎催更…… 专栏内容以分析题目为主,并附带一些对于本题涉及到的数据结…

安秉信息桌面监控软件为什么这么受企业的欢迎

如今,软件市场上的桌面监控软件的类型丰富,种类齐全,几乎每个消费者都可以在市场上找到一款适合自己需求的桌面监控软件。不过,在市场经济调节下,软件行业的竞争也变得更加激烈,而竞争也能让真正受欢迎的桌…

CJS的module.exports 、 exports和ESM export default和 export详解

webpackg公共源码 function __webpack_require__(moduleId) {if (__webpack_module_cache__[moduleId]) {return __webpack_module_cache__[moduleId].exports;}var module __webpack_module_cache__[moduleId] { exports: {} };__webpack_modules__[moduleId](module, modu…

人工智能——机器学习概述

1. 人工智能 1.1. 概念 人工智能(Artificial Intelligence,AI),是新一轮科技革命和产业变革的重要驱动力量, [26]是研究、开发用于模拟、延伸和扩展人的智能的理论、方法、技术及应用系统的一门新的技术科学。 人工智能是智能学科重要的组…

【Ansible自动化运维】Ansible入门基础信息【安装配置、常用命令与模块】

介绍安装配置注意事项yum安装验证安装配置host配置主机清单配置主控端被控端 常用模块命令组成command模块shell模块copy模块script模块 日志信息最后 介绍 Ansible 是一个开源 IT 自动化引擎,可自动执行供应、配置管理、应用程序部署、编排和许多其他 IT 流程。它可…

Python 选择用类或方法做装饰器的场景

在Python中,我们可以使用方法或者类来实现装饰器。选择使用方法还是类作为装饰器,主要取决于具体的应用场景。 使用方法作为装饰器 当装饰器的功能相对简单,不需要保持任何状态信息时,使用方法作为装饰器是一个不错的选择。这种情况下,装饰器通常只是对被装饰函数进行一些额外…

YesPMP平台 | 活动有礼,现金奖励点击领取!

YesPMP众包平台在线发福利啦,活动火热开启,现金奖励等你来领,最高可领千元,赶快参与将奖励收入囊中,一起来了解活动细节吧! 一、活动内容: 活动一:【项目征集令】活动,…

两个变量交换值

a a ^ b ; b a ^ b ; a a ^ b ; 这段代码是一个常见的技巧,用于交换两个整数变量a和b的值,而不使用临时变量。这里使用了异或运算符(^),它会对两个整数的每一位执行异或操作。异或操作的定义是:相同为0&…

前端大文件上传 -- 上传文件到S3或本地服务器

特别提醒 大文件上传的文件切片逻辑, 包括如何将分片文件上传到本地服务器, 请查看之前的文章: 前端大文件上传 - 总结(Vue3 hook Web Worker实现,通过多个Worker线程大大提高Hash计算的速度), 本篇仅实现如何将大文件分块上传到S3. 后面写…

代码随想录打卡—day27—【回溯】— 回溯基础练习 4.15

1 39. 组合总和 39. 组合总和 我的AC代码&#xff1a; class Solution { public:vector<vector<int>> ans;vector<int> path;void dfs(int sum,vector<int>& candidates,int target,int start_idx){if(sum > target)return;if(sum target){a…

关于Wordpress的操作问题1:如何点击菜单跳转新窗口

1.如果打开&#xff0c;外观-菜单-菜单结构内&#xff0c;没有打开新窗口属性&#xff0c;如图&#xff1a; 2.在页面的最上部&#xff0c;点开【显示选项】&#xff0c;没有这一步&#xff0c;不会出现新跳转窗口属性 3.回到菜单结构部分&#xff0c;就出现了

2024年工程师职称水平能力测试考试难吗?

大家现在都知道&#xff0c;现在湖北中级和高级职称评审&#xff0c;都必须要先报名一个水平能力测试考试&#xff0c;水测考过了之后才能参加评审&#xff0c;那么很多人都不知道水测到底难不难&#xff1f;能不能考过&#xff1f;水测主要是考什么呢&#xff1f; 职称水平能力…

20240415金融读报:市场信贷不能过于宽松声音碳领域新增文件

1、市场普遍认为&#xff0c;在经济转型背景下&#xff0c;当前的社会融资规模和信贷增长有助于经济高质量发展&#xff0c;过于宽松并不利于经济发展。&#xff08;已经有这个声音了&#xff0c;是不是说明我们已经脱离了U型曲线的最低点&#xff0c;在或快接近其后半段的1/2处…

Rust 语言 GUI 用户界面框架汇总(持续更新)

拜登&#xff1a;“一切非 Rust 项目均为非法”&#x1f60e; 什么是 GUI 图形用户界面&#xff08;Graphical User Interface&#xff0c;简称 GUI&#xff0c;又称图形用户接口&#xff09;是指采用图形方式显示的计算机操作用户界面。 现在的应用开发&#xff0c;是既要功…

【python】flask操作数据库工具SQLAlchemy,详细用法和应用实战

✨✨ 欢迎大家来到景天科技苑✨✨ &#x1f388;&#x1f388; 养成好习惯&#xff0c;先赞后看哦~&#x1f388;&#x1f388; &#x1f3c6; 作者简介&#xff1a;景天科技苑 &#x1f3c6;《头衔》&#xff1a;大厂架构师&#xff0c;华为云开发者社区专家博主&#xff0c;…

【Linux系统编程】第三弹---基本指令(一)

✨个人主页&#xff1a; 熬夜学编程的小林 &#x1f497;系列专栏&#xff1a; 【C语言详解】 【数据结构详解】【C详解】【Linux系统编程】 目录 1、touch指令 2、mkdir指令 3、ls 指令 4、pwd命令 3、cd 指令 6、rmdir指令 && rm 指令 7、man指令 7、cp指令 …

在 PyCharm 中使用系统安装的 Python 和 Anaconda 的 Python什么区别

virtualenv environment &#xff1a; virtualenv 是一个用于创建独立 Python 环境的工具。它可以在同一个系统上创建多个相互独立的 Python 环境&#xff0c;每个环境都有自己的 Python 解释器和包库&#xff0c;从而可以实现不同项目之间的依赖隔离和版本控制。coda environm…

[已解决]问题:root.users.hdfs is not a leaf queue

问题&#xff1a;root.users.hdfs is not a leaf queue CDH集群报错&#xff1a; Exception in thread “main” org.apache.hadoop.yarn.exceptions.YarnException: Failed to submit application_1713149630679_0005 to YARN : root.users.hdfs is not a leaf queue 思路 …