- Home /
Load different render textures into Raw image object
Hello Everyone,
I'm Roshan Aravinda and newcomer for unity. I'm developing a project as my final year project in university. With that project I have a UI panel and there is a Raw image object named as "rawmodel".
And also I have two render textures models as follows. (box_model and spr_model)
Now my problem is I need to change the Texture property of Raw Image(rawmodel) object as box_model or spr_model by using C# script. Manually I can change the Texture property with those render textures and also it works perfectly. But I need to do with it C#.
If there is a anyone who is like to help me, I appreciate your valuable response for me.
Thank You!
Your answer
Follow this Question
Related Questions
Problems getting UI elements to activate/deactivate on mouse over? 1 Answer
Built project, now scripts are missing. 2 Answers
Can I make Money collecting script without attaching it to a object ? I tried but I got error 2 Answers
How to make the calculated angle respective of the players rotation? 1 Answer
MoveTowards issue, animating ui. 1 Answer