MediaPipeUnityPlugin icon indicating copy to clipboard operation
MediaPipeUnityPlugin copied to clipboard

<FileName> cannot be opened because the developer cannot be verified.

Open vettorazi opened this issue 2 years ago • 1 comments

Plugin Version or Commit ID

v0.010.03

Unity Version

2021.3.18

Your Host OS

MacOS

Target Platform

UnityEditor

[Windows Only] Visual Studio C++ and Windows SDK Version

No response

[Linux Only] GCC/G++ and GLIBC Version

No response

[Android Only] Android Build Tools and NDK Version

No response

[iOS Only] XCode Version

No response

Command Sequences

just opening the project seems not work.

Log

Screenshot 2023-02-20 at 2 02 42 PM

Additional Context

I can't run the The -all.zip release file because a popup message saying: <FileName> cannot be opened because the developer cannot be verified.

I tried to follow the steps to install in another project and the same issues

vettorazi avatar Feb 20 '23 22:02 vettorazi

@vettorazi . On Mac OS the security settings won't let you open suspect files. you can override this behaviour by: (1) Exiting Unity, (2) using Finder to open the file by right clicking on it and pressing "open" in context menu . (2) It will show a warning about it being from unknown publisher. open it anyway. Now the OS will remember this setting and unity won't have this problem anymore.
If it persists, do the steps above but instead of finder, open the files with the terminal and 'sudo'.

Ale1 avatar Oct 17 '23 10:10 Ale1