Skip to main content

Recently Updated Pages

New Tiles!

TilePlus System User Guide What is this ... THING

New Tile Class? The key component of TPT is a new Tile base class cleverly dubbed “TilePlusBase” ...

Updated 4 months ago by Vonchor

Position DB Dump

TilePlus Toolkit Diagnostics

The menu command: Tools/TilePlus/Utilities/Dump PositionDB doesn't open a window. Instead, it dum...

Updated 4 months ago by Vonchor

TpSpawnLink

TilePlus Toolkit Components

This component should be attached to any prefab that you use with the SpawningUtil pooling system...

Updated 4 months ago by Vonchor

Selection Inspector Details

TilePlus Toolkit Tile+Brush

The Basic Info section displays read-only information from the tile. This area changes depending ...

Updated 4 months ago by Vonchor

Selection Inspector Toolbar

TilePlus Toolkit Tile+Brush

The Selection Inspector shows this toolbar: Focus: Focus scene view on selected tile. Inspecto...

Updated 4 months ago by Vonchor

Editor Library

TilePlus Toolkit Introduction To TilePlus Toolkit

The Editor Library comprises, well, a whole lot of stuff! Unity menu items The custom Selection ...

Updated 4 months ago by Vonchor

Prefabs

TilePlus Toolkit Other Assets

TPP_PoolHost Add to a scene to use this as the parent of spawned prefabs. TpTriggerZoneSprites A ...

Updated 4 months ago by Vonchor

TpBundleLoader, TpFabLoader

TilePlus Toolkit Components

These are components that can be added Tilemap’s GameObject to load TileBundle or TileFab archive...

Updated 4 months ago by Vonchor

Event and Zone Actions and SubObjects

TilePlus Toolkit Other Assets

AnimatorAction Animator Actions are project-level scriptable object plugins. They're only used wi...

Updated 4 months ago by Vonchor

Basics

TilePlus Toolkit Create Your Own

In most cases, the class that you want to subclass is TilePlusBase. But you might want to extend ...

Updated 4 months ago by Vonchor

Properties

TilePlus Toolkit Create Your Own

Why so many properties? Fewer serialized fields for things that are just basically boolean switch...

Updated 4 months ago by Vonchor

Inhibiting Callbacks

TilePlus Toolkit Technical Notes

For performance reasons you might want to temporarily inhibit TpLib from responding to certain Ti...

Updated 4 months ago by Vonchor

Animated Tiles

TilePlus Demo Apps

Purpose This demo illustrates how to control tiles from mouse clicks or from Unity UI buttons....

Updated 4 months ago by Vonchor

Origin

XML Docs, Downloads

Why Toolkit was created: archive of a blog. Articles.pdf

Updated 4 months ago by Vonchor

Upgrading From Earlier Versions

TilePlus Toolkit Introduction To TilePlus Toolkit

Upgrading If you're upgrading from Version 4 or earlier and you've been writing custom code using...

Updated 4 months ago by Vonchor

ITpUiControl

TilePlus Toolkit Ui System

public interface ITpUiControl { ...

Updated 4 months ago by Vonchor

UI Tiles

TilePlus Toolkit Other Assets

See the UI chapter.

Updated 4 months ago by Vonchor

Layout-Related

TilePlus Toolkit Interfaces

ITSceneInitializer Scene Initializers are used as a way to move scene initialization code into Sc...

Updated 4 months ago by Vonchor

ITpPersistence

TilePlus Toolkit Interfaces

This interface specifies endpoints for save and restore data. It's something optional and a bit l...

Updated 4 months ago by Vonchor

ITpMessaging

TilePlus Toolkit Interfaces

ITpMessaging is used to implement targets for the Messaging Service. It's pretty simple: /// <sum...

Updated 4 months ago by Vonchor