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,6 +3,19 @@ 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.0] - 2019-11-01
7
+ - [ RuleTile] changed from using index to using position.
8
+ - [ RuleTile] Additional storage rule position.
9
+ - [ RuleTile] Delete DontCare rule.
10
+ - [ RuleTile] Rule list increased Extend Neighbor toggle. When selected, it will increase the rule range that can be set.
11
+ - [ RuleTile] No longer fixed to checking around 8 rules.
12
+ - [ RuleTile] RefreshTile() will refresh affected remote Tiles.
13
+ - [ RuleTile] Delete GetMatchingNeighboringTiles(), no longer get nearby Tiles in advance, the performance is affected. (may be changed to cache later)
14
+ - [ IsometricRuleTile] Rewrite.
15
+ - [ HexagonalRuleTile] Rewrite.
16
+ - [ LineBrush] Fix for Tiles disappear after selection and drag with LineBrush
17
+ - [ RuleTile] Add MirrorXY Transform Rule
18
+
6
19
## [ 1.2.0] - 2019-10-17
7
20
### Changed
8
21
- [ PrefabBrush] Erase GameObjects at target position before painting
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.2 .0" ,
4
+ "version" : " 1.3 .0" ,
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