Pipeline update - Normal maps and rim lighting masks for sprites

๐Ÿ“† Last updated on April 10, 2021. Created on April 10, 2021. ๐Ÿ”– asepriteunity3d

I updated my aseprite import code to filter out "special" layers and import them differently. Currently it supports @normal, @mask and @emission layers and imports the data there as normal maps, light masks and emission maps respectively. These special layers are imported as secondary textures for the sprite sheet, so they work with the built-in Unity 2D lighting effects:

o7Jlhwg

And here are the layers within aseprite, there's a gif below of me toggling each layer on/off. image

OdeNormalsOnOff

Previous Weird inverted image data in Unity Next Adding an AI Player