- Home /
Where can i find the RenderTexture component ?
I tried in the Inspector Add Component and search there but there is no RenderTexture. I have unity 5.6.1f1 Personal.
I'm trying to assign the RenderTexture to a RawImage i have in the Hierarhcy.
Uhhh... It isn't a component. It is a special texture designed to grab whatever the camera is rendering.
Answer by NorthStar79 · Aug 02, 2017 at 11:16 AM
right click on project window > create > render texture
after that , add a rawImage to your canvas and select it. in inspector drag n drop your rendertexture here >
Your answer
Follow this Question
Related Questions
How can i active again a render texture after set it to null ? 1 Answer
Unity RenderTexture displays transparency when the front-most sprite contains alpha 0 Answers
what is the easiest way to render things in alpha channel? 0 Answers
U3D can render YV12 data? 0 Answers
What Can we do if device doesnot support render Textures 0 Answers