error CS1061: Type `UnityEngine.Camera' does not contain a definition for `SetStereoProjectionMatrices' and no extension method `SetStereoProjectionMatrices' of type `UnityEngine.Camera'

do you know how i can fix it?i’m still newbie :),can you find the resolve?i’m still newbie :slight_smile:

Per the script reference for the Camera class, this error occurs because UnityEngine.Camera does not, in fact, contain a definition for SetStereoProjectionMatrices.

You may want SetStereoProjectionMatrix or ResetSteroProjectionMatrices.