SlideShare a Scribd company logo
UNITY3DWITH
METEOR
TRINH DUC HUY
9/19/2016 UNITY WITH METEOR - TRINH DUC HUY 1
SUMMARY
A glance about Unity3D and Meteor
Meteor with Unity3D Desktop and Mobile
Meteor with Unity3DWebGL
Demo
9/19/2016 UNITY WITH METEOR - TRINH DUC HUY 2
Realtime
Open
source
Simple
MongoDb
9/19/2016 UNITY WITH METEOR - TRINH DUC HUY 3
Game
Engine
Cross
Platform
Large
Community
C# &
Javascript
9/19/2016 UNITY WITH METEOR - TRINH DUC HUY 4
WHY USING METEORJSAS
GAME SERVER
■ No SQL database support.
■ Collections and Methods
■ Free and fast to deploy a server.
9/19/2016 UNITY WITH METEOR - TRINH DUC HUY 5
METEORWITH
UNITY3D MOBILE
9/19/2016 UNITY WITH METEOR - TRINH DUC HUY 6
HIDDENSWITCH PLUGIN
■ Document : http://hiddenswitch.github.io/Meteor-
Unity/annotated.html
■ Github : https://github.com/hiddenswitch/Meteor-Unity
9/19/2016 UNITY WITH METEOR - TRINH DUC HUY 7
hiddenswitch
Accounts
Collection
Connection
Cursor
Error
Login
Result
Method
Mongo
Document
Observe
Subscribe
9/19/2016 UNITY WITH METEOR - TRINH DUC HUY 8
CONNECT
9/19/2016 UNITY WITH METEOR - TRINH DUC HUY 9
SUBSCRIPTION
9/19/2016 UNITY WITH METEOR - TRINH DUC HUY 10
METHOD
9/19/2016 UNITY WITH METEOR - TRINH DUC HUY 11
METEORWITH
UNITY3DWEBGL
9/19/2016 UNITY WITH METEOR - TRINH DUC HUY 12
INTERACTIVEWITH
JAVASCRIPT
■ Call from outside javascript to inside Unity3D.
– SendMessage ('MyGameObject', 'MyFunction', 'foobar');
■ Call from inside Unity3D to outside Javascript .
– Application.ExternalCall();
9/19/2016 UNITY WITH METEOR - TRINH DUC HUY 13
BLAZE
METEORCODE
UNITY WEBGL
GAME OBJECT : A
9/19/2016 UNITY WITH METEOR - TRINH DUC HUY 14
DEMO
9/19/2016 UNITY WITH METEOR - TRINH DUC HUY 15
QUICK GLANCE
■ Connect to server will auto create player
■ Sync data from all other client
■ When current client have input will send command to all other
client
9/19/2016 UNITY WITH METEOR - TRINH DUC HUY 16
ARCHITECTURE
■ 2 Collections
– Players : Current state of all client
– Commands :This collection use for change client’s state
■ 2 Methods
– createPlayer : Call when connect to server
– insertComand : Call when client update something will notify to
server
9/19/2016 UNITY WITH METEOR - TRINH DUC HUY 17
UNITY3D SETUP
■ Needed folder
– Atlases
– Plugins
– Prefabs
– Resources
– Scenes
– Textures
9/19/2016 UNITY WITH METEOR - TRINH DUC HUY 18
UNITY3D PLUGINS
■ JSON.NET
■ Meteor-Unity
■ NGUI
■ Pixel placement
9/19/2016 UNITY WITH METEOR - TRINH DUC HUY 19
THANKYOU
9/19/2016 UNITY WITH METEOR - TRINH DUC HUY 20

More Related Content

What's hot (20)

PDF
K9s - Kubernetes CLI To Manage Your Clusters In Style
Raphaël PINSON
 
PDF
2020年版 Unity Package Manager 更新点まとめ
Mori Tetsuya
 
ODP
Gopenflow demo v1 (english)
Hiroaki Kawai
 
PDF
『はじめてのフレームワークとしてのFuelPHP 改訂版(第2版)』のポイント
kenjis
 
PDF
How Kubernetes allows your Startup to scale
Kevin Simper
 
ODP
Eclipse Buildship DemoCamp Hamburg (June 2015) with additional screenshots
simonscholz
 
