Why do my buttons randomly change state/color when the camera moves? Both in scene and game view

Hi,
I created these buttons based on the Meta interaction sample scene. When i move the camera in scene view the buttons randomly change state. Any help is appreciated.

  • Raycast Issues: Make sure no other UI elements are overlapping your buttons. Try disabling scene view raycasts (Scene View > Gizmos > Raycast Target).
  • Script Issues: Check scripts attached to buttons for logic triggered by camera movement.
  • UI Update Issues: Optimize UI updates to avoid unnecessary changes.