hi, I want to create and load images dynamically . Im fetching my data from AssetBundle.
Whats the proper way of creating SpriteFromTexture dynamically ( 1- Create Gameobject and AddComopnents, 2- Prefabs, 3-Some builitin tk2d way 4 or any other ). and how to load images into it dynamically.
Im using this with NGUI and it works fine.. But my requirement is to use Tk2d.. so how to address this issue ??