Thinkscroller Version 1.5
Reference Manual / API Documentation
Scroll Layers and Scroll Layer Modes
Thinkscroller has three modes of operation:

Layer

sceneviewauto.png

This is the default mode of operation. It automatically creates a billboard (camera-facing mesh) and scrolls the UVs of a texture placed on it. Only orthographic cameras are officially supported in this mode.

See also:
Scroll Layer (Auto-Billboard Layer)

UV Scrolling Layer

sceneviewmanual.png

If auto-billboard is disabled, Thinkscroller can scroll the textures on a mesh. To use this mode, disable auto-billboard, and then specify a mesh renderer to use. This mode can be used to scroll on custom meshes, or scroll multiple textures (in the same shader) at the same time, like normal maps or mask textures.

See also:
Scroll Layer (UV Scrolling Layer)

Layer

sceneviewobject.png

This is commonly used with a sprite management package. Object layers scroll the transform of an object instead of the UVs of a texture. As such, it is up to the user to manage any sprite tiling. A common workflow is to set up a sprite based layer under a parent object, and use an object layer to scroll the parent.

See also:
Scroll Layer (Object Layer)

Navigation

 All Classes Namespaces Functions Enumerations Properties