Angus/Jim Freeman

Results 10 comments of Angus/Jim Freeman

Looks like the answer in that second link is outdated. There is a .NET client API now. https://developers.google.com/api-client-library/dotnet/ The Java example here-> https://firebase.google.com/docs/database/rest/auth is probably pretty close to what we...

Is there a reason to use another protocol API? Does the UNET LLAPI have issues on android?

This should definitely not be merged. I was working on this over 6 months ago and left it when I decided to stop using MSF. MLAPI has moved on considerably...

https://forum.unity3d.com/threads/frequent-crashes.489173/

You can get around that problem by passing the full path to the game executable

Great question, but I think it's technically a bug in the new runtimes. It should be reported to Unity.

What is hindering some people from being able to dig in and find answers in the code (and document them for the rest) is a lack of understanding of the...

I found a previous version in my backups that had the network service and I updated it minimally for the unity 5.4 API. Trying to integrate with the last version...

I managed to hack this back together in working order except the unet part (the panel appears with a grey spinning icon over it) but I'm happy enough I suppose....

Turns out the reason my events were firing in my root timeline and not children was that in all the children, the event start was at time 0, which for...