I am trying to create an animation at runtime. However, I didn't find the method to do this.
Can Unity create it at runtime?
What I want to do in web player are following:
detect mouse click and get the click position. (flower appear there)
decide flower colour randomly
bloom the flower by using and animation which is configured using 3 sprites. (sprites simply change sequentially)
As far as I confirmed, there is no method to change colour of the animation (sprites), so, I'm searching method to change the colour of the 3 sprites and combine these into an animation and run it.
Although I could create an instance and change the colour, I couldn't find method of combining.
Is it possible what I am trying to design in the first place?