- Home /
Question by
herreraverajosem · May 11 at 12:46 PM ·
script.
system.threading.tasks not working
I use system.threading.tasks library and this configuration:
but the project throws this errors:
error CS1983: The return type of an async method must be void, Task, Task, a task-like type, IAsyncEnumerable, or IAsyncEnumerator
In other project, this library it is working, so my pc has everything necessary installed. The problem only exist into project.
I use unity 2021.3.1f1.
Any ideas?
Comment
Your answer

Follow this Question
Related Questions
How to make sounds louder if I go faster 1 Answer
Making an AirPlane follow mouse 1 Answer
How do I access the contents of a script from another script? 2 Answers
How can I write this code, from C# to JavaScript? 2 Answers
How can i using a break point if a gameobject have a collider after added to it ? 1 Answer