Hi,
I am new to Unity and NGUI. Just downloaded the NGUI package and got following error in the console.
Assets/NGUI/Scripts/UI/UICamera.cs(964,31): error CS0029: Cannot implicitly convert type `UnityEngine.Touch' to `Touch'
Assets/NGUI/Scripts/UI/UICamera.cs(966,66): error CS1061: Type `Touch' does not contain a definition for `fingerId' and no extension method `fingerId' of type `Touch' could be found (are you missing a using directive or an assembly reference?)
Assets/NGUI/Scripts/UI/UICamera.cs(969,47): error CS1061: Type `Touch' does not contain a definition for `phase' and no extension method `phase' of type `Touch' could be found (are you missing a using directive or an assembly reference?)
Assets/NGUI/Scripts/UI/UICamera.cs(970,49): error CS1061: Type `Touch' does not contain a definition for `phase' and no extension method `phase' of type `Touch' could be found (are you missing a using directive or an assembly reference?)
Assets/NGUI/Scripts/UI/UICamera.cs(980,60): error CS1061: Type `Touch' does not contain a definition for `position' and no extension method `position' of type `Touch' could be found (are you missing a using directive or an assembly reference?)
Assets/NGUI/Scripts/UI/UICamera.cs(983,50): error CS1061: Type `Touch' does not contain a definition for `position' and no extension method `position' of type `Touch' could be found (are you missing a using directive or an assembly reference?)
Assets/NGUI/Scripts/UI/UICamera.cs(994,35): error CS1061: Type `Touch' does not contain a definition for `tapCount' and no extension method `tapCount' of type `Touch' could be found (are you missing a using directive or an assembly reference?)
I am using Unity 4.20f4 and NGUI paid (but not pro) latest version.
Any help is appreciated,
Thank you