Question by
Kamran-Mahmood · Jul 08, 2018 at 02:56 AM ·
vector3360-degrees
Menu Component/GoogleVR/Update Stereo Cameras can't be checked because doesn't exist.
My VR Camera did't not move 360 just stuck what can i do
Comment
Answer by Noss1325 · Aug 23, 2018 at 12:00 PM
This bug has already been reported here, please shoot out a comment there: https://issuetracker.unity3d.com/issues/selecting-custom-menuitem-from-component-tab-results-in-cant-be-checked-because-doesnt-exist-error-message
EDIT: I managed to solve this.
You need to remove the "Component" from the menu entry path and have something like this:
[MenuItem("GoogleVR/Update Stereo", false, 40)]
Because it looks like now on latest Unity versions, to be able to simply add a contextual component, we need to use this tag instead: Use this before the class
[AddComponentMenu("GoogleVR/Update Stereo")]