2D Toolkit Forum
2D Toolkit => Support => Topic started by: ibompuis on December 03, 2012, 03:39:03 pm
-
Hi,
Just purchased 2D toolkit and imported to fresh unity4 (mac OSX) project, many console error:
Assets/TK2DROOT/tk2d/Editor/Sprites/SpriteCollectionEditor/tk2dSpriteCollectionEditorPopup.cs(568,47): error CS0117: `DragAndDrop' does not contain a definition for `objectReferences'
Assets/TK2DROOT/tk2d/Editor/Sprites/SpriteCollectionEditor/tk2dSpriteCollectionEditorPopup.cs(667,53): error CS0117: `DragAndDrop' does not contain a definition for `visualMode'
Assets/TK2DROOT/tk2d/Editor/Sprites/SpriteCollectionEditor/tk2dSpriteCollectionEditorPopup.cs(678,68): error CS1502: The best overloaded method match for `System.Collections.Generic.List<UnityEngine.Object>.Add(UnityEngine.Object)' has some invalid arguments
Assets/TK2DROOT/tk2d/Editor/Sprites/SpriteCollectionEditor/tk2dSpriteCollectionEditorPopup.cs(678,68): error CS1503: Argument `#1' cannot convert `object' expression to type `UnityEngine.Object'
Assets/TK2DROOT/tk2d/Editor/Sprites/SpriteCollectionEditor/tk2dSpriteCollectionEditorPopup.cs(679,115): error CS0117: `DragAndDrop' does not contain a definition for `paths'
Assets/TK2DROOT/tk2d/Editor/Sprites/SpriteCollectionEditor/tk2dSpriteCollectionEditorPopup.cs(679,96): error CS1502: The best overloaded method match for `System.IO.Directory.Exists(string)' has some invalid arguments
Assets/TK2DROOT/tk2d/Editor/Sprites/SpriteCollectionEditor/tk2dSpriteCollectionEditorPopup.cs(679,96): error CS1503: Argument `#1' cannot convert `object' expression to type `string'
Assets/TK2DROOT/tk2d/Editor/Sprites/SpriteCollectionEditor/tk2dSpriteCollectionEditorPopup.cs(680,107): error CS0117: `DragAndDrop' does not contain a definition for `paths'
Assets/TK2DROOT/tk2d/Editor/Sprites/SpriteCollectionEditor/tk2dSpriteCollectionEditorPopup.cs(680,77): error CS1502: The best overloaded method match for `tk2dSpriteCollectionEditorPopup.AddTexturesInPath(string)' has some invalid arguments
Assets/TK2DROOT/tk2d/Editor/Sprites/SpriteCollectionEditor/tk2dSpriteCollectionEditorPopup.cs(680,77): error CS1503: Argument `#1' cannot convert `object' expression to type `string'
Assets/TK2DROOT/tk2d/Editor/Sprites/SpriteCollectionEditor/tk2dSpriteCollectionEditorPopup.cs(680,68): error CS1502: The best overloaded method match for `System.Collections.Generic.List<UnityEngine.Object>.AddRange(System.Collections.Generic.IEnumerable<UnityEngine.Object>)' has some invalid arguments
Assets/TK2DROOT/tk2d/Editor/Sprites/SpriteCollectionEditor/tk2dSpriteCollectionEditorPopup.cs(680,68): error CS1503: Argument `#1' cannot convert `object' expression to type `System.Collections.Generic.IEnumerable<UnityEngine.Object>'
How I can correct this?
Thanks
-
Which version have you installed? If from the asset store, I recommend registering and getting from here. There has been more than one occasion where the Asset store download is corrupt.
Edit:
You can also try deleting the file Unity downloaded - it is in ~/library/Unity/asset store
This will force it to redownload.
If you could, I would appreciate a copy of the broken file, as I could send a bug report to Unity with it. Support@unikronsoftware.com if possible.
-
Thx unikron,
It's unity store version, just purshased today, my invoice number is pending on membership group forum :-)
-
I approved that quite a while back. Still having issues?
-
Thx unikron, work fine, now can play...