How do I achieve something like this: Pixel Art Animation. Reinvented - Astortion Devlog - YouTube
It would be very useful for me! It can be used for Sprite customization without having to change the Sprites.
How do I achieve something like this: Pixel Art Animation. Reinvented - Astortion Devlog - YouTube
It would be very useful for me! It can be used for Sprite customization without having to change the Sprites.
do you mean making the frames into like a gif or something? because that’s not possible what is though is to upload each frame and run through a loop of changing the texture to each frame
Nope, something like getting the colors of each pixel in the Sprite so it can be used to map textures.
Ex. The color of the pixel in the Sprite is (5,10,0), then it would take that color and use it as a Vector2 (5,10)
I don’t think there is a way to view the pixel data of a texture currently so you’d have to use a different data structure for storing the values. I think you could use a texture for the lookup.
that is actually kind of possible using Http. I don’t know how to do it but I found a script online which did that but it was broken so i fixed it. It’s pretty long so I made a paste here is the link: Pastebin.com - Locked Paste
the password is: DevForum
Altho you need to make it a png and upload it so you can get a link for it, i recommend discord
Oh wow thank you so much for the effort!! Ill look more into Http.