- Home /
How to hide Unity files
When I create a Unity project, a ton of files fill-up the project folder, along with the Assets, Library, and ProjectSettings folders. The files are: Assembly-CSharp-Editor-vs.csproj, Assembly-CSharp-Editor.csproj, Assembly-CSharp-Editor.pidb, and many others.
But I've noticed that when other people create Unity projects, they don't have the same files present in their top-level directory.
How do I hide these files ?
Answer by Xtro · Aug 16, 2013 at 04:18 PM
You don't have to hide them. Everyone has them. People don't zip those files when they distrubute their projects. Those files are generated for monodevelop or visual studio integration, nothing else. You can delete them but unity will create them again.
If you are using a version control system like SVN, you can put a ignore flag on them for not uploading them to SVN repository.
Your answer
Follow this Question
Related Questions
A node in a childnode? 1 Answer
How do you use Unity Remote on an Android? 0 Answers
Update unity can't find old projects 1 Answer
C# List of Files 1 Answer
unty wont work! 3 Answers