Trying to programmatically load the built-in resource “Background” that is used on the image component of UI (4.6) element Scrollbar.
I’ve tried:
Resources.GetBuiltinResource(typeof(Sprite), "Background") as Sprite;
Resources.GetBuiltinResource(typeof(Sprite), "Background.psd") as Sprite;
But both return null. Don’t know how to proceed.