How do I redistribute my open-source Unity projet?

Hi.

I have made a Unity project in line with my Master’s Thesis at my university. A paper is going to be published which relates to this project, and because of this, my counselor has adviced me to open-source and release the project in order for other students and interested people can download and/or contribute to the project.

How do I go about redistributing it? We used Unity Pro with a student license, which made us able to use Unity’s own version control and collaborative editing.

I think the OP was also asking how to retain his version history, correct @mpark ?

2 Answers

2

You could use GoogleCode… that’s pretty popular for open source projects in unity (such as CAINav, etc).

testure: but will that work with version control and all?

Yes, it works with SVN for sure, but I think there are other options such as perforce as well. Also, in the future make sure you posts comments as comments- not as an answer ;)