I'm curious about the method used for this. Your implementation looks really cool. Are you using your own method? If so, any plans on releasing a package or plugin for unity?
Far Blade 3d Pixelart Boss Rush Adventure · By
From the video and screenshots I kind of expected voxels but when I run the game, it looks that it uses normal 3d models with animation limited to key frames (no interpolation). There is no filtering on textures. There are some billboards (trees, flowers) but most of the stuff is just 3d models. The videos and screenshots seem to be taken in a lower resolution that makes the final effect be more pixelated. In 4K, when game runs fullscreen (are there any options?) it still looks nice, but the pixely arty effect is gone :(
they detail it better on twitter.
https://twitter.com/BcubedLabs/status/1112530396523065344
the lack of interpolation on keyframes just makes the movement look like a sprite animation, but doesn't explain how they make 3d models look like pixel art. My guess is that a simple method to accomplish this would be to use low poly models and force a lower resolution, fixed screen size to be used without using anti aliasing.