PPTX
Hot deploy
Arief Warazuhudien
 
PDF
Workshop - Golang language
Vincent Composieux
 
PDF
Types - slice, map, new, make, struct - Gopherlabs
sangam biradar
 
PDF
Waylandifying Chromium: From downstream to shipping (ELCE 2020)
Igalia
 
PDF
Gradle 2.0 and beyond (GREACH 2015)
René Gröschke
 
PDF
Serverless Spring by Stephane Maldini
VMware Tanzu
 
PDF
funcs, func expressions, closure, returning funcs, recursion, the stack -goph...
sangam biradar
 
PPTX
MeteorJS - How to start
Dan Tran
 
PDF
The gitflow way
Ruijun Li
 
PDF
What plugins are out there?
Stefan Koopmanschap
 
PDF
Docker 101 - From production to development
Raül Pérez
 
PDF
Marble Virtual Globe for Developers - Factsheet
Marble Virtual Globe
 
PDF
DcATL 2013: Git-Flow for Daily Use
Mediacurrent
 
PPTX
Mastering git - Workflow
Tahsin Abrar
 
K9s - Kubernetes CLI To Manage Your Clusters In Style
Raphaël PINSON
 
2020年版 Unity Package Manager 更新点まとめ
Mori Tetsuya
 
Gopenflow demo v1 (english)
Hiroaki Kawai
 
『はじめてのフレームワークとしてのFuelPHP 改訂版(第2版)』のポイント
kenjis
 
How Kubernetes allows your Startup to scale
Kevin Simper
 
Eclipse Buildship DemoCamp Hamburg (June 2015) with additional screenshots
simonscholz
 
Hot deploy
Arief Warazuhudien
 
Workshop - Golang language
Vincent Composieux
 
Types - slice, map, new, make, struct - Gopherlabs
sangam biradar
 
Waylandifying Chromium: From downstream to shipping (ELCE 2020)
Igalia
 
Gradle 2.0 and beyond (GREACH 2015)
René Gröschke
 
Serverless Spring by Stephane Maldini
VMware Tanzu
 
funcs, func expressions, closure, returning funcs, recursion, the stack -goph...
sangam biradar
 
MeteorJS - How to start
Dan Tran
 
The gitflow way
Ruijun Li
 
What plugins are out there?
Stefan Koopmanschap
 
Docker 101 - From production to development
Raül Pérez
 
Marble Virtual Globe for Developers - Factsheet
Marble Virtual Globe
 
DcATL 2013: Git-Flow for Daily Use
Mediacurrent
 
Mastering git - Workflow
Tahsin Abrar
 

Similar to Unity3D With Meteor (10)

PDF
Multiplayer game with unity3 d and meteor
Designveloper
 
PDF
38199728 multi-player-tutorial
alfrecaay
 
PPTX
Meteor
Giuseppe Frattura
 
PDF
【Unite Tokyo 2019】Unity映像制作パイプライン完全マスター
UnityTechnologiesJapan002
 
PPTX
Introduction to Unity
University of Auckland
 
PDF
three.js WebGL library presentation
Yleisradio
 
PPTX
Unity-Beyond Games! - Josh Ruis
Mobile March
 
PDF
iOS and Android Development with Unity3D
Ralph Barbagallo
 
PDF
Photon For Unity
Dat Pham
 
PPTX
Cross platform game development
Jerel Hass
 
Multiplayer game with unity3 d and meteor
Designveloper
 
38199728 multi-player-tutorial
alfrecaay
 
【Unite Tokyo 2019】Unity映像制作パイプライン完全マスター
UnityTechnologiesJapan002
 
Introduction to Unity
University of Auckland
 
three.js WebGL library presentation
Yleisradio
 
Unity-Beyond Games! - Josh Ruis
Mobile March
 
iOS and Android Development with Unity3D
Ralph Barbagallo
 
Photon For Unity
Dat Pham
 
Cross platform game development
Jerel Hass
 
Ad

More from Designveloper (20)

PDF
Let us take care of your brand image
Designveloper
 
PDF
5 java script frameworks to watch in 2017
Designveloper
 
PDF
Happy international women's day!
Designveloper
 
PDF
Typing racer game - a nice break from work
Designveloper
 
PDF
Should we work remotely?
Designveloper
 
PDF
Meet song nhi your virtual financial assistance
Designveloper
 
