editor icon indicating copy to clipboard operation
editor copied to clipboard

Have a 'Resources' folder where users can just upload files as-is without converting to an asset

Open yaustar opened this issue 2 years ago • 7 comments

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.

yaustar avatar Sep 29 '22 09:09 yaustar