This post deals with creating an arkanoid or breakout paddle that can be changed in size.
Write a character controller
You need a character controller to move your character. The starting point is an environment with colliders. You also need a character. The character needs its own collider. Next up is adding a 2D rigid body. Create a script for your character and call it Character2DController. Change the script to private void: For the x-axis...