I have a successful Mac standalone build of a PhotonNetwork multiplayer game, but I cannot open it. (I’ve always tested it on the web player. But now that it’s deprecated . . . )
Getting this in editor log: Native extension for OSXStandalone target not found.
Also, I cannot build for the other native extensions that are missing. I’ve never had to build my own plugins before, so I’m not sure how to address the problem. Any advice is greatly appreciated.
Other games have always built without a problem, but this is my first multiplayer. Is this a PhotonNetwork issue?
(Also:Native extension for WindowsStandalone target not found
Native extension for WebGL target not found
Native extension for Android target not found)
I had a similar problem and the solution was to uncheck “Mac Appstore Validation” on the player settings. I have those same errors in my log files but builds seem to work just fine, so it gets confusing.
Hope it helps