File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 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.
33
44The 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.
Original file line number Diff line number Diff line change 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" ],
You can’t perform that action at this time.
0 commit comments