Combu 2.1.4 has been just released and available on our Store and submitted to Unity Asset Store.
Combu 2.1.4 has been just released and available on our Store and submitted to Unity Asset Store.
Combu 2.1.1 has been released with an important bug fix and great improvements, let’s see the release notes:
* With the new CB_Session class/table you can now login your players from different platforms at the same time, for example you can login on both iOS and Android and Windows Phone without waiting to logout from one of the other like it was before!
** Execute the file combu_db_upgrade_from_2_1_0.sql if you are upgrading from version 2.1.0 or older.
There is a bug in the web service users.php of version 2.1.0 that saves incorrect values for customData of accounts. Please apply this fix yourself for now, anyway the update 2.1.1 will be released shortly in the next week with more features and improvements.
Learn here how to create your own add-on for Combu, it’s easy and you can even sell them and make some money, start it today!
If you need an add-on for your Combu application to manage licenses with subscription plans and time/launch trials then you are looking for License Manager!
With this new add-on for Combu, you can handle monthly, yearly, date or launch count expirations for your online game/app and grant or deny access with an easy to use license manager. You can set a default license type for new account registrations, useful to enable for example a 30-days trial-before-buy.
Once installed on Combu server, you will have access to a new link in the administration console menu to manage the licenses of your players.
Combu 2.1 has been released on our website Store and submitted to Asset Store, as ever you will have to wait for Unity review process if you want to update from there else you can redeem your invoice and download from our website.
This version fixes a few bugs (mainly on the server side) and adds new features:
As first result of the new add-ons support, we created and released License Manager to easily manage subscription plans. It is the very first add-on in the market and it could help the most creative developers to write, share and eventually sell their own add-ons.
If you create an add-on and want to sell it then we don’t ask for any charge and you are free to keep the income.
Combu 2.0.7 has been just released on our website and submitted to Asset Store for the review process. You can now load the online players in Unity, while in the administration console you will see how many players are currently online in the homepage and in Players you will be notified if a user in the list is currently online.
To allow this server side function it was added the new define ONLINE_SECONDS in config.php to be set with the same value you have CombuManager.onlineSeconds in Unity.
The file combu_db.sql shipped with Combu 2.0.6 contained an error that should have caused issues in your Combu database installation, so if you created your database with this version please download the fixed here.
The version 2.0.6 that is now available from our website is already fixed, but if you downloaded from Asset Store you’re probably affected. If you’re having issues especially with the admin console then please delete the tables and reimport the file above.
Combu 2.0.5 has been just released on our website and will be sent to Asset Store in the following days.
It brings new cool features and sample code:
Read here the complete release notes.
If you purchased Combu on Asset Store you can redeem your invoice here and get access to the download on our website for free.
WordPress integration sample script
The sample script /extra/login_wordpress.php shows how you can integrate Combu with your WordPress website accounts, you will need to edit the constants define in this file:
define (“WORDPRESS_SERVER”, “localhost”);
define (“WORDPRESS_NAME”, “wordpress”);
define (“WORDPRESS_USERNAME”, “root”);
define (“WORDPRESS_PASSWORD”, “”);
define (“WORDPRESS_ROOT”, “../../../wp/”);
The first 4 constants are the connection settings (similar to the constants GAME_DB_* in config.php), while WORDPRESS_ROOT must be set to the relative path to your wordpress installation (the sample value you see here assumes that wordpress is installed 3 directories up from the location of login_wordpress.php, you will need to fix this to yours).