floatinghotpot / socket.io-unity

socket.io client for Unity, power game client with node.js back-end
495 stars 76 forks source link

Conflicts with Unity Engine. #35

Open Domvel opened 5 years ago

Domvel commented 5 years ago

I just installed this package (by github download and copied the lib folder). Now many errors are displayed like (similar text)

unity editor popupfield.cs system.func is defined multiple times

After removed this plugin. All errors are gone.

Unity: 2018.2.9f1

Related to #33

To remove data from C:\Users\<me>\AppData\Local\Unity does not help.

jhazucha commented 5 years ago

This is a problem with the newest 2018 builds of the Unity Engine. Unfortunately renders this great library useless :(

PZirp commented 5 years ago

Is the creator of the project going to address this issue? I would like to use this for a small project I'm doing with Unity, but it's unusuable right now.

ATheCoder commented 5 years ago

downgrading to Unity 2017.1, Will get around this issue for now. the Download link for Unity 2017.1: https://download.unity3d.com/download_unity/472613c02cf7/Windows64EditorInstaller/UnitySetup64-2017.1.0f3.exe

rodrigofbm commented 5 years ago

Same here