- Home /
How add camera to render camera in UI canvas Screen Space - Camera by C# scripts?
How add camera to render camera in UI canvas Screen Space - Camera by C# scripts?
Comment
I'm interested too, i found this line of code in CanvasEditor
this.m_Camera = this.serializedObject.FindProperty("m_Camera");
but i cant find 'm_Camera' through reflection. What is going on? I also really need to set Screen Space Render Camera from script, does anybody have a solution?
Your answer
