![]() |
Thinkscroller Version 1.5
Reference Manual / API Documentation
|
Object layers should typically be parent objects for multiple layers of sprites.
The following examples use NGUI (more information here) to draw sprites. Any sprite management tool or even 3D objects can be used.
In this image, sprites are placed down manually and a single object layer scrolls them all at the same speed.
Multiple object layers can then be combined in order to make a robust, manually placed scene that utilizes parallax scrolling.
In order to repeat object layers infinitely, the transform will need to be reset after a certain distance. This value will need to be set based on your image and screen size so that no visual popping occurs. If you are trying to make repeating background layers, take a look at Auto-Billboard Scroll Layers.
You can download a seperate object layer demo project.
To install: