Hello Guest

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mton

Pages: [1]
1
Releases / Re: 2D Toolkit Integrity Checker
« on: August 05, 2013, 01:05:28 am »
Interesting.  I had thought that I had metafile on the entire time...

Anyhows, I manually move and overwrite the files in Assets/Plugins/tk2d with the ones from Assets/TK2DROOT/tk2d and are getting this error now:

Assets/Plugins/tk2dUI/Code/Core/tk2dUISpriteAnimator.cs(5,37): error CS0246: The type or namespace name `tk2dSpriteAnimator' could not be found. Are you missing a using directive or an assembly reference?

Any thoughts on what that might mean.  Thanks for your help and consideration so far.

-Mike

2
Releases / Re: 2D Toolkit Integrity Checker
« on: August 04, 2013, 06:21:18 am »
Trying to update from 1.91 and got the following error:

Assets/Plugins/tk2d/Code/Camera/tk2dCameraUtil.cs(48,14): error CS0101: The namespace `global::' already contains a definition for `tk2dCameraResolutionOverride'
Assets/Plugins/tk2d/Code/Sprites/tk2dSpriteCollectionSize.cs(9,14): error CS0101: The namespace `global::' already contains a definition for `tk2dSpriteCollectionSize'

File GUID does not match: Assets/Plugins/tk2d/Code/Camera/tk2dCamera.cs
File GUID does not match: Assets/Plugins/tk2d/Code/Camera/tk2dCameraAnchor.cs
File GUID does not match: Assets/Plugins/tk2d/Code/Fonts/tk2dFont.cs
File GUID does not match: Assets/Plugins/tk2d/Code/Fonts/tk2dFontData.cs
File GUID does not match: Assets/Plugins/tk2d/Code/Fonts/tk2dTextMesh.cs
File GUID does not match: Assets/Plugins/tk2d/Code/Gui/tk2dButton.cs
File GUID does not match: Assets/Plugins/tk2d/Code/Runtime/tk2dResource.cs
File GUID does not match: Assets/Plugins/tk2d/Code/Runtime/tk2dSystem.cs
File GUID does not match: Assets/Plugins/tk2d/Code/Sprites/tk2dAnimatedSprite.cs
File GUID does not match: Assets/Plugins/tk2d/Code/Sprites/tk2dBaseSprite.cs
File GUID does not match: Assets/Plugins/tk2d/Code/Sprites/tk2dClippedSprite.cs
File GUID does not match: Assets/Plugins/tk2d/Code/Sprites/tk2dPixelPerfectHelper.cs
File GUID does not match: Assets/Plugins/tk2d/Code/Sprites/tk2dRuntimeSpriteCollection.cs
File GUID does not match: Assets/Plugins/tk2d/Code/Sprites/tk2dSlicedSprite.cs
File GUID does not match: Assets/Plugins/tk2d/Code/Sprites/tk2dSprite.cs
File GUID does not match: Assets/Plugins/tk2d/Code/Sprites/tk2dSpriteAnimation.cs
File GUID does not match: Assets/Plugins/tk2d/Code/Sprites/tk2dSpriteCollection.cs
File GUID does not match: Assets/Plugins/tk2d/Code/Sprites/tk2dSpriteCollectionData.cs
File GUID does not match: Assets/Plugins/tk2d/Code/Sprites/tk2dSpriteCollectionInterfaces.cs
File GUID does not match: Assets/Plugins/tk2d/Code/Sprites/tk2dStaticSpriteBatcher.cs
File GUID does not match: Assets/Plugins/tk2d/Code/Sprites/tk2dTiledSprite.cs
File GUID does not match: Assets/Plugins/tk2dTileMap/Code/tk2dTileMap.cs
File GUID does not match: Assets/Plugins/tk2dTileMap/Code/tk2dTileMapBuilderUtil.cs
File GUID does not match: Assets/Plugins/tk2dTileMap/Code/tk2dTileMapChunks.cs
File GUID does not match: Assets/Plugins/tk2dTileMap/Code/tk2dTileMapColliderBuilder.cs
File GUID does not match: Assets/Plugins/tk2dTileMap/Code/tk2dTileMapData.cs
File GUID does not match: Assets/Plugins/tk2dTileMap/Code/tk2dTileMapMeshBuilder.cs

UnityEngine.Debug:LogError(Object)
tk2dExternal.ExternalUI:DoCheckDeploymentIntegrity()

The 1st two are preventing me from running the project.  Any thoughts?

-Mike

Pages: [1]