Skip to content

Commit d2afe64

Browse files
committed
Update package version to 0.4.0
1 parent c0312b7 commit d2afe64

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,17 @@ 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.4.0] - 2023/05/01
8+
## [0.4.0] - 2023/11/09
99

1010
### Added
1111

12+
- Support for auto tiling textures on ramps via `MaterialTilingRamp`
13+
- New ramp variations at different angles - Ramp15, Ramp30, Ramp45
1214
- New "Pattern_00" textures and material
1315
- New `scaleMultiplier` property added to `MaterialTiling`
1416
- New `tilingOffset` property added to `MaterialTiling`
15-
- Set up package samples with Playground scene
17+
- Added Playground sample scene to package
18+
- Set help URLs on all relevant scripts
1619

1720
### Changed
1821

@@ -22,8 +25,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2225

2326
### Removed
2427

25-
- Script `MaterialTilingSphere`
26-
- Script `MaterialTilingPlane`
28+
- Removed the following tiling scripts as the same functionality can be achieved from the main `MaterialTiling` script
29+
- `MaterialTilingSphere`
30+
- `MaterialTilingPlane`
2731

2832
## [0.3.0] - 2022/03/26
2933

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.zigurous.prototyping",
3-
"version": "0.3.0",
3+
"version": "0.4.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)