You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Those are 2 files where errors appears: DynamicReflectionDelegateFactory and ILGeneratorExtensions.
Assets/Plugins/Socket/Newtonsoft.Json/Utilities/DynamicReflectionDelegateFactory.cs(8,38): error CS0234: The type or namespace name 'Label' does not exist in the namespace 'System.Reflection.Emit' (are you missing an assembly reference?)
Assets/Plugins/Socket/Newtonsoft.Json/Utilities/ILGeneratorExtensions.cs(7,42): error CS0246: The type or namespace name 'ILGenerator' could not be found (are you missing a using directive or an assembly reference?)
Unity version: 2019.4.11f
The text was updated successfully, but these errors were encountered:
I also experimented this issue.
To solve those errors, I had to go into : Edit > Project Settings >Player > API Compatibility Level"
Then I changed it to .NET 4.x.
I also had to install "Unity Reflector" from the Package Manager because other errors came after.
Thanks, didn't know about this option :) I don't have errors now, but its not working for me, I see only "Start" message. Will try to figure out, whats wrong. Thx one more time 🥇
Hi,
I have 14 errors after I imported package from https://github.com/Rocher0724/socket.io-unity/releases v1.0.1
Those are 2 files where errors appears: DynamicReflectionDelegateFactory and ILGeneratorExtensions.
Assets/Plugins/Socket/Newtonsoft.Json/Utilities/DynamicReflectionDelegateFactory.cs(8,38): error CS0234: The type or namespace name 'Label' does not exist in the namespace 'System.Reflection.Emit' (are you missing an assembly reference?)
Assets/Plugins/Socket/Newtonsoft.Json/Utilities/ILGeneratorExtensions.cs(7,42): error CS0246: The type or namespace name 'ILGenerator' could not be found (are you missing a using directive or an assembly reference?)
Unity version: 2019.4.11f
The text was updated successfully, but these errors were encountered: