Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: pcutile on March 13, 2016, 09:39:15 AM

Title: `Direction' does not contain a definition for `Forward'
Post by: pcutile on March 13, 2016, 09:39:15 AM
i idon't know the reason but know have this error!:

Assets/NGUI/Scripts/Interaction/UIPlayAnimation.cs(48,52): error CS0117: `Direction' does not contain a definition for `Forward'

I have reimported ngui but error don't disappear.

Another is this:

Assets/NGUI/Scripts/Internal/ActiveAnimation.cs(35,46): error CS0117: `Direction' does not contain a definition for `Toggle'
Title: Re: `Direction' does not contain a definition for `Forward'
Post by: ArenMook on March 13, 2016, 10:39:24 AM
Means you have your own class called "Direction" that conflicts with AnimationOrTween.Direction.