Update ExecuteOnMainThread.cs to work with newer versions of .NET#218
Update ExecuteOnMainThread.cs to work with newer versions of .NET#218matronator wants to merge 1 commit intoproyecto26:developfrom
Conversation
Remove `#if NET_40` to make it work on newer versions of .NET.
|
Hey @matronator, really appreciate your effort toward this proyecto26-RestClient library and open source. A warm welcome from the proyecto26-RestClient team. Now, As per this official support thread, Unity supports Unity 2018.4 (LTS) and onward. And this thread is from 2021-05-04. And as per this documentation:
So there remains a huge question, should we even support older versions? Really eager to hear back your thoughts on this. Thanks. |
|
Hi, thanks for the welcome! Hmm, didn't know that, I knew there's gotta be some reason for the Well, what if instead of dropping support, we could just add additional Alternatively, I don't suppose there is some way you can have multiple versions of the same package on the Unity Asset Store, is it? So you could have one version with the |

Remove
#if NET_40to make it work on newer versions of .NET.