9-Slice Tiled sprite in 2d game ? How ?

Hi guys,
I’m making simple 2d game that is an clone of the classic arkanoid game.
I want to make the paddle to have dynamic width.
I’ve made the sprite inside photoshop, and want to make it be dynamic.
I know i can do this if my paddle is inside a canvas and there i can use the 9-slice feature to make the middle stretch, but i want to do it without using canvas.

Do you have any idea how i can achieve this ?

Here is an screenshot of the paddle.
I want the middle to tile itself and the left and right sides of the paddle to stay the same.

85522-paddle.jpg

You can make the sprite 9-sliced and enable “Auto Tiling” on your BoxCollider. No need for canvases. You should not use a canvas for your game objects. It’s for GUI and “special occasions”.