Hi, when I import Playmaker I get the error from all GUIElement scripts and ComponentAction.cs
Assets\PlayMaker\Actions\GUIElement\SetGUIText.cs(14,15): error CS0311: The type ‘UnityEngine.GUIText’ cannot be used as type parameter ‘T’ in the generic type or method ‘ComponentAction’. There is no implicit reference conversion from ‘UnityEngine.GUIText’ to ‘UnityEngine.Component’.
Assets\PlayMaker\Actions\ComponentAction.cs(65,19): error CS0619: ‘GUIText’ is obsolete: ‘GUIText has been removed. Use UI.Text instead.’
Assets\PlayMaker\Actions\ComponentAction.cs(70,19): error CS0246: The type or namespace name ‘UI’ could not be found (are you missing a using directive or an assembly reference?)
I must point out I am a newbie to Unity…