Tomáš Ježek

Results 1 comments of Tomáš Ježek

I also needed to change the screen texture from `_MainTex` to `_BaseMap`. ```csharp static readonly int MainTexture = Shader.PropertyToID("_BaseMap"); void CreateViewTexture () { if (viewTexture == null || viewTexture.width !=...