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
29
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
120
Genetic Algorithms
redroot
0
77
Neural Networks - a brief introduction by a fan
redroot
0
400
Web Accessibility in 2019
redroot
0
430
redux-saga
redroot
0
530
Redis - Lightning Talk @ RefME
redroot
0
700
Wordpress Multitenancy
redroot
0
1.4k
Embracing the Customizer
redroot
2
740
Featured
See All Featured
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Why You Should Never Use an ORM
jnunemaker
PRO
56
9.4k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.3k
The Cult of Friendly URLs
andyhume
78
6.4k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
32
5.8k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
34
2.3k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
52
2.8k
StorybookのUI Testing Handbookを読んだ
zakiyama
30
5.8k
Being A Developer After 40
akosma
91
590k
Navigating Team Friction
lara
186
15k
Faster Mobile Websites
deanohume
307
31k
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!