HEADER

3rd Party Plugins Support

PlayMaker

We want to make ProCamera2D the most user-friendly and quickest to use 2D camera solution on the market. Since that fits exactly into PlayMaker moto we knew we had to fully support it. Although ProCamera2D is very non-coder friendly and 99.9% of the features don’t require any coding, there a few that do. For those we created the following custom actions.

PlayMaker Actions

To enable those actions all you have to do is adding PC2D_PLAYMAKER_SUPPORT to your Scripting Define Symbols on your build settings, like shown on the following image. Make sure you have PlayMaker installed before you do it!

PlayMaker Support

2D Toolkit

Although most of ProCamera2D features work out-of-the-box with 2D Toolkit (and its tk2dCamera), there are a few that don’t. Those are all related to the camera size and more specifically to how tk2dCameras handle size adjustments.

So, in order to fully use ProCamera2D in conjunction with a 2D Toolkit camera, all you have to do is add PC2D_TK2D_SUPPORT to your Scripting Define Symbols on your build settings, like shown on the following image. Make sure you have 2D Toolkit installed before you do it!

2D Toolkit Support