Hi guys,
I wrote an article on how to improve your project and codebase structure on my blog.
Take a look: appgoodies.net
Am I missing some obvious tips? ![]()
Thanks,
Elmar
Hi guys,
I wrote an article on how to improve your project and codebase structure on my blog.
Take a look: appgoodies.net
Am I missing some obvious tips? ![]()
Thanks,
Elmar
Looks good. Another thing that you could write about along the same lines (probably a different post) is organizing GameObject hierarchy. When you group things under parents and why and how to generally keep your hierarchy manageable.
Totally forgot about that! Thanks for the heads up ![]()
Just added a few changes. What do you think? ![]()
Looks good, I like it! Itās especially good for organizational dummies like me who obsess over this sort of thing and canāt ever figure out how I want to do it. ![]()
You are not alone my friend.
Thanks for the article elmar. Nice one.
Thanks a lot! Glad it came in handy ![]()
Nice article for those who are new to subject.
Iāve seen whole projects that were botched or at least made very nasty to work with by bad organization of assets (but then again itās just a side effect of bad management of production).
Some comments.
I noticed you mentioned you use this kind of structure yourself. But IMO Iād underline for readers that every project and different kind of content have different needs, so the structure and folders will change based on needs, but the concept is / remains the same.
In āScriptsā you say āunless itās editor scriptā - I think Editor scripts can be anywhere, only that they should be contained inside folder called āEditorā. Out of special folders only WebPlayerTemplates needs to be at root of Assets.
Hi,
Thanks for a detailed feedback. I made changes to the article ![]()
No mention of namespaces when it comes to organising code?
Didnāt thought of that one. I need to look into it myself
Thanks for letting me know