How do I create a Radial Gradient Texture Mask using code ._. - Unity Answers
I know I could very easily whip one up in Photoshop in two seconds, BUT, I have set myself a challenge of creating EVERYTHING in this project by pure code. Essentially I need it for masking run-time generated noise via add/subtract/multiply for different effects. I’ve searched everywhere and the only solution I found was a very abstract application in a language I didn’t even recognize. I know there is probably a very simple solution to this but it’s one of those brain blocking problems I just c...