TobiasWehrum / unity-utilities

A collection of Unity3D scripts I've been sharing between projects - open source, fully commented and with examples.
MIT License
276 stars 28 forks source link

Modular design #6

Open oxysoft opened 8 years ago

oxysoft commented 8 years ago

Just an idea I had and it may already work fine by deleting the folders you don't need but it would be cool if we could pick only the utilities that we need without importing the whole thing. This way, everything would be optional and you only pick the utility modules that you need for your project.

Like I said, probably already works but I just wanted to throw the idea just in case

TobiasWehrum commented 8 years ago

Most of the folders already work on their own. Some have dependencies on other folders, which are mentioned in the Readme files.

How would you improve it?