I basically have an item which comes as two images with their own alpha maps. However, there doesnt appear to be a way to mix the images together.
Basically i want it as though in paint you’d pasted an image over another one - the background is still see-through, but wherever there isn’t transparency in either of the images, it will show fully.
See below image:
Using an add shader at the end results in the image as given. Using a mix shader gives the item correctly with the transparent areas not visible, but also the entire item is somewhat transparent and ghostly. Is there any way to fix this?