Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: pokbluesky on August 08, 2014, 06:22:47 PM

Title: Error after importing NGUI
Post by: pokbluesky on August 08, 2014, 06:22:47 PM
I got these errors after importing NGUI from unity store. How can I install NGUI ? Can't find it anywhere

Please help!

Assets/NGUI/Scripts/Editor/NGUIHandles.cs(24,23): error CS1061: Type `Plane' does not contain a definition for `Raycast' and no extension method `Raycast' of type `Plane' could be found (are you missing a using directive or an assembly reference?)

Assets/NGUI/Scripts/Editor/NGUIHandles.cs(26,49): error CS0165: Use of unassigned local variable `dist'

Assets/NGUI/Scripts/Editor/NGUIHandles.cs(113,72): error CS1729: The type `Plane' does not contain a constructor that takes `3' arguments

Title: Re: Error after importing NGUI
Post by: ArenMook on August 08, 2014, 07:50:37 PM
You have your own class called "Plane" which conflicts with UnityEngine.Plane. Rename it.