AdamsLair.Duality.Editor.Plugins.Tilemaps
1.1.18
See the version list below for details.
dotnet add package AdamsLair.Duality.Editor.Plugins.Tilemaps --version 1.1.18
NuGet\Install-Package AdamsLair.Duality.Editor.Plugins.Tilemaps -Version 1.1.18
<PackageReference Include="AdamsLair.Duality.Editor.Plugins.Tilemaps" Version="1.1.18" />
paket add AdamsLair.Duality.Editor.Plugins.Tilemaps --version 1.1.18
#r "nuget: AdamsLair.Duality.Editor.Plugins.Tilemaps, 1.1.18"
// Install AdamsLair.Duality.Editor.Plugins.Tilemaps as a Cake Addin #addin nuget:?package=AdamsLair.Duality.Editor.Plugins.Tilemaps&version=1.1.18 // Install AdamsLair.Duality.Editor.Plugins.Tilemaps as a Cake Tool #tool nuget:?package=AdamsLair.Duality.Editor.Plugins.Tilemaps&version=1.1.18
Defines the editor integration of the dependent core tilemap plugin.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- AdamsLair.Duality (>= 2.12.7)
- AdamsLair.Duality.Editor (>= 2.9.0)
- AdamsLair.Duality.Plugins.Tilemaps (>= 1.1.13)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on AdamsLair.Duality.Editor.Plugins.Tilemaps:
Package | Downloads |
---|---|
AdamsLair.Duality.Samples.Tilemaps
A sample project to show how to use Tilemaps. |
|
ChristianGreiner.Duality.Samples.UfoGame
A simple Ufo Game for absolute beginners based on Unity's 2D UFO Tutorial. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
4.0.0-alpha2 | 671 | 6/12/2020 |
4.0.0-alpha1 | 554 | 6/12/2020 |
4.0.0-alpha0 | 486 | 6/12/2020 |
2.1.5 | 1,108 | 5/14/2020 |
2.1.4 | 1,038 | 11/16/2019 |
2.1.3 | 935 | 10/4/2019 |
2.1.2 | 839 | 10/4/2019 |
2.1.1 | 971 | 7/28/2019 |
2.1.0 | 935 | 6/30/2019 |
2.0.4 | 958 | 5/30/2019 |
2.0.3 | 900 | 5/25/2019 |
2.0.2 | 950 | 5/4/2019 |
2.0.1 | 1,144 | 12/18/2018 |
2.0.0 | 1,080 | 12/7/2018 |
1.1.22 | 1,900 | 3/15/2018 |
1.1.21 | 1,409 | 1/27/2018 |
1.1.20 | 1,085 | 10/26/2017 |
1.1.19 | 1,333 | 9/17/2017 |
1.1.18 | 2,042 | 6/11/2017 |
1.1.17 | 1,372 | 6/4/2017 |
1.1.16 | 1,591 | 4/23/2017 |
1.1.15 | 1,399 | 2/15/2017 |
1.1.14 | 1,296 | 2/5/2017 |
1.1.13 | 1,416 | 1/11/2017 |
1.1.12 | 1,387 | 12/28/2016 |
1.1.11 | 1,373 | 12/14/2016 |
1.1.10 | 1,344 | 12/10/2016 |
1.1.9 | 1,330 | 11/13/2016 |
1.1.8 | 1,074 | 10/30/2016 |
1.1.7 | 1,047 | 10/16/2016 |
1.1.6 | 1,362 | 9/25/2016 |
1.1.5 | 1,408 | 9/16/2016 |
1.1.4 | 1,031 | 9/16/2016 |
1.1.3 | 1,107 | 8/27/2016 |
1.1.2 | 1,051 | 8/27/2016 |
1.1.1 | 1,068 | 8/27/2016 |
1.1.0 | 1,078 | 8/27/2016 |
1.0.3 | 1,088 | 8/14/2016 |
1.0.2 | 1,069 | 8/13/2016 |
1.0.1 | 1,084 | 8/6/2016 |
1.0.0 | 1,135 | 7/24/2016 |
TilesetView Zoom Bugfixes, API Tweaks
#FIX: Fixed a bug that would reset a TilesetView's zoom value when the displayed Tileset was modified.
#FIX: Fixed a bug that would throw an exception for negative tile sizes.
#FIX: Fixed a bug that would cause tileset view zoom buttons to be out of sync.
#CHANGE: Adjusted internal structure of TilesetView update code to hopefully be slightly more understandable.