PDF
Why pair programming is a good idea
Designveloper
 
PDF
5 worst mistakes of diy websites
Designveloper
 
PDF
Basic glossary of web design terms for non designers (part 2)
Designveloper
 
PDF
Single page web application development using meteor js
Designveloper
 
PDF
Awesome free resources for learning javascript
Designveloper
 
PDF
What is the best java script frameworks to learn?
Designveloper
 
PDF
Travelling forms a young man
Designveloper
 
PDF
5 compelling reasons your website should be responsive
Designveloper
 
PDF
Reactive programming with tracker
Designveloper
 
PDF
Benefits of using single page websites
Designveloper
 
PDF
What is the best programming language for beginner?
Designveloper
 
PDF
No sql injection in meteor.js application
Designveloper
 
PDF
How to deploy and scale your meteor apps
Designveloper
 
PDF
Meetup groups you need to join if you are new to tech
Designveloper
 
Let us take care of your brand image
Designveloper
 
5 java script frameworks to watch in 2017
Designveloper
 
Happy international women's day!
Designveloper
 
Typing racer game - a nice break from work
Designveloper
 
Should we work remotely?
Designveloper
 
Meet song nhi your virtual financial assistance
Designveloper
 
Why pair programming is a good idea
Designveloper
 
5 worst mistakes of diy websites
Designveloper
 
Basic glossary of web design terms for non designers (part 2)
Designveloper
 
Single page web application development using meteor js
Designveloper
 
Awesome free resources for learning javascript
Designveloper
 
What is the best java script frameworks to learn?
Designveloper
 
Travelling forms a young man
Designveloper
 
5 compelling reasons your website should be responsive
Designveloper
 
Reactive programming with tracker
Designveloper
 
Benefits of using single page websites
Designveloper
 
What is the best programming language for beginner?
Designveloper
 
No sql injection in meteor.js application
Designveloper
 
How to deploy and scale your meteor apps
Designveloper
 
Meetup groups you need to join if you are new to tech
Designveloper
 
Ad

Recently uploaded (20)

PDF
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
PDF
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
PDF
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
PDF
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
PPTX
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
PDF
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
PDF
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
PDF
SFWelly Summer 25 Release Highlights July 2025
Anna Loughnan Colquhoun
 
PDF
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
PDF
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
PPTX
✨Unleashing Collaboration: Salesforce Channels & Community Power in Patna!✨
SanjeetMishra29
 
PPTX
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
PDF
Transcript: New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
PDF
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
PPTX
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
PDF
The Builder’s Playbook - 2025 State of AI Report.pdf
jeroen339954
 
PDF
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
PDF
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
PPTX
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
NewMind AI - Journal 100 Insights After The 100th Issue
NewMind AI
 
"Beyond English: Navigating the Challenges of Building a Ukrainian-language R...
Fwdays
 
Smart Trailers 2025 Update with History and Overview
Paul Menig
 
HCIP-Data Center Facility Deployment V2.0 Training Material (Without Remarks ...
mcastillo49
 
Webinar: Introduction to LF Energy EVerest
DanBrown980551
 
Jak MŚP w Europie Środkowo-Wschodniej odnajdują się w świecie AI
dominikamizerska1
 
Presentation - Vibe Coding The Future of Tech
yanuarsinggih1
 
SFWelly Summer 25 Release Highlights July 2025
Anna Loughnan Colquhoun
 
CIFDAQ Token Spotlight for 9th July 2025
CIFDAQ
 
CIFDAQ Market Insights for July 7th 2025
CIFDAQ
 
✨Unleashing Collaboration: Salesforce Channels & Community Power in Patna!✨
SanjeetMishra29
 
OpenID AuthZEN - Analyst Briefing July 2025
David Brossard
 
Transcript: New from BookNet Canada for 2025: BNC BiblioShare - Tech Forum 2025
BookNet Canada
 
[Newgen] NewgenONE Marvin Brochure 1.pdf
darshakparmar
 
Building Search Using OpenSearch: Limitations and Workarounds
Sease
 
The Builder’s Playbook - 2025 State of AI Report.pdf
jeroen339954
 
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
Agentic AI lifecycle for Enterprise Hyper-Automation
Debmalya Biswas
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 

Unity3D With Meteor