How i can make a material partially transparent?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Giannis1996

Hello everyone!

I am asking to learn how i can make a material partially transparent, what if i want a material to have 25% alpha so we can see from it?

Thank you!!

:bust_in_silhouette: Reply From: Calinou
  1. Select your MeshInstance and assign a new SpatialMaterial to it.
  2. Edit the SpatialMaterial and check the Transparent flag.
  3. Change the Albedo color opacity by clicking on the color picker and decreasing the alpha value below 255. (25% opacity will be 64.)

This helped me to display a semitransparent texture right.

Drachenbauer | 2023-02-14 12:08