Skip to content

Commit c439cdf

Browse files
ChuanXin-UnityChuanXin-Unity
authored and
ChuanXin-Unity
committed
-Update for 2.2.2
1 parent e110805 commit c439cdf

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@ 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+
## [2.2.2] - 2022-03-03
7+
### Fixed
8+
- [AnimatedTileEditor] -Fix undo when setting number of Sprites for Animated Tile
9+
- [RuleTile] -Fix data for custom container fields not being transferred in RuleOverrideTiles overriding a Custom Rule Tile
10+
- [RuleTileEditor] -Fix undo when setting number of Rules for Rule Tile
11+
- [RuleTileEditor] -Use different text color for Extend Neighbors with dark and light skin
12+
613
## [2.2.1] - 2021-08-24
714
### Changed
815
- [GameObjectBrush] Add canChangePosition

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.2d.tilemap.extras",
33
"displayName": "2D Tilemap Extras",
4-
"version": "2.2.1",
4+
"version": "2.2.2",
55
"unity": "2021.1",
66
"description": "2D Tilemap Extras is a package that contains extra scripts for use with 2D Tilemap features in Unity. These include custom Tiles and Brushes for the Tilemap feature.\n\nThe following are included in the package:\nBrushes: GameObject Brush, Group Brush, Line Brush, Random Brush\nTiles: Animated Tile, Rule Tile, Rule Override Tile\nOther: Grid Information, Custom Rules for Rule Tile",
77
"keywords": ["2d"],
@@ -13,7 +13,7 @@
1313
"com.unity.modules.jsonserialize": "1.0.0"
1414
},
1515
"relatedPackages": {
16-
"com.unity.2d.tilemap.extras.tests": "2.2.1"
16+
"com.unity.2d.tilemap.extras.tests": "2.2.2"
1717
},
1818
"samples": [
1919
{

0 commit comments

Comments
 (0)