Hi, i wanted to use a dll, but it freezes when i click play, compile scripts or when i want to close the editor.
This is the folder that makes my editor crash:
https://drive.google.com/drive/folders/1aCucnByC7hjqDxzkkL1ABFkyrJOJbfjC?usp=sharing
and this is the source of the dll:
Do someone knows why this happens?
What exactly does this mean:
What exactly are you trying to accompish?
I’m certainly not downloading random code and trying it out because you “want to use a DLL”.
Usually a software engineer reaches for a package because they have ascertained the following:
-
the package is compatible with the environment they are using (in this case the version of Unity and its internal version of C#)
-
the package is compatible with all the possible target platforms they want (windows, ios, android, etc.)
-
the package actually solves their problem.
Have you done the above? What package is this? Has anyone else made it work with Unity? Where’s the forum group for it? Etc.
I wanted to use this DLL to connect to a spatialOS deployment without using the SpatialOS launcher, and this dll was suggested by a moderator on discord
Definitely investigate if that DLL is compatible with Unity’s runtime environment, which is by necessity constrained because it is cross-platform, and not all platforms need everything.
If their stuff is supposed to be Unity compatible, definitely start with their docs and verify you’re using an appropriately supported version of Unity, and then start investigating on their forum other ways of getting it stood up in Unity, if it can be done.
ok, i’ll do that and i only want to use this on Windows