i have 78 issues.... for example ( Assets\pupil_plugin\Scripts\MessagePack\Internal\AutomataDictionary.cs(175,31): error CS0246: The type or namespace name 'ILGenerator' could not be found (are you missing a using directive or an assembly reference?)
Hi everyone, I've imported the Pupil Plugin in a new project on Unity 2022.3.62f1 and I have the same issue of this post. In particular, the error message is Assets\Plugins\Pupil\3rd-party\MessagePack\Internal\AutomataDictionary.cs(481,16): error CS0246: The type or namespace name 'DynamicAssembly' could not be found (are you missing a using directive or an assembly reference?). If I open the c# project on Visual Studio I have 13 errors divided in 3 types: 1 type is the same on Unity. The other 2 are: - 'ILGenerator' does not contain a definition for 'EmitLdloca' and no accessible extension method 'EmitLdloca' accepting a first argument of type 'ILGenerator' could be found (are you missing a using directive or an assembly reference?) - There is no argument given that corresponds to the required parameter 'methodInfo' of 'ILGenerator.EmitCall(OpCode, MethodInfo, Type[])'.