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
Hello, thank you for developing a good plugin.
I'm not good at English, so I would appreciate it if you could understand my awkwardness.
It says that two errors occurred in the NativeLibraryWrapper.cs file.
The current development environment is
Unity - 2022.3.14f1
IDE - Jebrains Rider 2023.1.1
It is in use.
It says an error has occurred, but Unity execution and API operation are working normally.
I'm leaving an issue because I'm curious if it's my environmental problem.
Argument type 'System.Span [System.IO.Pipelines, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]' to parameter type 'System.Span [netstandard, Version= Cannot be assigned to '2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]'.
Argument type 'System.Span [System.IO.Pipelines, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]' to parameter type 'System.Span [netstandard, Version= Cannot assign to '2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]'
The text was updated successfully, but these errors were encountered:
Probably Rider issue. Rider can't find some impicit conversions and show false positive compile errors. It is only IDE issue and does not affect unity.
Hello, thank you for developing a good plugin.
I'm not good at English, so I would appreciate it if you could understand my awkwardness.
It says that two errors occurred in the NativeLibraryWrapper.cs file.
The current development environment is
Unity - 2022.3.14f1
IDE - Jebrains Rider 2023.1.1
It is in use.
It says an error has occurred, but Unity execution and API operation are working normally.
I'm leaving an issue because I'm curious if it's my environmental problem.
Argument type 'System.Span [System.IO.Pipelines, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]' to parameter type 'System.Span [netstandard, Version= Cannot be assigned to '2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]'.
Argument type 'System.Span [System.IO.Pipelines, Version=7.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]' to parameter type 'System.Span [netstandard, Version= Cannot assign to '2.1.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51]'
The text was updated successfully, but these errors were encountered: