-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [4.0.2] - 2023-08-21 ### Fixed - [GameObjectBrush] Use cell offset to determine location of GameObject when painting and erasing
- Loading branch information
Unity Technologies
committed
Aug 21, 2023
1 parent
e052ca5
commit beffb2e
Showing
3 changed files
with
92 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "4.0.1", | ||
"version": "4.0.2", | ||
"unity": "2023.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.\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", | ||
"keywords": [ | ||
|
@@ -15,7 +15,7 @@ | |
"com.unity.modules.jsonserialize": "1.0.0" | ||
}, | ||
"relatedPackages": { | ||
"com.unity.2d.tilemap.extras.tests": "4.0.1" | ||
"com.unity.2d.tilemap.extras.tests": "4.0.2" | ||
}, | ||
"samples": [ | ||
{ | ||
|
@@ -35,15 +35,15 @@ | |
} | ||
], | ||
"_upm": { | ||
"changelog": "### Fixed\n- [GameObjectBrush] Set HideFlags of instantiated GameObject to HideFlags.None when painting\n- [GridInformation] Fix serialization of GridInformationKey/Value" | ||
"changelog": "### Fixed\n- [GameObjectBrush] Use cell offset to determine location of GameObject when painting and erasing" | ||
}, | ||
"upmCi": { | ||
"footprint": "e48f8942babb511d4a959a658cbe96fcbc536dfc" | ||
"footprint": "1dc77b3f9a7dc9ec88a1b175812698bd0c8714ff" | ||
}, | ||
"documentationUrl": "https://docs.unity3d.com/Packages/[email protected]/manual/index.html", | ||
"repository": { | ||
"url": "https://github.com/Unity-Technologies/2d-extras.git", | ||
"type": "git", | ||
"revision": "5c1725c663304c56eb3b1612a8dae90f4a0b9fa5" | ||
"revision": "21a24803135ec4fbe47be9ccd27fb06e47d06d88" | ||
} | ||
} |