Search Unity

Hi. how can i release NPOI dll as window standalone

Discussion in 'Windows' started by LeeChangHyun, Jan 23, 2022.

  1. LeeChangHyun

    LeeChangHyun

    Joined:
    Jan 12, 2022
    Posts:
    3
    upload_2022-1-24_1-2-14.png

    It's very simple project.
    Read excel.xlsx data with NPOI.dll.

    It works on editor without problem but not found when build as window standalone.

    how can i build it?
     
  2. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,674
    Is the DLL configured as editor only in the inspector?
     
  3. LeeChangHyun

    LeeChangHyun

    Joined:
    Jan 12, 2022
    Posts:
    3
    I didn't configure anything.
    I just copied those into Plugins folder.

    with Unity 2020.3.26f1, Visual Studio Code
     
    Last edited: Jan 25, 2022
  4. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,674
    Well then, click on those DLL files and check which platforms they're included for.
     
  5. LeeChangHyun

    LeeChangHyun

    Joined:
    Jan 12, 2022
    Posts:
    3
    It works well. Thanks!