Thinkscroller Version 1.5
Reference Manual / API Documentation
Creating a Parallax Scene

In order to create a parallax scene, go to Thinksquirrel > Thinkscroller > Create Parallax Scene. This will create all the necessary objects and components that you will need, with a setup similar to the example scenes. You may need to hit play to get the scene to render correctly.

thinkscrollercreatemenu.png
Note:
If you select an orthographic camera when running this menu command, Thinkscroller will use that camera as the parallax camera. Otherwise, it will search for an orthographic main camera - if none is found, it will create a new parallax camera.

You will also need to add a script that uses the function Parallax.Scroll in order to actually scroll. The example project contains two scrolling examples: Component > Thinkscroller Example Project > Constant Scroll and Component > Thinkscroller Example Project > Scroll With Transform - attach these to your camera.

 All Classes Namespaces Functions Enumerations Properties