I have tried to compile a DLL. With Monobehaviour classes work fine, but non Monobehaviors not visible.
Compile command:
mcs -r:“C:\Program Files (x86)\Unity\Editor\Data\Managed\UnityEngine.dll” -target:library -out:Fruits.dll Apple.cs Banana.cs AppleManager.cs BananaManager.cs
Project attached.
Help would be greatly appreciated
1085346–40659–$DLL.zip (195 KB)

