Playmaker samples

Published: 2021-09-20

Category: progress

Tags: v3, playmaker, packages

The new overhauled Playmaker bindinds will be shipped as a separate package, so this lets me finally implement a great jumping-off point for new users: included samples. The following samples are now included and can be individually added to or removed from your project:

Including these samples would have been impossible if I were to ship the Playmaker bindings with the core package. Each example carries a Playmaker FSM (finite state machine) instance, which requires Playmaker classes to be available at compile time. However, by moving Playmaker support to an external package I can now include samples without any issue.

These included examples provide you with working minimal examples. You can see how to set up a FSM and you can experiment right off the bat.