Unity-Technologies / DesktopSamples

This repository contains Unity samples for desktop platforms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does this code does not support Android

abhilashranjan343 opened this issue · comments

I Build this whole project as Android build. But when I tried to run it, I am getting DLLNotFoundException in Android.
02-21 12:08:18.097 11728 11728 I Finsky : [1] zzh.gS(6): Verification complete: id=23, package_name=com.DefaultCompany.UnityProject
02-21 12:08:20.093 11767 11791 E Unity : DllNotFoundException: ASimplePlugin
02-21 12:08:20.093 11767 11791 E Unity : at (wrapper managed-to-native) PluginImport.PrintANumber()
02-21 12:08:20.093 11767 11791 E Unity : at PluginImport.Start () [0x00000] in <31abdb6ab2ee4a3eb3f810a4341bf159>:0
02-21 12:08:20.093 11767 11791 E Unity :
02-21 12:08:20.093 11767 11791 E Unity : (Filename: <31abdb6ab2ee4a3eb3f810a4341bf159> Line: 0)
02-21 12:08:20.093 11767 11791 E Unity :

No, the sample out of the box only supports Windows, Mac, Linux and UWP. If you recompile "ASimplePlugin" for android, it will work there too.