Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Unity Talk
Search
Luke Williams
June 01, 2020
0
25
Unity Talk
Some learnings from trying a Unity demo is early 2020's first lockdown
Luke Williams
June 01, 2020
Tweet
Share
More Decks by Luke Williams
See All by Luke Williams
Useful Mental Models For Product Engineers
redroot
0
100
Genetic Algorithms
redroot
0
73
Neural Networks - a brief introduction by a fan
redroot
0
380
Web Accessibility in 2019
redroot
0
400
redux-saga
redroot
0
460
Redis - Lightning Talk @ RefME
redroot
0
670
Wordpress Multitenancy
redroot
0
1.4k
Embracing the Customizer
redroot
2
710
Featured
See All Featured
Building Applications with DynamoDB
mza
90
6.1k
Facilitating Awesome Meetings
lara
50
6.1k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
BBQ
matthewcrist
85
9.3k
Agile that works and the tools we love
rasmusluckow
327
21k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
169
50k
Mobile First: as difficult as doing things right
swwweet
222
8.9k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
38
1.8k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
229
52k
Fontdeck: Realign not Redesign
paulrobertlloyd
82
5.2k
Build The Right Thing And Hit Your Dates
maggiecrowley
33
2.4k
Designing the Hi-DPI Web
ddemaree
280
34k
Transcript
Luke Tries Unity A few interesting things I learnt building
a demo in Unity during lockdown
None
What is Unity
1 - Simple to get started
1 - Simple to get started https://www.youtube.com/playlist?list=PLPV2KyIb3jR53Jce9hP7G5xC4O9AgnOuL
2 - Being a Software Engineer Helps
3 - Scriptable Objects
3 - Scriptable Objects
4 - Accessing Objects + Setting Properties
4 - Accessing Objects + Setting Properties
5 - The Camera Object Follows The Player
6 - Being a Software Engineer Helps (Again) - State
management (GameManager, in memory databases) - Interaction management (model/view/update, eventBus + pub sub) - SE best practices (DRY, unit testing) - Design Patterns (pub/sub, async)
7 - C# is the Kitchen Sink of Languages
Thanks! Try it yourselves!