This guide describes how to create custom Actions for Playmaker.
Playmaker also ships with the source code for hundreds of actions that you can pick apart or adapt for your own purposes.
Releasing Custom Actions
- To avoid naming conflicts, use a custom namespace. E.g., your company url:
-
namespace com.mycompany.playmaker.actions
{
// your action
}
- Double check that you have not included Playmaker plugins in your unitypackage or zip file!