|
I'm just starting out with Unity iPhone and was wondering if there was a 2D tutorial specifically for iPhone anywhere? I'm looking to build a simple 2D platforming game and I really don't know where to start. I've seen the Platformer tutorial for standard unity and that looks really good but it's obviously not touch controls etc. Thanks in advance!
(comments are locked)
|
|
There's the iphone tutorials section: http://unity3d.com/support/resources/example-projects/iphone-examples Penelope 3D iphone game: http://unity3d.com/support/resources/tutorials/penelope iPhone multiplayer: http://unity3d.com/support/resources/tutorials/iphone-multiplayer-tutorial But for a very start I'd look at the iPhone standard assets package for some basic iPhone controls set ups to get you into grips with the input controls on the iPhone. The dual joystick and tilt controls being of particular interest. EDIT: http://forum.unity3d.com/viewtopic.php?t=37123&highlight=omg+pirates Mika Mobile go into a bit of detail on how they made OMG! Pirates and Zombiville which are 2 of the best 2D games on the iPhone. Using a camera with a very small FOV placed really far away gives you almost orthographic view but with a bit of parallax with the back ground / foreground elements. The characters are done with animated planes and texture swapping. It's clever stuff. Sorry I should probably clarify, I'm looking specifically for a 2D tutorial. Thanks anyway!
Jun 17 '10 at 11:45 AM
ROM
There is a 2D set up in the standard assets if you care to take a look. For a 2D look simply set the camera to orthographic mode.
Jun 17 '10 at 02:25 PM
spinaljack
+1 This is a great answer, well done spinaljack.
Jun 20 '10 at 08:23 PM
Chris Masterton
(comments are locked)
|
