Top Banner
Welcome to the Webinar Role of Unity 3D in Free-to-Play (F2P) online gaming arena by Harbinger Systems © Harbinger Systems | www.harbinger-systems.com
28
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Unity 3D: Role of Unity 3D in Free-to-Play (F2P) Gaming Arena - Webinar

Welcome to the Webinar

Role of Unity 3D in Free-to-Play (F2P) online

gaming arenaby

Harbinger Systems

© Harbinger Systems | www.harbinger-systems.com

Page 2: Unity 3D: Role of Unity 3D in Free-to-Play (F2P) Gaming Arena - Webinar

Panelists

© Harbinger Systems | www.harbinger-systems.com

Sushant SaraswatMarketing ExecutiveHarbinger Systems

Priyank KhamitkarProject Lead

Harbinger Systems

Page 3: Unity 3D: Role of Unity 3D in Free-to-Play (F2P) Gaming Arena - Webinar

Agenda

• Evolution of the gaming revenue and distribution models

• Introduction to Unity3D

• Supporting major app stores for In-App Purchases using Unity3D and best practices to boost app monetization

• Leveraging analytics to understand your consumers better –the guidelines, the process and how Unity3D can help

• Advertisements and Ad networks

• Avoiding the losing side (Serving the right advertisement)

• Q&A

© Harbinger Systems | www.harbinger-systems.com

Page 4: Unity 3D: Role of Unity 3D in Free-to-Play (F2P) Gaming Arena - Webinar

Evolution of the gaming revenue and distribution models

© Harbinger Systems | www.harbinger-systems.com

Page 5: Unity 3D: Role of Unity 3D in Free-to-Play (F2P) Gaming Arena - Webinar

Evolution of the gaming revenue and distribution models

© Harbinger Systems | www.harbinger-systems.com

Arcade

•Quarter at a time•Fixed percentage

•Top 5% win a free game

•High development costs

•Heavy machines

•Emptied regularly

•And kept in working condition

Retail

•Hardware driven market

•Revenue Model

•Loss on Hardware•Profit on Software

•Retailers direct interaction

•Influence revenue distribution

•Tightly organized inventory

Digital Distribution

•Early failures•Centralized services:

•PSN•XBLA

•Steam, etc…•Reduced production, deployment, and

•storage costs.

•Retail price minus the retailer

•Rise of the independent game developers

Subscription

•Pay per hour•Monthly subscriptions

•MMOs•In-App subscriptions

•Early adapters

Virtual Goods

•Virtual item / currency

•Enable / enhance the game

Source: clashofclans, valvesoftware, gamasutra

Page 6: Unity 3D: Role of Unity 3D in Free-to-Play (F2P) Gaming Arena - Webinar

Introduction to Unity3D

© Harbinger Systems | www.harbinger-systems.com Source: unity3d.com

Page 7: Unity 3D: Role of Unity 3D in Free-to-Play (F2P) Gaming Arena - Webinar

Introduction to Unity3D

• Leading Global Game Industry Software

• 45% Market Share

• 47% Developers

• 600M Gamers

• Rapid Game Development

• Supports both 3D and 2D game development

• Extensive multiplatform support

© Harbinger Systems | www.harbinger-systems.com

Page 8: Unity 3D: Role of Unity 3D in Free-to-Play (F2P) Gaming Arena - Webinar

In-App Purchase using Unity3D

© Harbinger Systems | www.harbinger-systems.com

Store Kit

Page 9: Unity 3D: Role of Unity 3D in Free-to-Play (F2P) Gaming Arena - Webinar

In-App Purchases

• Embed a store inside your app

• Virtual goods, Pay to proceed

(Levels), etc…

• F2P games without

Advertisements?

• Success credit to In-App Purchases

• Sole backbone of Revenue for F2P games without Ads

© Harbinger Systems | www.harbinger-systems.com

Do you want to buy one pack of 20 lives for $0.99?

Page 10: Unity 3D: Role of Unity 3D in Free-to-Play (F2P) Gaming Arena - Webinar

In-App Purchase using Unity3D

• In-App Purchases: Great!

• How to implement IAP in Unity3D?

1. Hard way

2. Easy way (Hint: Asset store)

© Harbinger Systems | www.harbinger-systems.com

Page 11: Unity 3D: Role of Unity 3D in Free-to-Play (F2P) Gaming Arena - Webinar

In-App Purchase using Unity3D

• Understanding the core

– Native component call in Unity3D

– Asset bundles• Exporting Assets

• Pre-Embedded Assets

• Downloadable Assets

© Harbinger Systems | www.harbinger-systems.com

Page 12: Unity 3D: Role of Unity 3D in Free-to-Play (F2P) Gaming Arena - Webinar

In-App Purchases Development: The Hard way

• Native Code

• Implement access to App / Play Stores

– Get Products

– Product Details

– Handle Purchases

– Returns, etc…

• Expose methods for Unity to access

• Unity’s C# development for supporting IAP Mechanics and calling exposed methods

© Harbinger Systems | www.harbinger-systems.com

