Search Unity

Native c++ Dll under Linux

Discussion in 'Linux' started by GorloLaguzi, May 9, 2020.

  1. GorloLaguzi

    GorloLaguzi

    Joined:
    Jul 5, 2019
    Posts:
    1
    Hello, I am working under windows with unity3d and I am making a game that works under linux. I made a native dll in c ++ and in windows it works fine, but when I run the game under linux I get an exception that doesn't find the dll in dllimport. Any idea of the problem?