Problems with custom image effects in VR
Hey everyone, I'm currently trying to create a simple image effect in Unity. It works great in the game view, but wearing a Vive, the effect is all messed up. Basically, I have the main camera...
View Article[VR] Does rendering to a texture support 'single pass rendering'?
Hello, I'm trying to create an image effect that is a mixture of the output of 2 cameras. One renders a specific layer, processes it, and then another pass is responsible for combining the two...
View ArticleAdding script in runtime makes pre-set fields null
Hello all, I have a script in the Assets folder with all the fields pre-set (those who show up above the script's text in the Inspector). When I add this script as a component to a GameObject manually...
View ArticleUI rebuilding every frame after Unity 2017 upgrade
Since I updated my project from Unity 5.6 to 2017.2.0b11, my User Interface has turned into a huge bottleneck. My canvas is basically composed of 2D elements that target some 3D object, making the 2D...
View Article