editor
editor copied to clipboard
Have a 'Resources' folder where users can just upload files as-is without converting to an asset
This is similar to Unity's streaming assets: https://docs.unity3d.com/Manual/StreamingAssets.html
There are a number of times where users want to upload a file as-is and retain the folder hierarchy because there is dependency on relative paths.
Examples include:
- Font files to be used in HTML or CanvasFont
- GLB files that they want to add their own post processing on (eg Bitmoji Animations)
- Images for the loading screen
On publish, I would expect to have a resources folder alongside assets where these file would be and we could use relative path URLs to access them.