iPhone manual is misleading in (unity_iphone-1.0.3 version )

Hi ,
Unity 3d iPhone manual is not proper , i have iphone unity 3d engine
(unity_iphone-1.0.3 version ). after installing it is giving me manual and script reference .html flies .
file:///Applications/Unity%20iPhone/Documentation/ScriptReference/index.html(for script)

and

file:///Applications/Unity%20iPhone/Documentation/Manual/index.html(for manual ).

in these files manual is not for iPhone, it is for Mac OSX .
Example ; while i am going through the manual for input it is giving me keyboard, mouse … etc …
but nowhere about touch detection in manual .
I am facing problem to find touch on a specified game object in the scene.

if anybody having iPhone specified manual please give the link .

Thanks In Advance

Nothing there is misleading. :slight_smile: It just that it’s a combined Unity/Unity iPhone Manual (installed with Unity iPhone), just go to the Component Reference and you’ll find an iPhone specific section plus you’ll find specific sections for iPhone APIs in the Scripting Reference, like an entry for the the iPhoneInput class for example (and its various properties and whatnot).