Simeon Radivoev

Results 106 comments of Simeon Radivoev

Ah it seems the skybox is rendered after lighting. So for skybox support to be added, the atmospheric scattering needs to be turned into an effect for the post-processing stack.

Need more info, what version of unity, what operating system, what version of the plugin

Unfortunately I don't have a Mac to test it out, but you can try and put these files into "Assets/Plugins/LibGit2Sharp/Editor/NativeBinaries/osx" and tell me if it works. If it doesn't I...

Crap. The Git2SharpLibrary I had modified to work with unity got lost, so I guess I will need to re-do it and replace all the DLLs

This may be a long shot, but can you rename it to libgit2-785d8c4. I tried that with the windows dlls and it works.

Is the libgit2.bundle loaded ? I think that should be the mac version. It's really hard to test it without a Mac. But I will probably just switch to the...

Try and restart the editor see if you get the same error.

and that's with the newest version available from the asset store ?

The only reason the initialize button should be grayed out is if there is an existing git repository in that directory. Including parent or root directories. Can you use any...

Yea it shouldn't. Then the problem must be with the GitLib2Sharp. As the initialize button literally just checks a parameter provided by GitLib2Sharp. You should try and initialize a git...