[ame=" https://www.youtube.com/watch?v=6K8XMc6Z89M"]UDK Controllable Sprite Sheet - YouTube[/ame] Also Note that this effectively IS how a flipbook works under the hood. Yes there is a way to tile this on a mesh. plug that Coords node into a Frac before the divide. Mind you you will need to control your frames manually via…
I actually did up something like this for one of the artists here just a couple weeks ago. It started off straightforward (ie, fixed spritesheet format, single row), but soon grew into a bit of a monstrosity... Sorry for the huge image :p This one does a bit more than the standard flipbook, since you can define a…
Yeah.. you either missed or misunderstood what I said in a previous post. The node structure as I show in the video and screen cap is for mono directional tiling. Textures like this If you need bi-directional tiling, like your texture is set up for, you'll either need to break the controls up into rows and columns (the…