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
33
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
80
Neural Networks - a brief introduction by a fan
redroot
0
420
Web Accessibility in 2019
redroot
0
460
redux-saga
redroot
0
560
Redis - Lightning Talk @ RefME
redroot
0
720
Wordpress Multitenancy
redroot
0
1.5k
Embracing the Customizer
redroot
2
750
Featured
See All Featured
Building Better People: How to give real-time feedback that sticks.
wjessup
367
19k
How to Think Like a Performance Engineer
csswizardry
25
1.8k
Designing for humans not robots
tammielis
253
25k
Practical Orchestrator
shlominoach
190
11k
A designer walks into a library…
pauljervisheath
207
24k
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
The Power of CSS Pseudo Elements
geoffreycrofte
77
5.9k
Fireside Chat
paigeccino
38
3.6k
Side Projects
sachag
455
43k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
21
1.4k
Done Done
chrislema
185
16k
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!