Skip to content
Ryan Lee edited this page Oct 24, 2017 · 4 revisions

You can either run Projeny directly from source (requires python) or simply download the latest binary. Note that Projeny is currently only supported on Windows (with an OSX version planned for future releases).

  • From Binary

    • Go to the releases section and download the latest ProjenyInstaller.exe
    • Note that after installation completes, you will need to add the [Install Directory]/Bin directory to your windows path.
  • From Source

    • Clone this repo to a place on your hard drive
    • Make sure python 3.x is installed and that you have also installed the following:
      • pyyaml (to install run pip install pyyaml)
      • python for windows extensions (download here for your version of python) (if python 3.6 is installed run pip install pypiwin32)
    • Open UnityPlugin/Projeny.sln in Visual Studio
    • Build in Release Mode
    • Add the Projeny/Source/bin folder to your windows path
Clone this wiki locally