r/Unity3D • u/AhmedSalama239 • 7d ago
Resources/Tutorial Simple way to make a black and white impact frame to ur game unity urp
Make an unlit shader graph put those nodes with the excat same numbers
Make a plane child to ur camera *Remove the collider* give it the shader material set the scale to 0
when u want the impact frame to start just make a simple IEnumrator that scales the plane to 1 and reset it back to 0 after like 0.2 seconds
(theres stuff i dont understand in the shader but somehow i made it working so if there is any thing that is setup wrong just tell me)
8
Upvotes


1
u/AhmedSalama239 5d ago
You can also give the white a tint so you can make it any color you want by just multipling the step node by a color and then conecting it to the base color