Publisher | OddBitOut |
---|---|
File size | 236.22kB |
Number of files | 7 |
Latest version | 1 |
Latest release date | 2020-09-22 07:17:11 |
First release date | 2020-09-22 07:17:11 |
Supported Unity versions | 2018.4.2 or higher |
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