Skip to content

Commit 809e64d

Browse files
committed
Update package version to 0.3.0
1 parent 6d28f09 commit 809e64d

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ 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+
## [0.3.0] - 2022/03/26
9+
10+
### Added
11+
12+
- New 3D model primitives
13+
- New grid prefabs (sphere, ramp)
14+
- Normal maps and height maps for pattern textures
15+
- Playground scene
16+
- `MaterialSelectorGroup` script
17+
- `MaterialTilingSphere` script
18+
- `GridAlignment` script
19+
20+
### Changed
21+
22+
- UV coordinates on prototyping cube
23+
- Remade reflection sphere prefab
24+
- Pattern styles and colors
25+
826
## [0.2.0] - 2021/07/21
927

1028
### Added

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.zigurous.prototyping",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"displayName": "Prototyping Kit",
55
"description": "The Prototyping Kit package contains assets and materials for prototyping levels in Unity. The prefabs included in the package can be styled without needing to create new materials, and they are tiled automatically based on the size of the object.",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)