Page 13: Unity 3D: Role of Unity 3D in Free-to-Play (F2P) Gaming Arena - Webinar

In-App Purchases Development: The Easy way

• Why re-invent the wheel?

• Plugins come in to rescue - Prime[31] in this case

• No native development required

• Import mandatory prefabs

• Unity’s C# development for supporting IAP Mechanics

© Harbinger Systems | www.harbinger-systems.com

Page 14: Unity 3D: Role of Unity 3D in Free-to-Play (F2P) Gaming Arena - Webinar

Leveraging analytics to understand your consumers better

© Harbinger Systems | www.harbinger-systems.com

Page 15: Unity 3D: Role of Unity 3D in Free-to-Play (F2P) Gaming Arena - Webinar

Leveraging analytics to understand your consumers better

© Harbinger Systems | www.harbinger-systems.com

• How analytics work?

• How analytics help increase your retention rate

• Unity Analytics (formerly Playnomics)

• Google Analytics

Page 16: Unity 3D: Role of Unity 3D in Free-to-Play (F2P) Gaming Arena - Webinar

Leveraging analytics to understand your consumers better

Unity Analytics

• Download and Import the package

• Start Player Session

• Attach script to Game Object

• Tracking Monetization

• Custom Events

• User Demographics

© Harbinger Systems | www.harbinger-systems.com

Page 17: Unity 3D: Role of Unity 3D in Free-to-Play (F2P) Gaming Arena - Webinar

Leveraging analytics to understand your consumers better

Google Analytics

• Install the plugin

• Implement / Usage

• Result

© Harbinger Systems | www.harbinger-systems.com

Page 18: Unity 3D: Role of Unity 3D in Free-to-Play (F2P) Gaming Arena - Webinar

Ad networks

© Harbinger Systems | www.harbinger-systems.com

Page 19: Unity 3D: Role of Unity 3D in Free-to-Play (F2P) Gaming Arena - Webinar

Ad networks

• Ad Networks with Unity3D plugins:

– AdMob (Google)

– iAd (Apple Ad framework) via ADBannerView

– AppNext

– StartApp

– Tapjoy

– Unity Ads (Unity3D)

© Harbinger Systems | www.harbinger-systems.com

Page 20: Unity 3D: Role of Unity 3D in Free-to-Play (F2P) Gaming Arena - Webinar

The Unity 3D Ad Network

• Great user experience. Opt in. Rewards.

• Seamless. Users install while playing

• Highest CPM and fill rate

• Only games. Targeting.

• Quality Rich Media Ads

• Engages players with video

• Target qualified players + engage

before install = Users with high

retention and ARPU

© Harbinger Systems | www.harbinger-systems.com Source: clashofclans

Page 21: Unity 3D: Role of Unity 3D in Free-to-Play (F2P) Gaming Arena - Webinar

Avoiding the losing side

© Harbinger Systems | www.harbinger-systems.com

Page 22: Unity 3D: Role of Unity 3D in Free-to-Play (F2P) Gaming Arena - Webinar

Avoiding the losing side

• Do gamers click on Ads?

• No

• Result: Lost revenue

• And if they do click?

© Harbinger Systems | www.harbinger-systems.com

Page 23: Unity 3D: Role of Unity 3D in Free-to-Play (F2P) Gaming Arena - Webinar

Avoiding the losing side

© Harbinger Systems | www.harbinger-systems.com

Page 24: Unity 3D: Role of Unity 3D in Free-to-Play (F2P) Gaming Arena - Webinar

Avoiding the losing side

• Do gamers click on Ads?

• No

• Result: Lost Revenue

• And if they do click?

• Result: Lost Customer

© Harbinger Systems | www.harbinger-systems.com

Loser

Winner

Page 25: Unity 3D: Role of Unity 3D in Free-to-Play (F2P) Gaming Arena - Webinar

Avoiding the losing side

• Solution?

• In-App Purchase to avoid Ads

© Harbinger Systems | www.harbinger-systems.com

• Need more revenue friendly solution

Remove AdsMASTERCARD xxx-1987

$3.50

BUY

Page 26: Unity 3D: Role of Unity 3D in Free-to-Play (F2P) Gaming Arena - Webinar

Avoiding the losing side

• In-game Non-clickable Ads

• Branding:

– Products

– Places

– Etc…

• Brand as much content as

you can

© Harbinger Systems | www.harbinger-systems.com Source: venturebeat,wsj, brobee

Page 27: Unity 3D: Role of Unity 3D in Free-to-Play (F2P) Gaming Arena - Webinar

QnA

© Harbinger Systems | www.harbinger-systems.com

Page 28: Unity 3D: Role of Unity 3D in Free-to-Play (F2P) Gaming Arena - Webinar

Thank You!Visit us at: www.harbinger-systems.com

Write to us at: [email protected]

Blog: blog.harbinger-systems.com

Twitter: twitter.com/HarbingerSys (@HarbingerSys)

Slideshare: slideshare.net/hsplmkting

Facebook: facebook.com/harbingersys

LinkedIn: linkedin.com/company/382306

© Harbinger Systems | www.harbinger-systems.com