Hello, I am using a Sprite of type multiple(sprite sheet) and using the following code to load while they are in Resources
Sprite [] allSprites = null;
allSprites = Resources.LoadAll<Sprite>("MyAnimation");
How can i load it from “AssetBundle” ??