Unity Penelope Unity 3 and C# update

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

That’s very nice of you and this converting code is a great way to learn the inner workings of Unity!

Soooo, how’s it going buddy?!

Part 2 is live.

Part 2 converts all three control types into c# along with 2 other classes:
FollowTransform
CameraRelativeControl
PlayerRelativeControl
TapControl
ZoomCamera

The pinch to zoom doesn’t feel quite right though, so if you figure out the problem let me know :slight_smile:

How do we download part2?

just looking at Penelope, your content I am sure will be helpful, thanks