Rocher0724 / socket.io-unity

MIT License
107 stars 19 forks source link

Have 10 Issue After Importing #23

Open souradeepAsh opened 1 year ago

souradeepAsh commented 1 year ago

After importing, my Unity project has 10 issues. The Unity editor version is 2022.3.6. Screenshot 2023-08-08 230210 Assets\Plugins\Socket\Newtonsoft.Json\Serialization\JsonTypeReflector.cs(175,17): error CS0246: The type or namespace name 'ReflectionPermission' could not be found (are you missing a using directive or an assembly reference?)

Assets\Plugins\Socket\Newtonsoft.Json\Serialization\JsonTypeReflector.cs(175,38): error CS0103: The name 'ReflectionPermissionFlag' does not exist in the current context

Assets\Plugins\Socket\Newtonsoft.Json\Serialization\JsonTypeReflector.cs(176,17): error CS0246: The type or namespace name 'ReflectionPermission' could not be found (are you missing a using directive or an assembly reference?)

Assets\Plugins\Socket\Newtonsoft.Json\Serialization\JsonTypeReflector.cs(176,38): error CS0103: The name 'ReflectionPermissionFlag' does not exist in the current context

Assets\Plugins\Socket\Newtonsoft.Json\Serialization\JsonTypeReflector.cs(177,17): error CS0246: The type or namespace name 'SecurityPermission' could not be found (are you missing a using directive or an assembly reference?)

Assets\Plugins\Socket\Newtonsoft.Json\Serialization\JsonTypeReflector.cs(178,17): error CS0246: The type or namespace name 'SecurityPermission' could not be found (are you missing a using directive or an assembly reference?)

Assets\Plugins\Socket\Newtonsoft.Json\Serialization\JsonTypeReflector.cs(179,17): error CS0246: The type or namespace name 'SecurityPermission' could not be found (are you missing a using directive or an assembly reference?)

Assets\Plugins\Socket\Newtonsoft.Json\Serialization\JsonTypeReflector.cs(179,36): error CS0103: The name 'PermissionState' does not exist in the current context

Assets\Plugins\Socket\Newtonsoft.Json\Serialization\JsonTypeReflector.cs(194,17): error CS0246: The type or namespace name 'SecurityPermission' could not be found (are you missing a using directive or an assembly reference?)

Assets\Plugins\Socket\Newtonsoft.Json\Serialization\JsonTypeReflector.cs(194,36): error CS0103: The name 'PermissionState' does not exist in the current context