Real-Serious-Games / C-Sharp-Promise

Promises library for C# for management of asynchronous operations.
MIT License
1.19k stars 149 forks source link

Compile Errors in Unity 2020.2.6f1 #111

Closed robhafey closed 3 years ago

robhafey commented 3 years ago

Hello. I was excited to use the RestClient package for our game but noticed it had some compile errors in the latest version of Unity. I posted the attached compile errors over in RestClient and Juan asked me to refer this error to you. Everything compiles fine in 2020.1.2f1 but fails with the following errors in 2020.2.6f1.

CompileErrors

robhafey commented 3 years ago

I apologize, this was my bug. I had an Action class already defined which was confusing the RestClient code.