Hi all.
I have a published flash game on the web(client-server). Everything is implemented there: specification, server-client message types, etc.
Now I want to port it using Unity3d. I want to make my game connect to the same server as flash does, send the same types of message. Problem is I can’t find amf library for unity3d. Is there any? Or I need to make it myself(port from other implementations)?