Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Dismiss Notice

Question Error with a Class Library ".dll"

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

  1. AcKeskin

    AcKeskin

    Joined:
    Oct 8, 2020
    Posts:
    26
    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,438
    You need to disable "Editor" in the plugin inspector and only leave it enabled for UWP.