[SOLVED] Decrease opacity of render component

Hi ,
In order to hide the player model ,Is there any way to decrease the opacity of render component to 0 using script. One way is to disable the render component itself other than that any methods ?

Hi @gouthamamin!

Since your asset consists of multiple materials, you have to change the opacity for each material. It therefore seems easier to me to simply disable the render component. Is there a reason why you are looking for an alternative to this?

1 Like

Thank you @Albertos .I just wanted to know is there any built in function to do the same. If my approach is okay then fine :+1:

If you want to keep the entity enabled but invisible, your approach is okay.

1 Like