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
* * Renamed Basic Shader Settings to Shader Setting.
* Replaced folder header to use Unity standard style. [skip ci]
* * Replaced folder header to use Unity standard style in the inspector window.
* Replaced '【DX11 Phong Tessellation Settings】' to 'Legacy Pipeline: Phong Tessellation Settings' as it works on Mac.
* The titles of the items in the Inspector window, which were not always consistent, such as "Setup" and "Settings," are now consistent with "Settings.* Renamed Shader GUI class and mede them integrated before integrate all the render pipeline shaders. All the render pipeline shaders use one Custom Editor class.
* Removed 【】in the Inspector window.
Copy file name to clipboardExpand all lines: com.unity.toonshader/CHANGELOG.md
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,26 @@
1
1
# Changelog
2
-
## [0.7.0-preview] - 2022-03-06
3
-
### Added:
4
-
* Legacy: Graphics Test 2022.2
2
+
## [0.7.0-preview] - 2022-03-07
5
3
### Updated:
6
4
* Shader version properties in all the render pipeline shaders.
7
5
* Updated installation.md.
8
6
* Replaced toggle buttons Off/Active UI to Unity standard toggle.
7
+
* Renamed Basic Shader Settings to Shader Setting.
9
8
* Replaced some toggle buttons, such as Emissive UV Coord, Specular Mode, to dropdown menus
10
9
* Made everything in the inspector hidden when disabled to be shown but grayed out.
11
-
* Renamed Shader GUI class and mede them itegrated before integrate all the render pipeline shaders. All the render pipeline shaders use the same UI class.
12
-
13
-
10
+
* Replaced folder header to use Unity standard style in the inspector window.
11
+
* Replaced '【DX11 Phong Tessellation Settings】' to 'Legacy Pipeline: Phong Tessellation Settings' as it works on Mac.
12
+
* The titles of the items in the Inspector window, which were not always consistent, such as "Setup" and "Settings," are now consistent with "Settings.* Renamed Shader GUI class and mede them integrated before integrate all the render pipeline shaders. All the render pipeline shaders use one Custom Editor class.
13
+
* Removed 【】in the Inspector window.
14
+
### Added:
15
+
* Legacy: Graphics Test 2022.2.
16
+
* Uninversal RP: Graphics Test 2022.2.
17
+
* HDRP: Graphics Test 2022.2.
14
18
### Removed:
15
19
* Removed Game Recommendation window and changed the default values of shader variables.
16
20
* Removed Simple UI.
17
21
* Removed Japanese and English manual link buttons.
22
+
### Fixed:
23
+
* Undo/Redo was not working on some itemes in the inspector window.
0 commit comments