RaTweening 1.0.0
Loading...
Searching...
No Matches
Welcome to RaTweening by Rasofia Games

Introduction

What is RaTweening

RaTweening is a Unity Package created by Rasofia Games which allows for code and code-less tweening. So that programmers and artists alike gain full artistic control within their game to make them shine in polish in the simplest way possible.
We found it important that the code-less tweening experience would provide the same level of control as the code tweener. We made this possible by designing RaTweening from the ground up keeping both the code as code-less tweener synced with each other.

Download

The Unity Asset can be downloaded from here: Download Now

Usage

Redirect

For the documentation for the code API, we would like to redirect you to RaTweenUtilExtensions documentation. This contains the documentation for all the tweening extension methods.
For the documentation for the code-less API, we would like to redirect you to RaTweenerComponent documentation. This contains the documentation for the Unity Component used to make code-less tweens.
For the use of Sequences, we would like to redirect you to the RaTweenSequence documentation. This contains the info your need to know how to create a Sequence of tweens through code.
To create a tween where you can define the setter logics of the tween yourself in code. (for when you try to do custom logics or the tween does not have a clear target), we would like to redirect you to the RaTweenLambda documentation. This class contains all Lambda Methods.

Showcase

Endless Tweening Options

Value And References


Easings


Sequences


Modifiers


Sprite Sequences


Events