Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Dlls Being Incorrectly Stripped

Discussion in 'Editor & General Support' started by eviltenchi_84, Nov 18, 2014.

  1. eviltenchi_84

    eviltenchi_84

    Joined:
    Feb 18, 2010
    Posts:
    99
    I have Unity 4.6b21 and was making Windows and Mac builds for our game. For some reason, however, my Sqlite Dlls are being stripped from the project and are nowhere to be found. There is no option for stripping in the prefs, so I am confused as to how this is happening.
     
  2. Dustin-Horne

    Dustin-Horne

    Joined:
    Apr 4, 2013
    Posts:
    4,568
    Are you using Visual Studio as your editor? And if so.. are you using Add References to add a reference to the SqlLite DLL? If you are, then you need to copy the SqlLite DLL to your project instead.
     
  3. eviltenchi_84

    eviltenchi_84

    Joined:
    Feb 18, 2010
    Posts:
    99
    This was built from my Macbook Pro
     
  4. eviltenchi_84

    eviltenchi_84

    Joined:
    Feb 18, 2010
    Posts:
    99
    anyone have any ideas?