Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • 3
    Do you keep only Assets and ProjectSettings folders under source control? Do you keep .meta files under source control?
    – Skyblade
    Commented Sep 11, 2015 at 13:22
  • I'm not familiar with mercurial, but you could try the Unity related steps in the accepted answer to this question: stackoverflow.com/questions/21573405/…
    – Adam H
    Commented Sep 11, 2015 at 16:06
  • 1
    @Skyblade what you just mentioned actually solved our problem. We seem to have neglected keeping ProjectSettings folder and asset meta files. Thank you Commented Sep 11, 2015 at 17:15
  • @AdamH : thanks dude, I used the same answer (steps 1-8). However, somewhere on the road keeping Project Settings folder and meta files had slipped our workflow ;) Commented Sep 12, 2015 at 9:40