Unity 2D Toolkit
2D Toolkit
Cameras
Sprite Collection
Sprite Animations
Sprite
Animated Sprite
Static Sprite Batcher
Text Mesh
Patterns I Use
Warning: may contain anti-patterns
Creating Moving Objects
Creating Platformer Movement
Creating Platformer Movement
Script from:�https://www.youtube.com/watch?v=EW0phq6xoJk&list=PLA5781666685406E1
"Is it a...?"
When interacting with other objects (i.e., triggers):
if (obj.GetComponent<MyType>() != null) {
// do something
}
Layering / Extending Components
Destroyed Objects Become Null
Stuff I'm not familiar with...
Sliced Sprite
Clipped Sprite
Tiled Sprite
Tile Maps