Skip to content

Commit

Permalink
-Update for 1.8.2-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuanXin-Unity authored and ChuanXin-Unity committed Mar 3, 2022
1 parent d9c972c commit 27f810a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ All notable changes to this package will be documented in this file.

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

## [1.8.2-preview] - 2022-03-03
### Fixed
- [AnimatedTileEditor] -Fix undo when setting number of Sprites for Animated Tile
- [RuleTile] -Fix data for custom container fields not being transferred in RuleOverrideTiles overriding a Custom Rule Tile
- [RuleTileEditor] -Fix undo when setting number of Rules for Rule Tile
- [RuleTileEditor] -Use different text color for Extend Neighbors with dark and light skin

## [1.8.1-preview] - 2021-08-24
### Changed
- [GameObjectBrush] Add canChangePosition
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.unity.2d.tilemap.extras",
"displayName": "2D Tilemap Extras",
"version": "1.8.1-preview",
"version": "1.8.2-preview",
"unity": "2020.1",
"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.",
"keywords": ["2d"],
Expand All @@ -13,7 +13,7 @@
"com.unity.modules.jsonserialize": "1.0.0"
},
"relatedPackages": {
"com.unity.2d.tilemap.extras.tests": "1.8.1-preview"
"com.unity.2d.tilemap.extras.tests": "1.8.2-preview"
},
"samples": [
{
Expand Down

0 comments on commit 27f810a

Please sign in to comment.