File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.2.0] - 2021/07/17
9
+
10
+ ### Added
11
+
12
+ - Data structure ` AnimatedShaderProperty `
13
+ - Abstract class ` TextureDrawer `
14
+ - Behavior ` CheckerboardTextureDrawer `
15
+ - Behavior ` CombineChildrenMeshes `
16
+
17
+ ### Fixed
18
+
19
+ - ` ShaderProperty ` ids were not changing when the name was changed in the editor
20
+
8
21
## [ 0.1.0] - 2021/07/05
9
22
10
23
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.zigurous.graphics" ,
3
- "version" : " 0.1 .0" ,
3
+ "version" : " 0.2 .0" ,
4
4
"displayName" : " Zigurous Graphics Utils" ,
5
5
"description" : " The Graphics Utils package provides scripts and utilities for graphics and rendering purposes in Unity projects." ,
6
6
"unity" : " 2019.4" ,
You can’t perform that action at this time.
0 commit comments