fabriziospadaro / SpriteSheetRenderer

Spritesheet renderer is a powerful Unity ECS API to render massive numbers of sprites using the new dots stack, taking full advantage of Jobs, DynamicBuffers and ComputeBuffer

Home Page:https://www.linkedin.com/in/fabrizio-spadaro/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[question] Is it possible to flip the spritesheet? Using ScaleX or FlipX?

zZnghialamZz opened this issue · comments

Hi, I just start to use this framework. It is pretty nice and fast implementation of spritesheet in DOTs.

I just wonder if there is anyway to flip the sprite in runtime (like the FlipX method in the old way)? Any suggestion for me to implement it myself is also really appreciated if you dont have much time yet. 😄

@zZnghialamZz Hello, I will try to make it possible :D