AdamsLair.Duality.Plugins.Tilemaps 1.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package AdamsLair.Duality.Plugins.Tilemaps --version 1.1.2
                    
NuGet\Install-Package AdamsLair.Duality.Plugins.Tilemaps -Version 1.1.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="AdamsLair.Duality.Plugins.Tilemaps" Version="1.1.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="AdamsLair.Duality.Plugins.Tilemaps" Version="1.1.2" />
                    
Directory.Packages.props
<PackageReference Include="AdamsLair.Duality.Plugins.Tilemaps" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add AdamsLair.Duality.Plugins.Tilemaps --version 1.1.2
                    
#r "nuget: AdamsLair.Duality.Plugins.Tilemaps, 1.1.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package AdamsLair.Duality.Plugins.Tilemaps@1.1.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=AdamsLair.Duality.Plugins.Tilemaps&version=1.1.2
                    
Install as a Cake Addin
#tool nuget:?package=AdamsLair.Duality.Plugins.Tilemaps&version=1.1.2
                    
Install as a Cake Tool

Defines core Resources and Components for using tilemaps with Duality.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on AdamsLair.Duality.Plugins.Tilemaps:

Package Downloads
AdamsLair.Duality.Editor.Plugins.Tilemaps

Defines the editor integration of the dependent core tilemap plugin.

Duality.Plugins.Pathfindax.Tilemaps.core

Plugin that makes it easier to use pathfindax with duality tilemaps

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 880 6/12/2020
4.0.0-alpha1 766 6/12/2020
4.0.0-alpha0 692 6/12/2020
2.1.5 1,588 5/14/2020
2.1.4 1,478 11/16/2019
2.1.3 1,369 10/4/2019
2.1.2 1,285 10/4/2019
2.1.1 1,690 7/28/2019
2.1.0 1,389 6/30/2019
2.0.3 1,391 5/30/2019
2.0.2 1,883 5/4/2019
2.0.1 1,981 12/18/2018
2.0.0 1,518 12/7/2018
1.1.15 2,647 3/15/2018
1.1.14 5,810 9/17/2017
1.1.13 3,960 4/23/2017
1.1.12 2,640 2/5/2017
1.1.11 5,743 1/11/2017
1.1.10 2,007 12/28/2016
1.1.9 2,454 12/10/2016
1.1.8 1,956 11/13/2016
1.1.7 1,570 11/8/2016
1.1.6 1,662 10/16/2016
1.1.5 2,412 9/16/2016
1.1.4 1,673 9/16/2016
1.1.3 1,713 8/27/2016
1.1.2 1,672 8/27/2016
1.1.1 1,653 8/27/2016
1.1.0 1,652 8/27/2016
1.0.1 1,477 8/16/2016
1.0.0 2,362 7/24/2016

Tileset Editor Focus Tweaks
#CHANGE: When focusing the Tileset Editor or the main layer view, it will now emit a new selection event in order to acquire inspector focus, should that be desired by the active editing mode.