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.

[Unity 2018] What I18N.dll should I use to connect to localhost ?

Discussion in 'Windows' started by Dattoffer2, Aug 12, 2021.

  1. Dattoffer2

    Dattoffer2

    Joined:
    Oct 29, 2018
    Posts:
    2
    Hello ! I'm trying my hand at some SQL management in Unity 2018.4.32f1

    Things work fine in Editor so I know the problem is not the code, but the build is unable to connect to my database.

    I know you're supposed to get the I18N.dll + regional variations for this, but I don't know from which folder I should get them.

    I had to take the System.Data.dll and System.Drawing.dll from the MonoBleedingEdge\lib\mono\unityjit folder otherwise I would get errors, but that doesn't work for the I18N.dll

    Scripting Runtime Version is .NET 4.x Equivalent
    API Compatibility Level is .NET Standard 2.0

    I'm not really good at Networking so I don't know if the problem comes from my API or if I just can't connect to a localhost with the I18N.dll