File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,13 @@ 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.3.0] - TBD
8
+ ## [ 0.3.0] - 2021/11/14
9
9
10
10
### Added
11
11
12
12
- Extension method for combining meshes
13
13
- Extension methods for saving meshes as assets
14
+ - Option to merge submeshes in ` CombineChildrenMeshes ` script
14
15
15
16
## [ 0.2.0] - 2021/07/17
16
17
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.zigurous.graphics" ,
3
- "version" : " 0.2 .0" ,
3
+ "version" : " 0.3 .0" ,
4
4
"displayName" : " 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