Unity2021.2 introduces a few new methods related to animation. You can now get the current frame, the frame count, and the current running animation...
Pools? Pooling GameObjects has always been a thing you do in Unity. Perhaps you rolled your own pooler or obtained one from the AssetStore or Github....
If you're a Unity3D dev you're familiar with prefabs. What is a prefab exactly? A prefab is not unlike a scene file with the major difference being...
TpLib has general-purpose messaging and Event functionality. Messages get sent to tiles, and tiles can post events. Messages can be sent to tiles;...
This branch of the class architecture starts with TpAnimZoneBase, which subclasses TpFlexAnimatedTile. The other tiles in this branch inherit the...
The previous post discussed a few of the simpler tiles contained in the TilePlus Toolkit asset. There are several special tiles that provide much more...