Hi all,
I was wondering how to do the following: I have a 3D object (dae format) which I imported into Unity. Unity imported this as a container game object with all the different parts as children of this game object.
Now i want to fade out the game object, but when I apply a material to the parent and change the alpha component of the Color object, nothing happens.
I’ve tried to do the same with a simple cube, and then it does work.
I guess this is because the parent gameobject, is just an container for everything that’s inside. So is there an easy way to get all the children and fade these out?
Or is there another way of fading out the parent by code?
Cheers,
Frederik