🤔 Unity, huh, how?

🤔

Resources folders

The Resources API requires that assets are loaded within the Resources folder.
This is any folder in the project with the name Resources.
If an asset isn't nested under a Resources folder it cannot be loaded via the API.
See Resources.

Resolution

Move the asset under a folder named Resources.

warning

Do not disregard capitalisation.


My asset still isn't being loaded.