- Home /
File organization help?
Hello, this is a weird question but is there an option to delete every project file except for the ones currently in use/referenced in the current scenes hierarchy?
Answer by Mike 3 · Nov 06, 2010 at 11:52 AM
Export the scene (And the scripts folder you're using), then it should copy just the assets used in the current scene into the .unityPackage it creates
Should be easier to move those files into a new project than the other way around
Answer by denewbie · Nov 06, 2010 at 03:58 PM
In addition to the above, please take not that when you "Select Dependencies" of that current scene you might
1) Miss out components what were added via scripting. 2) Have some of ALL of our components DETACHED of you choose to only select the folders rather than the scene itself 3) Will MISS out external plug-ins.
So for the 3 above its good to check that they're in.
Your answer
Follow this Question
Related Questions
What am I misunderstanding about Instantiation vs References to Prefabs? 2 Answers
Sharing a project isn't working... how to fix? 0 Answers
Class Organization and Inheritance 1 Answer
How can an organisation member open and edit a project? 0 Answers
Why is static typing required for access of public JS function or var in Standard Assets 1 Answer