Trying to use this script as well. I updated the UITweener & currentCamera occurrences, but still get one that I can't decipher:
"Assets/Plugins/UIJoystick.cs(118,27):error CS0103: The name 'UICamera' does not exist in the current context"
the error points to this line of code:
Ray ray = UICamera.currentCamera.ScreenPointToRay(UICamera.lastTouchPosition);