File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,20 @@ All notable changes to this package will be documented in this file.
3
3
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
5
5
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
+
6
18
## [ 1.3.0] - 2019-11-01
19
+ ### Changed
7
20
- [ RuleTile] changed from using index to using position.
8
21
- [ RuleTile] Additional storage rule position.
9
22
- [ RuleTile] Delete DontCare rule.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.unity.2d.tilemap.extras" ,
3
3
"displayName" : " Tilemap Extras" ,
4
- "version" : " 1.3.0 " ,
4
+ "version" : " 1.3.1 " ,
5
5
"unity" : " 2019.2" ,
6
6
"description" : " Tilemap Extras is a package that contains extra scripts for use with the Tilemap. These include custom Tiles and Brushes." ,
7
7
"keywords" : [" 2d" ],
You can’t perform that action at this time.
0 commit comments