I’m trying to support both types of landscape orientation (no portrait) for an iPhone app. The relevant player settings are as follows:

I thought this alone ought to be enough, but it wasn’t so I tried added the following to a Start() function of an object in the main scene:

When I run the app on the device, I’m stuck in LandscapeRight. It never switches when I turn the phone over.
Am I missing something?
-A