So I've already seen this topic
http://2dtoolkit.com/forum/index.php/topic,1851.0.html but this one was not related to git...
I used my notebook to first setup my project, then push it to bitbucket repository, then pull from my desktop.
(*I've already setup Edit-project settings-Editor-Version control to 'Visible Meta data' and Asset serialization to 'Force Text' before pushing to git)
This is my .gitignore file :
# =============== #
# Unity generated #
# =============== #
Temp/
Obj/
UnityGenerated/
Library/
# ===================================== #
# Visual Studio / MonoDevelop generated #
# ===================================== #
ExportedObj/
*.svd
*.userprefs
*.csproj
*.pidb
*.suo
*.sln
*.user
*.unityproj
*.booproj
# ============ #
# OS generated #
# ============ #
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
The problem is , tk2dExternal.dll and tk2dSkin well exists on my notebook(also .meta file) but on the bitbucket repository I only see .meta for tk2dExternal.dll and tk2dSkin.dll, no dll files uploaded.
Maybe It's auto-generated by 2dToolKit? But when I pull from my desktop It just shows me an error :
I don't know how to fix it. Any help please?