Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NativeLibraryWrapper.cs have 2 Error #38

Open
KORLAB opened this issue Dec 24, 2023 · 1 comment
Open

NativeLibraryWrapper.cs have 2 Error #38

KORLAB opened this issue Dec 24, 2023 · 1 comment

Comments

@KORLAB
Copy link

KORLAB commented Dec 24, 2023

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.

image

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]'.

image

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]'

@Last8Exile
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants