From the unity store I installed iTween, only in my beginner skillset with Unity, didn’t anticipate it borking Unity. I get this error after I installed iTween:
Assets/iTween/iTween.cs(46,14): error CS0101: The namespace `global::' already contains a definition for `iTween'
then in monospace it refers to this line:
public class iTween : MonoBehaviour{
How do I fix this and how does one go about properly updating iTween in the future? ![]()
Cheers.