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
2d in unity3d
Search
Alexander Degytarev
May 31, 2013
Programming
0
130
2d in unity3d
#MoConf speach about 2d in unity3d
Alexander Degytarev
May 31, 2013
Tweet
Share
More Decks by Alexander Degytarev
See All by Alexander Degytarev
Unity AppClub ME100
xdegtyarev
0
70
MUUG CiklumGamedev Start
xdegtyarev
0
33
Other Decks in Programming
See All in Programming
CQRS+ES の力を使って効果を感じる / Feel the effects of using the power of CQRS+ES
seike460
PRO
0
240
ChatGPT とつくる PHP で OS 実装
memory1994
PRO
3
190
「とりあえず動く」コードはよい、「読みやすい」コードはもっとよい / Code that 'just works' is good, but code that is 'readable' is even better.
mkmk884
6
1.4k
『改訂新版 良いコード/悪いコードで学ぶ設計入門』活用方法−爆速でスキルアップする!効果的な学習アプローチ / effective-learning-of-good-code
minodriven
28
4.4k
Lookerは可視化だけじゃない。UIコンポーネントもあるんだ!
ymd65536
1
130
快速入門可觀測性
blueswen
0
500
混沌とした例外処理とエラー監視に秩序をもたらす
morihirok
15
2.5k
QA環境で誰でも自由自在に現在時刻を操って検証できるようにした話
kalibora
1
140
オニオンアーキテクチャを使って、 Unityと.NETでコードを共有する
soi013
0
370
ATDDで素早く安定した デリバリを実現しよう!
tonnsama
1
2.1k
PHPで作るWebSocketサーバー ~リアクティブなアプリケーションを知るために~ / WebSocket Server in PHP - To know reactive applications
seike460
PRO
2
780
GitHub CopilotでTypeScriptの コード生成するワザップ
starfish719
26
6k
Featured
See All Featured
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
160
15k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.2k
How STYLIGHT went responsive
nonsquared
96
5.3k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
6
500
Music & Morning Musume
bryan
46
6.3k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
Six Lessons from altMBA
skipperchong
27
3.6k
Build The Right Thing And Hit Your Dates
maggiecrowley
33
2.5k
Building Applications with DynamoDB
mza
93
6.2k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
28
4.5k
GraphQLとの向き合い方2022年版
quramy
44
13k
How to Ace a Technical Interview
jacobian
276
23k
Transcript
@unityminsk
2d
No built-in 2d workflow Create your own Or grab one
from the asset store
Simply ignore one of the axes
Prepare your planes
But custom meshes better
None
Cutting mesh with knives
Shooting Perspective: easy parallax, sorting trbls Ortho: perfect for pixel
perfect, no sorting problems, easy positioning !FIX Soring fixed via Offset attribute || RenderQueues Per materia/Shader
Textures
Advanced Settings Asset PreProcess/PostProcess Disable mipMapping PointFiltering - oldschool pixel-art
games PVRTC: (lower diskspace,memory footprint) alpha, gradients. :noway RGBA: 5551 : awesome, but not in unity. RGB16b dithered True Color
Atlassing Texture Packer / ShoeBox GlyphDesigner for fonts. free-size atlassing
loading png in runtime. ...or webp Posterize png's
Animation Flash way)
Physics Physx fix z, fix x,y rotations. Box2d via native
interfaces. Chipmunk.
Q? @adegtyarev @unityMinsk