Skip to content

Commit bd009e4

Browse files
committed
v0.8.0
1 parent 7b8f715 commit bd009e4

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

com.microsoft.mrtk.graphicstools.shadergraph.unity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.microsoft.mrtk.graphicstools.shadergraph.unity",
3-
"version": "0.7.8",
3+
"version": "0.8.0",
44
"displayName": "MRTK Graphics Tools Shader Graph",
55
"description": "Graphics tools and components for developing Mixed Reality applications in Unity Shader Graph.",
66
"documentationUrl": "https://aka.ms/mrtk3graphics",

com.microsoft.mrtk.graphicstools.unity/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@ All notable changes to this package will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7+
## [0.8.0] - 2024-11-21
8+
9+
### Changed
10+
11+
- Added scalable shader graphs support and improved backplate shaders.
12+
13+
## [0.7.3] - 2024-10-202
14+
15+
### Changed
16+
17+
- Fixed APIs deprecated in Unity 6 and ensured that the newly created MaterialInstances inherit all properties from the source material.
18+
719
## [0.7.2] - 2024-07-26
820

921
### Changed

com.microsoft.mrtk.graphicstools.unity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.microsoft.mrtk.graphicstools.unity",
3-
"version": "0.7.9",
3+
"version": "0.8.0",
44
"displayName": "MRTK Graphics Tools",
55
"description": "Graphics tools and components for developing Mixed Reality applications in Unity.",
66
"documentationUrl": "https://aka.ms/mrtk3graphics",

0 commit comments

Comments
 (0)