How do you use a Viewport Texture in a Visual Shader? No amount of making any resource local seems to help and the only solution anyone had online referenced a visual shader node that no longer exists.
Is it even possible to use a viewport texture in a visual shader???
Thanks for the replay! I eventually figured out my problem was I didn’t realize the camera had to be a child of the view port in order to render the view port texture in the first place. That took me an embarrassingly long time to actually figure out even while staring at yours wondering why yours worked but mine didn’t sad trombone sound. Brain lock is a hell of a thing to deal with, oof.
Thank you for the help!
So, for those few poor souls as prone to brain-lock as I, yes it’s possible to use a viewport texture in a visual shader. Just make sure the camera rendering the viewport texture is a child of the sub-viewport. That probably goes for all viewport renderings I guess.