I’m working on a Hololens app and I’d like to set the nearClipPlane to a value less than 0.01. I can’t do it in the Inspector. And in C#, I’ve tried setting Camera.main.nearClipPlane = 0.001f; but that doesn’t seem to work either. Is it possible to set nearClipPlane to a value less than 0.01?
Thanks,
-Stanley