[Released] DevResources - Easily manage your development resources with dedicated folders.

Asset Store - Full
Asset Store - Lite
Documentation

DevResources allows you to seperate your development resources from release assets without having to try and find them all thought the project. Simply create a DevResources folder anywhere in your project, drag and drop your files in and use it the same way you would use Resources .Load(…) normally.

• Allows multiple DevResoruces folders throughout the project.
• Works across all platforms when creating a development build.
• Built in cache to speed up loading files in the editor.
• Strips out assets on release builds.
• Full source available.
• Matching API to UnityEngine.Resources

Update: Added documentation link

A free Lite version of the package has been added to the store which is limited to 10 operations per play

Hi, Do the DevResources lite files get added to the build? I mean the package DevResources get added to the build file or not?

If yes, how much space it takes on the build?
Thank you