LA: To program using iTween on Unity.
LO1: Be able to use iTween in unity.
LO2: Develop our programming skills.
Intent: Learn programing fundamentals and be able to prototype our projects.
Implementation: iTween and Unity.
Impact: Learning the programming fundamentals.
Soft skills: Communication, Navigation.
Industry: Game programmer, software designer, game testing.
English & Math: Programming, decibel math, SPAG
THE BASICS
Start with this link! It will give you some basic lines of code to use in your scripts.
Camera Work
You can use iTween to change your camera zoom during an intro or an element of gameplay to make sure your player is focused on what is happening.
Rotating the player
You can use iTween to rotate the player. You can set public variables for the spin rotation and the time you want it to happen.
Moving the player
You can use iTween to move the player.Â
UI Animations
You can use iTween to animate the UI and make it pop!