Skip to content

Commit de04a17

Browse files
-Update version to 1.3.1
1 parent 9f18d66 commit de04a17

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,20 @@ All notable changes to this package will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55

6+
## [1.3.1] - 2019-11-06
7+
### Changed
8+
- [RuleTile] Simplified
9+
- [RuleTile] Caching all RuleTile neighbor positions for Tilemap to speedup refresh affected tiles
10+
11+
### Fixed
12+
- [RuleTile] Fix remote positions missing of MirrorXY (#148)
13+
- [HexagonalRuleTile] Fix ApplyRandomTransform() of HexagonalRuleTile missing MirrorXY case
14+
- [RuleOverrideTile] Fix RuleOverrideTile does not refresh when add/remove rule
15+
- [RuleTile] Fix random rotation calculation mistake
16+
- [RuleTile] Fix cache data will not update when rule change
17+
618
## [1.3.0] - 2019-11-01
19+
### Changed
720
- [RuleTile] changed from using index to using position.
821
- [RuleTile] Additional storage rule position.
922
- [RuleTile] Delete DontCare rule.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.2d.tilemap.extras",
33
"displayName": "Tilemap Extras",
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"unity": "2019.2",
66
"description": "Tilemap Extras is a package that contains extra scripts for use with the Tilemap. These include custom Tiles and Brushes.",
77
"keywords": ["2d"],

0 commit comments

Comments
 (0)