Entries from 2018-07-30 to 1 day

Texture Scrolling

Like conveyor or river, when implementing these kinds of elements, I would consider to rolling repeated texture. Here's the following steps: (no script) 1. Use UI Raw Image, so you can manipulate UV Rect Offset. 2. Change texture Wrap Mode…

Sprite Sheet Is Necessary

Recently, I tried to play animation using a series of images. It's five characters on the screen and each one is in "380x1300" resolution. Each animation of default state lasts for 4 seconds and 120 frames in total. Things all look normal …