Category Archives: Releases

New client API updates available!

We have just released a new client side API update across all supported platforms, ironing out a few bugs that were reported recently.

In particular we have solved an issue whereby reconnecting an encrypted session would cause a server side error and fail to reconnect.

Make sure to check our client API section of the website to read the release notes and download the updates.

SmartFoxServer 2.12 is out

SmartFoxServer 2X 2.12 is out with a host of new features and fixes, such as:

  • JoinRoomInvite, allows players to invite other clients in a game Room to play, available also from client side
  • Private UserVariables, allow to create UserVariables that are local to the player, and not broadcast to other clients
  • Updated Jetty version 9.3 for web services (BlueBox, uploads, crypto init)
  • Support IP ranges for black/white lists in IP Filter
  • AdminTool support for TLS encrypted connection
  • Embedded Java 8 runtime

… and lots more!

You can read the full release notes and download the installer from here.
Also make sure to check the Client API download page where we have published updates for all supported clients (API release 1.7.x).

Unity Asset Store

We just updated the SmartFoxServer 2X examples package in the Unity Asset Store:
http://u3d.as/content/goto-and-play-/smart-fox-server2x-multiplayer-sdk

All examples have been revamped with the new UI system introduced in Unity 4.6 and are now compatible with Unity 5’s WebGL build (except the FPS example, which requires UDP connection).
A new “Advanced Connector” example was added, showing how to deal with protocol encryption introduced in SmartFoxServer 2X v2.10.
All tutorials available on the website have been updated accordingly to the changes in the examples.