You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* [universal] fix for case #1205224
Removed the reorderable list and replaced it with a normal list for the ui
* Updated changelog
Co-authored-by: Felipe Lira <felipedrl@gmail.com>
Copy file name to clipboardExpand all lines: com.unity.render-pipelines.universal/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -187,6 +187,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
187
187
- Fixed SceneView Draw Modes not being properly updated after opening new scene view panels or changing the editor layout.
188
188
- Fixed GLES shaders compilation failing on Windows platform (not a mobile platform) due to uniform count limit.
189
189
- Fixed an issue that caused the inverse view and projection matrix to output wrong values in some platforms. [case 1243990](https://issuetracker.unity3d.com/issues/urp-8-dot-1-breaks-unity-matrix-i-vp)
190
+
- Fixed an issue with not being able to remove Light Mode Tags [case 1240895](https://issuetracker.unity3d.com/issues/urp-unable-to-remove-added-lightmode-tags-of-filters-property-in-render-object)
0 commit comments