Recently Updated Pages
Coroutines and Awaitables
Coroutines TilePlus generally uses Awaitables rather than coroutines. However, it's easy to make ...
Tweener Service
Intro TpTweener is a TPT service that can be used for tweening TilePlus tile sprites, GameObjects...
Tweening
Purpose A playground to experiment with the tweener Five scenes Basic Tween Types The imag...
Custom Tweening
The Tween class' properties are mostly {get; internal set;} so you can't make changes. However, t...
Selectors
Selectors are used by the layout system to determine what and how to load. Each Selector has a re...
Introduction
You probably work with Tilemaps that are part of a scene. This is the easiest way to use TilePlus...
Why Not Make Prefabs?
It's a bad solution When you create a prefab by dragging a Grid with child Tilemaps to the Projec...
Introduction To TilePlus Toolkit
TilePlus Toolkit (TPT) is a unique way to work with Unity Tilemaps. It’s a Unity extension that ...
Features
TilePlus Toolkit (TPT) is a unique way to work with Unity Tilemaps. It’s a Unity extension that ...
Tweener Tiles
TweenerFlex This is the best tile to use when experimenting with tweens. When viewed in a TilePlu...
TilePlus Services
Overview In the TilePlus system, Runtime-only Scriptable Objects are called Services or SRS, and ...
Unity UI and New Input System
Unity UI can invoke methods in monobehaviour targets using Unity events. That's not useful if yo...
UI System?
No, it's not a replacement for Unity's native UI systems. There are enough of those already! It's...
IHoverableControl
/// <summary> /// This marks a tile a...
Others
These are mostly for internal use. IActionPlugin Used with ZoneActions and EventActions to provid...
About the Layout Demo
Save Files There are two different types of save files: CdemoSaveFile.txt: contains the GUID of ...
Tweening GameObjects
Intro TpTweener can also be used to tween GameObjects' Position, Rotation, Scale, or Color; or to...
Design Philosophy
In an earlier epoch I designed embedded system hardware, software, and development tools in two d...
TpLib
TpLib itself is a large class divided into eight partial classes: TpLib TpLibData TpLibDataAcces...
Key Elements
New Tile Class The key component of TPT is a new Tile base class cleverly dubbed “TilePlusBase” (...