Hello!
Combu is great! Everything works perfect.
Integrated shop would be god's gift!
It is quite logic. If we have inventory, we need a shop.
I hope combu users would agree with me.
I will buy it second time!
I'm registering just to agree with it!
Combu is really great and with shop it will become much better.
Yup
Integrate shop please i really need it
I want shop too
Hi Roman, thank you for your purchase and interest in Combu, we'll take in mind your suggestion for future updates.
FRANCESCO CROCETTI @ SKARED CREATIONS
I and my friends look forward
Any news?
The update cycle is a little longer than you'd expect, I'm collecting more suggestions for new features before publishing a new release instead of one only feature.
About shop, you can already implement it, since it involves only virtual coins (you can use the player Custom Data) and inventory (you already have Inventory items). So here is what I suggest:
- use a custom data "Coins" for your players (you can look at the class MyUser in the Unity demo project to see how you can easily use custom data to manage your player info as FirstName/Lastname, so you would use similar code to manage "Coins")
- create the shop list in your favorite GUI
- when the user purchases a product from the list, decrease the Coins and create a new CBInventory item
May be I'll write an example for you in the next few hours and will post it here.
FRANCESCO CROCETTI @ SKARED CREATIONS
Hi, I implemented a simple demo scene and script(s) to show off how you can create a shop by using user's CustomData, take a look at the code in the attached package. This demo scene will be added to the official Combu package from next update within a couple of weeks (the next update will contain also the implementation of strong security with token signature of every webservice requests to prevent spoofing, this update will be important for everybody who doesn't use secure SSL connections).
FRANCESCO CROCETTI @ SKARED CREATIONS
Hello, I can't see package
I applied some changes to the forum permissions, can you see and download it now?
FRANCESCO CROCETTI @ SKARED CREATIONS
Yeah, massive thx
Roman Zhu said
Hello, I can't see package
I also can't see the package (new user)
MeachWare said
I also can't see the package (new user)
The file has been removed from this thread because the demo shop scene and class has already been included in the Unity package, you will find the scene DemoShop when you import the package.
FRANCESCO CROCETTI @ SKARED CREATIONS
Ah, sorry and thanks!