Yuri9447
(Yuri9447)
May 11, 2024, 3:54am
1
Hello Everyone, I’ve been using UE5.4.1 and noticed an artifact with Nanite (I’m not sure if it really is). Here is how to replicate it.
Download ‘City Sample’ project from Epic Games Launcher (the 5.4 version) and open with 5.4.1
For this example project, the materials for Nanite static meshes are default ‘Opaque’. And the primary view and shadow view are fine
Change the master material blend mode from ‘Opaque’ to ‘Masked’ (just the blend mode, nothing else). In my tests I changed the ‘M_Bldg_Base’ to ‘Masked’ blend mode. Hit ‘Apply’ to see the results
As you can see, In ‘Masked’ blend mode the building components went wrong when seeing from far distance. They seem broke in primary view and shadow view. So IS THIS A BUG???
Hi Yuri,
If you have a map plugged into the basemat shader’s Opacity Mask slot, try unplugging it and save basemat.
Yuri9447
(Yuri9447)
May 11, 2024, 10:47am
3
Thank you for your help. Could you please be more specific. I am kind a newbie.
not sure what you’re trying to achieve. you wanna create holes in the buildings? you may have to check how masked materials work on a texturing level.
to apocalypse those building you need alil more then just a masked material switch.
Yuri9447
(Yuri9447)
May 11, 2024, 12:07pm
6
I definitely don’t want nanite static meshes having holes when giving a masked material since this is unacceptable visual artifact.
Yuri9447
(Yuri9447)
May 11, 2024, 12:08pm
7
Many thanks @Thom_Coffee . I will try that and hope this will work.
Yuri9447
(Yuri9447)
May 12, 2024, 5:29am
8
@Thom_Coffee I tried but not working.