iOS Ambient Light SensorApple does not allow developers to access the ambient light sensor on iOS devices. This asset implements a workaround for those who still need to estimate environmental brightness. It will look at frames from the front facing camera to make an estimate.Provides estimated scene lighting using frames from front facing cameraNative swift interface for camera accessUsers will need to approve camera access and you will need to explain why in your build settingsExample scene (TMP package required)Easy to implement (two lines of code)Apple-approved method