simeonradivoev / UniGit

An open source GIT Unity3D editor plugin.
GNU General Public License v3.0
144 stars 16 forks source link

What version of libgit2 do you use? #34

Closed jorgeamado closed 5 years ago

jorgeamado commented 5 years ago

I've found that the latest libgit2sharp crashes Unity. Did you make something with original libgit2 dll to avoid crash? @simeonradivoev

simeonradivoev commented 5 years ago

I don't remember the exact version the dll should say, but I did modify the source code to remove .net 3.5+ parts.

simeonradivoev commented 5 years ago

Ah yes I remember now it's in the 'LibGit2SharpSource' branch.

jorgeamado commented 5 years ago

Thanks @simeonradivoev Did you managed how to fix crashes in the original dll? just remove .net3.5 related parts and everything should works?

simeonradivoev commented 5 years ago

I believe so. I just put the source code in unity. That a good way to check if it compiles. Then you can just grab the generated .dll by Unity.