DemoProductions / shmup

3 stars 2 forks source link

Decide directory structure #3

Open flip40 opened 8 years ago

flip40 commented 8 years ago

A discussion we had last time, might end at similar results, but overall since we have a different game the structure might still need some choices, so that is what this is for.

flip40 commented 8 years ago

Never got around to this... any thoughts / need to organize some other files? Prefabs are all sorted into Resources, though we might consider a sprite folder or something. Otherwise we might as well close this considering we have apparently not seen the need to discuss it for nearly 5 months :P

ghost commented 8 years ago

An additional Sprites and Scripts folder at the root?

ghost commented 8 years ago

Maybe Editor can be a child of Scripts

flip40 commented 8 years ago

Yeah, that would probably be nice. Some things to keep in mind.. https://docs.unity3d.com/Manual/SpecialFolders.html https://docs.unity3d.com/Manual/ScriptCompileOrderFolders.html

flip40 commented 7 years ago

Current directory structure seems to be working fine overall. Might want to consider moving scripts out of the Assets folder though. Should they get their own folder and possibly sub folders?