tk2dUICamera issues... Cannot click a button viewed by a perspective camera with a tk2dUICamera script on it, When an ortho camera has a tk2dUIcamera on it.
Unity 4.2.2f1
working before tk2d 2.2.2 final, Any thoughts? my brain hurts from this. tried the 3dui demo in a fresh load.
That is an embarrassingly bad typo bug

I apologise for the inconvenience, I should have spotted it sooner. I will upload a patch (2.2.3) for this tomorrow.
To patch it in right now:
tk2dUIManager (line 655 or thereabouts), replace:
tk2dUICamera currCamera = sortedCameras[0];
with
tk2dUICamera currCamera = sortedCameras[i];
EDIT: 2.2.3 is out now