File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 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.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
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+
821## [ 0.1.0] - 2021/07/05
922
1023### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " com.zigurous.graphics" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 0.2 .0" ,
44 "displayName" : " Zigurous Graphics Utils" ,
55 "description" : " The Graphics Utils package provides scripts and utilities for graphics and rendering purposes in Unity projects." ,
66 "unity" : " 2019.4" ,
You can’t perform that action at this time.
0 commit comments