I am new to signalR and I want to know that is there any way to use signalR Core in unity3d? Because I am developing a multiplayer unity game and need a real-time response from a web api. So, does anybody know about that?
Asked
Active
Viewed 308 times
3
-
1This tutorial may help: https://damienbod.com/2013/11/05/using-signalr-with-unity/ – Sanket Prabhu Feb 25 '19 at 06:12
-
@SanketPrabhu Thank you so much, but I need a sample for SignalR Core implementation in unity3d because I'm working with a web api. – Saghi Feb 28 '19 at 09:00
-
Had any luck with this? Trying to implement the same. – Simon Raes Mar 07 '19 at 13:42
-
1@SimonRaes Not really. I’m using photon unity networking now. It is far easier than the signals. – Saghi Mar 08 '19 at 17:08