Make a DOOM CLONE in Unity || E1M8 8-Directional Sprites
https://www.youtube.com/watc...Lets set up a super basic 8 Directional Sprite system, in Unity.
8-D Template Image:
https://spawncampgames.itch.io/doom-clone-fps-sprites
Imp Sprites:
I can't distribute these. It shouldn't be hard to search google and find some or make some on your own..
I just made a tutorial on how you can make some from 3d models.. Might be worth a watch ;)
https://www.youtube.com/watch?v=e9sb2_ikFj4
Scripts:
https://github.com/SpawnCampGames/YT/tree/main/DoomClone/e1m8
This system works fine for our benefit but watch out.. When the index changes the animation starts over. So if you have longer animations you'll might need another type of setup..