Unity-Technologies / DesktopSamples

This repository contains Unity samples for desktop platforms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DllNotFoundException: ASimplePlugin when using macOS 2018.3.14f

xiaoxiaowesley opened this issue · comments

when play .It show me the error below:
DllNotFoundException: ASimplePlugin
PluginImport.Start () (at Assets/PluginImport.cs:22)

Looks like Unity didn't support .dylib files as plugins back in 2018.x cycle. To workaround, you should be able to recompile the plugin as ".bundle" until we fix the sample.

Fixed by #5.