Recently Updated Pages
Features
TilePlus Toolkit (TPT) is a unique way to work with Unity Tilemaps. It’s a Unity extension that ...
Selectors
Selectors are used by the layout system to determine what and how to load. Each Selector has a re...
Relationships: Chunksize, Padding, Selector
This system is flexible, but it is easy to make mistakes. If you have the chunk size set too larg...
Preparing a TScene
Now, how do you create a TileFab for use with this system? You create a TScene in a Unity scene t...
Layout System : Introduction
TilePlus Toolkit’s Layout system was changed in Versions 4 and 5. It’s more memory efficient and ...
TpZoneLayout
At an even higher level, the TpZoneLayout MonoBehaviour component leverages a ZM to implement a b...
TileFabLib
TileFabLib.LoadTileFab loads the Bundles referenced by a TileFab asset. The TileFab asset has ref...
TpZoneManager
TpZoneManager is a chunk management subsystem. Your code interacts with instances of the TpZoneMa...
Infrastructure
Review Bundle: an archive of all the tiles and Prefabs for a single Tilemap. TileFab: references ...
Zone-Based
AnimZoneLoader This class is a subclass of TpFlexAnimated tile and inherits its fields and editor...
Exposition
A TileFab can encompass all the tiles and Prefabs contained within a Tilemap hierarchy (Grid with...
TileUi
Purpose Demonstrate Sample UI 'elements' made from tiles. It's not a complete UI system and ...
Side-Scroll Layout with Parallax
Requires 'New Input System' This simple example shows how to implement side-scrolling behaviour w...
Basics
The left column still displays a list of Tilemaps. When you select a Tilemap in the left column ...
Don't Use Prefabs for Tilemaps
You Probably Don’t Want Tilemap Prefabs They’re not really that useful except in limited circumst...
Basic Architecture
Libraries TPT libraries are divided into Editor support and Runtime support, with separate assemb...
Where to Get Started
If you’re not into coding and want to play with some feature demos, head over to the TilePlus Ext...
Introduction To TilePlus Toolkit
TilePlus Toolkit (TPT) is a unique way to work with Unity Tilemaps. It’s a Unity extension that ...
Others
Tilemap Parallax Add it to a Tilemap, provide a follow target, and this component offsets the Til...
Top-Down Layout
Important: This demo requires the New Input System and won't work unless it's enabled. Purpose T...