- Home /
Where do my code files save for my project?
This may seem like a bit of a weird question, but where exactly do my C# files save when I create them through unity? I've tried reloading my project on a reinstall of unity on my computer and it can find everything but my code. I still have my old hard-drive plugged in and thankfully the code is still visible on attached game objects, but the code itself does not show up in the asset browser. Any help would be great!
you should save your script files in "Assets/Script" folder.
Answer by Maulik2208 · Nov 28, 2012 at 09:39 AM
if You are using win7 then the files will be stored in Libraries---->Documents there you found your folder of your projects name and in that folder all the stuff related to your project will be there......Enjoy ;-)
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
C# List of Files 1 Answer