Yeah, but they all look pretty much the same regaurding assembly reference. Sorry to post them all but I'm at a loss. I'm not even using some of them in the scene like that first one, GetAnimatorBoneGameObject.
Assets/PlayMaker Animator/Actions/Editor/GetAnimatorBoneGameObjectActionEditor.cs(11,62): error CS0246: The type or namespace name `CustomActionEditor' could not be found. Are you missing a using directive or an assembly reference?
Assets/PlayMaker ArrayMaker/Actions/ArrayList/Editor/ArrayListAddCustomEditor.cs(11,41): error CS0246: The type or namespace name `CustomActionEditor' could not be found. Are you missing a using directive or an assembly reference?
Assets/PlayMaker ArrayMaker/Actions/ArrayList/Editor/ArrayListInsertCustomEditor.cs(11,44): error CS0246: The type or namespace name `CustomActionEditor' could not be found. Are you missing a using directive or an assembly reference?
Assets/PlayMaker ArrayMaker/Actions/Editor/PlayMakerArrayListProxyObjectPropertyDrawer.cs(13,60): error CS0246: The type or namespace name `ObjectPropertyDrawer' could not be found. Are you missing a using directive or an assembly reference?
Assets/PlayMaker ArrayMaker/Actions/HashTable/Editor/HashTableAddCustomEditor.cs(11,41): error CS0246: The type or namespace name `CustomActionEditor' could not be found. Are you missing a using directive or an assembly reference?
Assets/PlayMaker ArrayMaker/Actions/HashTable/Editor/HashTableSetCustomEditor.cs(11,41): error CS0246: The type or namespace name `CustomActionEditor' could not be found. Are you missing a using directive or an assembly reference?
Assets/PlayMaker ArrayMaker/Addons/Custom/GameObject/Editor/ArrayListSendEventToGameObjectsCustomEditor.cs(12,60): error CS0246: The type or namespace name `CustomActionEditor' could not be found. Are you missing a using directive or an assembly reference?
Assets/iTween/PlayMaker/Editor/iTweenMoveToActionEditor.cs(8,41): error CS0246: The type or namespace name `CustomActionEditor' could not be found. Are you missing a using directive or an assembly reference?