Skip to content

Commit 75755e6

Browse files
committed
Update package version to 1.3.0
1 parent 3ce05a2 commit 75755e6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.3.0] - 2021/11/06
9+
10+
### Added
11+
12+
- New debug materials to visualize various vertex data
13+
- Bitangets
14+
- Normals
15+
- Tangents
16+
- UV1
17+
- UV2
18+
- VertexColor
19+
820
## [1.2.0] - 2021/07/10
921

1022
### Added

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.zigurous.debug",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"displayName": "Debug Tools",
55
"description": "The Debug Tools package contains assets and scripts for debugging Unity projects. Included in the package are scripts for enhanced console logging, benchmarking, displaying framerate, and more. The package also comes with shaders to visualize different vertex data.",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)