Trying to build a game with webcam.
It works fine in Editor and on iOS with Application.RequestUserAuthorization(UserAuthorization.WebCam);
However, after I build it as a MacOS app, it didn’t popout an authority request for Camera.
I already checked the following:
- Build Setting → Player settings → Camera Usage Description = “for Game”
- Mac system preference → Safe and Security → Camera: The game app not shown here
Is there any code or setting required to ask access for Mac Webcam? Thanks!