Search Unity

Question Error with a Class Library ".dll"

Discussion in 'Windows' started by AcKeskin, Feb 14, 2023.

  1. AcKeskin

    AcKeskin

    Joined:
    Oct 8, 2020
    Posts:
    27
    Hi, I have a managed .dll file build with Class Library(Universal Windows) solution. When the scripts and assemblies in Editor. In .dll I have classes and functionalities that can be ,and is, running in Editor Play mode. The error message in editor is as follows:
    How can I solve this?
    Note: I am building for ARM and UWP.
     
  2. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,675
    You need to disable "Editor" in the plugin inspector and only leave it enabled for UWP.