In this Unity3d game development video tutorial, we will revisit the way we are going to be saving our character data. We will be creating a static class that will never need to be ;instantiated, we will have one less gameobject in the scene to clutter things up.
This tutorial is part 2 of the Java Extensions for SmartFoxServer series.
In this tutorial, we finish off the start of our first java extension for SmartFoxServer Pro and take a look at how to deal with client commands and server side events.
In this tutorial, we will start creating our java extension for SmartFoxServer Pro. We will go over the creation of the extension in Eclipse, then cover the implementation of the required methods. We will finish with a quick test to show that the extension is installed properly and capturing our client commands and server-side events.