Built MacOS app failed to access WebCam

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:

  1. Build Setting → Player settings → Camera Usage Description = “for Game”
  2. 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!

argh, it seems that RequestUserAuthorization indeed does nothing on macos (we have a special code for ios/tvos)
can you please file a bug?

Do you mean report bug from Unity Editor → Help? Sure.
Thanks for your reply.

@coldsheepTW Hi!, Did you resolve this ? I am having the same issue. (2021.3.13f1 Unity macOS Monterey)

I have same issues ??? HELP__???