Upgrade to Pro — share decks privately, control downloads, hide ads and more …

2d in unity3d

2d in unity3d

#MoConf speach about 2d in unity3d

Alexander Degytarev

May 31, 2013
Tweet

More Decks by Alexander Degytarev

Other Decks in Programming

Transcript

  1. 2d

  2. 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
  3. 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
  4. Atlassing Texture Packer / ShoeBox GlyphDesigner for fonts. free-size atlassing

    loading png in runtime. ...or webp Posterize png's