Can I set camera.nearClipPlane

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

It seemed to work for me ( I just tried it myself )

I know this sounds a bit obvious, but make sure you tagged the camera as “Main Camera”?