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
37
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
130
Genetic Algorithms
redroot
0
82
Neural Networks - a brief introduction by a fan
redroot
0
440
Web Accessibility in 2019
redroot
0
470
redux-saga
redroot
0
570
Redis - Lightning Talk @ RefME
redroot
0
730
Wordpress Multitenancy
redroot
0
1.5k
Embracing the Customizer
redroot
2
760
Featured
See All Featured
How To Stay Up To Date on Web Technology
chriscoyier
791
250k
The Art of Programming - Codeland 2020
erikaheidi
56
14k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
32
2.2k
GraphQLの誤解/rethinking-graphql
sonatard
73
11k
Imperfection Machines: The Place of Print at Facebook
scottboms
269
13k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
2.6k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.7k
How to Think Like a Performance Engineer
csswizardry
27
2k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.9k
Gamification - CAS2011
davidbonilla
81
5.5k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
114
20k
A Tale of Four Properties
chriscoyier
160
23k
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!