- Home /
Can I use ASP.NET Core SignalR with Unity
Hey guys!
For a project I want to have a .NET Core Web Api project as the server side. I'd like to connect to it via ASP.NET Core SignalR. I've been digging around but don't seem to find any example projects or anything useful, only a few questions regarding this.
I've read that it's somehow possible to do it with regular SignalR and .NET Standard, but not much about the .NET Core variant.
Could someone point me in the right direction? Any help is much appreciated.
Answer by ScottPeal · Dec 17, 2018 at 05:11 PM
I am trying to do the same thing. I came across this page which states .NET Framework 4.6.1 can use the Core version of Signalr, but .NET 4.5+ uses the non-Core version, and Unity 2018.3 release states it supports .NET 4.x for scripting. How do we know which version of .NET 4.x is in Unity 2018.3?
Answer by Senderek · Jan 15, 2019 at 12:27 AM
Hey guys, did you find out anything useful on this topic? @Atee134 @ScottPeal
Answer by douglas401 · Feb 19, 2019 at 10:23 AM
Are there any updates on any investigations of this topic?