I’m new to Unity.
I’d like to make an application which contains many images and animations. (e.g. 10 kinds of background images and 20 kinds of animated enemies)
After making the app, I need to make another app which is almost same except the background images and animation images. In the animation, all parameters such as image size and transition time, etc. are also same. Furthermore, I think I need to make more number of same apps in the near future with changing only images and animated images.
So, can I change images and animated images manually in the C# script?
I’d like to make one reference app. Then when I need to make another app. i’d like to import images and change the image name in the C# script. If I need to make and connect them manually in the Unity Engine GUI windows (not in the script), it will take so much time.
Thank you.