-
Notifications
You must be signed in to change notification settings - Fork 379
Open
Description
Hi,
Currently native plug-ins for osx-x64 are enabled by default for the editor in the plugin importer settings, but this does not appear to be the case for osx-arm64. This can be an issue on Unity Editor for Apple Silicon. While this can be fixed by editing NativeRuntimeSettings.json, is there a reason why it is not enabled for osx-arm64 by default?
NuGetForUnity/src/NuGetForUnity/Editor/Configuration/NativeRuntimeSettings.cs
Lines 83 to 84 in 3443270
| new NativeRuntimeAssetConfiguration("osx-x64", "x86_64", null, "OSX", BuildTarget.StandaloneOSX), | |
| new NativeRuntimeAssetConfiguration("osx-arm64", "ARM64", null, null, BuildTarget.StandaloneOSX), |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels