Hey, I am learning unity, and wanted to go the c# route (even though JS/US feels more familiar to me) as well as mobile device development.
I decided to go though the Penelope unity tutorial, switching to c# and unity 3 api updates, and figure I might as well to ‘translate’ the snippets from the tutorial if anybody else wants to go though it using c#
Big thinks to aaronblohowiak for his Joystick JS to CS conversion. I wouldn’t have understood some of the subtleties that C# introduces. (like typeof(Class), instead of the class by it self);
Part 1, pages 19-33:
covers the creation of the Joystick.cs
Part 2, pages 37-71:
covers all three control types into c# along with 2 other classes:
FollowTransform
CameraRelativeControl
PlayerRelativeControl
TapControl
ZoomCamera
Hope this’ll help some one. = P