- Home /
How should I organize two projects to merge?
We have many projects (say, games) that we maintain and release often. While they share a few common libraries, they don't overlap too much, so we keep them in separate projects.
We have a separate project that delivers an overlay experience similar to Steam or Nvidia overlays. Since we are maintaining and developing this separately from the games we create, it exists in its own project folder.
Now I have to include this overlay in one of the games. What would be the best way to include that project/scene in another game's project folder? I want to avoid a case where I suddenly have multiple versions of this overlay project in each game's own project folder.
Thank you.
you could clone it into a subfolder which is completely ignored by its own project repository
Your answer
Follow this Question
Related Questions
Problems with iTween and Instantiating objects 2 Answers
Inheriting a large project - where to start 1 Answer
Subversion and Unity Projects 2 Answers
Recomend a build strategy 1 Answer
Endless runner game on a mobile platform for a beginner ? 3 Answers