Good day, I am using Firebase with Unity for my recent game, and I want to be able to display to a player if other players are online or offline? Please, how do I implement this in Unity? Thank you.
Asked
Active
Viewed 566 times
0
-
add IST timestamb to database by each user at specific intervals , If the time does not updated for a particular time period then consider it as offline, – Jinson Paul May 28 '18 at 16:19
-
Thank you very much. Thats a very nice answer. Please how do i do an IST timer. – Uzoigwe Clement Ikechukwu May 28 '18 at 17:41
-
The solution is : Long tsLong = System.currentTimeMillis()/1000; String ts = tsLong.toString(); Please upvote if the solution works actually it is UST I mistakes it for International Standard Time – Jinson Paul May 28 '18 at 18:16
-
I can't find any upvote button. – Uzoigwe Clement Ikechukwu May 29 '18 at 08:13
-
Is it worked perfectly – Jinson Paul May 29 '18 at 08:29
-
No,it just giving me errors in Unity, but i will fine tune it. – Uzoigwe Clement Ikechukwu May 29 '18 at 10:21