Analog Joystick mobile control in Unity UI

I want Analog joystick control for my game. I have normal joystick control and its working fine in game.
Basically I used this asset for normal joystick control.

Standard Assets for Unity 4.6

I played with source code of control but can’t able to get success in that. If anyone has this type of code for new Unity UI then please help me.

There’s asset called CN Controls on asset store. It is free and has several type of usefull controls, including analog joystick.

To get it working you will just need to change all you “Input.GetXXX” to “CnInputManager.GetXXX”

Here’s a link: