disunity.exe missing in solution

Issue #34 new
Diolk created an issue

Hi, trying to to join the codebase force: I've cloned the repo, build the solution and try my first run (debug mode). I've got an error because the registry.txt file cannot be found.

Debugging this, this ultimately boils down to the fact that I am missing disunity.exe

In the source I see: // I have added all the required files into a single zip which I have added as a resource. // Otherwise, I would probably be crying a lot to put the exe + jar + lib/*.jar into the project, and put it in the output directory properly. // Since the executable is not present, extract the zip from the resources.

I looked into the resources of the project but I cannot find the disunity.zip there.

What am I missing here?

Any help greatly appreciated.

Comments (3)

  1. Nharzhool

    So Disunity needs to be downloaded separately and placed in the root of the Debug/Release folder. Will look at implementing it in the Tools folder.

  2. Log in to comment