Page 1 of 2

How to instal latest "code" off GitHub

Posted: Sun Sep 24, 2017 3:45 pm
by Midknightprince
I can download the zip, but what do I do with it ?

Re: How to instal latest "code" off GitHub

Posted: Sun Sep 24, 2017 3:50 pm
by Hazelnut
To run it you will need to install the right version of Unity editor and any .net dependencies. Then open the project and run within the editor like we do when developing. I think it can build a standalone version but I don't know how to get it to do that. Interkarma does the builds.

Re: How to instal latest "code" off GitHub

Posted: Sun Sep 24, 2017 3:58 pm
by TheLacus
  1. Install Unity Editor
  2. Click Open and direct it to the folder you downloaded from github.
  3. File>Build&Run

Re: How to instal latest "code" off GitHub

Posted: Sun Sep 24, 2017 4:08 pm
by Midknightprince
@ TheLacus
Well I got the 64bit version...hope that's right..
That's my OS

Re: How to instal latest "code" off GitHub

Posted: Sun Sep 24, 2017 4:09 pm
by TheLacus
What i linked is the installer for the correct version, which is not the latest one.

Re: How to instal latest "code" off GitHub

Posted: Sun Sep 24, 2017 4:13 pm
by Midknightprince
@ TheLacus
5.5.0f3..
That's what it says..

Re: How to instal latest "code" off GitHub

Posted: Sun Sep 24, 2017 7:08 pm
by Midknightprince
@TheLacus
Well it worked..
Did I just make my own version of DFU ??

Re: How to instal latest "code" off GitHub

Posted: Sun Sep 24, 2017 10:39 pm
by Midknightprince
@TheLacus
So does it matter if its the 64bit version ?

Re: How to instal latest "code" off GitHub

Posted: Sun Sep 24, 2017 11:07 pm
by TheLacus
5.5 64 bit is perfect ;)

Re: How to instal latest "code" off GitHub

Posted: Sun Sep 24, 2017 11:29 pm
by Interkarma
As another step, you can use GitHub Desktop to pull down latest code just by pressing the sync button.

Please keep in mind that live code can be fairly raw. You might have extra-special bugs because something is part-way under development. This is different to the builds, which I try to ensure work fairly well before posting.

I made a video a while back on how to clone using GitHub Desktop and run the project. I'll link here as it might help yourself or others.