Facebook Canvas Payments in Unity3d

Introduction

In todays  post, we will learn how to integrate Facebook Canvas Payments in Unity3d. If you are not familiar with the concept, this is a payment system provided by Facebook, to be able to do in-app purchases inside games hosted in the Facebook Canvas.

The canvas payment API is essential to monetize your games if you upload them to Facebook. With a simple call to a method, you will prompt the user with various payment methods to be made directly on the platform (via SMS, Paypal, credit card, etc), and earn some money from your games!

Facebook Canvas Payment

(more…)

Read More

Unity tutorials: Simple and reusable scripts

Hello, I’m Jojo! and in this post of our Unity tutorials series, we’ll see how simple and highly reusable scripts can make your life easier in Unity3D. And how, if you find some time, making them look better, will also save you time and bugs!

Lots of scripts
Lots of scripts are bad for your health

Thinking before coding

When creating scripts, sometimes my main thought is, if I take this script and just drop it in another, and entirely different project, will it work?
If the answer is NO, then you should really take at least some minutes to think if it’s easier to do it in some other way that lets you do that!

(more…)

Read More