Tayx94 / graphy

Graphy is the ultimate, easy to use, feature packed FPS counter, stats monitor and debugger for your Unity project.
MIT License
2.48k stars 213 forks source link

Graphs only show up in one eye in VR #79

Closed CConchelos closed 3 years ago

CConchelos commented 4 years ago

URP 2019.3.15f1 Single Pass Instanced The graphs for FPS and RAM are only showing up in the right eye.

In GraphStandard.shader, there are 3 code blocks to assist with this issue. Each is wrapped with

if UNITY_2017_1_OR_NEWER

--code here

endif

removing these preprocessor blocks I was able to see the graphs in both eyes.

I can see that I have the keyword UNITY_2017_1_OR_NEWER in other assets in my project. Maybe these preprocessor blocks work in scripts but not in shaders?

Tayx94 commented 3 years ago

Removed those defines in dev branch, will merge into master soon.