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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Luke Williams
June 01, 2020
0
40
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
85
Neural Networks - a brief introduction by a fan
redroot
0
490
Web Accessibility in 2019
redroot
0
510
redux-saga
redroot
0
610
Redis - Lightning Talk @ RefME
redroot
0
770
Wordpress Multitenancy
redroot
0
1.5k
Embracing the Customizer
redroot
2
780
Featured
See All Featured
Joys of Absence: A Defence of Solitary Play
codingconduct
1
300
Six Lessons from altMBA
skipperchong
29
4.2k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
3.4k
Fashionably flexible responsive web design (full day workshop)
malarkey
408
66k
Principles of Awesome APIs and How to Build Them.
keavy
128
17k
Building a A Zero-Code AI SEO Workflow
portentint
PRO
0
360
Building the Perfect Custom Keyboard
takai
2
700
Taking LLMs out of the black box: A practical guide to human-in-the-loop distillation
inesmontani
PRO
3
2.1k
Utilizing Notion as your number one productivity tool
mfonobong
4
240
Public Speaking Without Barfing On Your Shoes - THAT 2023
reverentgeek
1
330
Refactoring Trust on Your Teams (GOTO; Chicago 2020)
rmw
35
3.4k
BBQ
matthewcrist
89
10k
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!