

Add and check the file in, every member of your team will get it the next time they update their workspaces. There are two different ways to share the nf with your coworkers, using Plastic SCM for it, of course. The definitive nf file #Common directories Otherwise, your coworkers will not be able to open the Unity project. Keep them always added to your Plastic SCM repository. Unity recommends never to exclude the Assets and the Project setting directories. They can hold thousands of files and weight several GBs, and if you delete them, Unity creates them again. The rule of thumb is to exclude all the directories and files that Unity regenerate automatically.įor example, Library and Temp directories are the most populated paths in your Unity project. If they are part of the repository, the users will face merge conflicts every time the IDE changes them locally.Įvery Unity project is different, but several paths are always part of the Unity project skeleton.

Unity, like many other editors such as Visual Studio and Visual Studio Code, and many others, creates a wide variety of files that shouldn't be part of the repository.
