Building error.

Hi
I tried to build my game in both Android and PC, but it doesn’t work. Below is error message. Please help me! Thank you so much!

This is Preference.

and this is Other setting.

You’re referencing UnityEditor.dll, this dll cannot be used in player, it’s Editor only dll.

I guess you also didn’t intend to use AGDLevelDesigner.dll in your game too? If that’s so, then move that dll to Assets/Editor folder. Or click on it, and change plugin import settings, and make that dll compatible only with Editor

Thank you for your reply, I solved this issue by removing some folder in my Asset. Those folder are plugs folders.