- Home /
render to rendertexture not working with particles
hi, quite new here, but trying to figure this out. i am rendering a scene into a render texture ( for a skybox ) that includes particles - duststorm- effect (using it for nebula effect in space), which works perfectly with 'Anim/Alpha blended' shader - it has just the right amount of subtle blend with the background- but in the rendertexture the dust clouds completely white out- like its in additive mode or something - the shader obviously doesnt work with the rendertexture, but i cant figure out how to fix it - can anyone help please??!!
thanks all, paul uk
Check the Texture Format of the render texture. $$anonymous$$ake sure it has a depth channel.
Your answer
Follow this Question
Related Questions
How to get a other scene texture in Unity 0 Answers
Something about the shader!! 2 Answers
Particle system draw order with two particle systems 1 Answer
How to read self when CustomRenderTexture dimension is Tex2DArray 0 Answers
Sorting Issue with Particle System in Universal Render Pipeline 2 Answers