Let's Create: Jigsaw Puzzle in Unity (Part1: Puzzle Selection)

Опубликовано: 20 Ноябрь 2024
на канале: Firnox
6,253
77

We are creating a 2D jigsaw puzzle game using the Unity game engine. In this first episode we'll focus on creating the menu and populating the puzzle selection dynamically from a list of images.

Then in the future episodes we'll: create a puzzle border to contain the finished jigsaw puzzle; scatter the pieces across the board when you start; implement drag and drop to move the puzzle pieces and have the pieces snap into position and lock in when you get them close.

The full code for this is available on GitHub: https://github.com/Firnox/JigsawPuzzle
The images used in the tutorial can be found at: https://github.com/Firnox/JigsawPuzzl...

As with all the Let's Create tutorials in the series, we'll focus on creating the core game mechanic, leaving the extra polishing to you. If you have any request for small games you'd like to see in this series please leave a comment.

Contents
0:00 Introduction
0:30 Menu UI
3:34 Populating the menu options

Other videos in this tutorial series:
1. Puzzle selection [this video]
2. Creating the jigsaw pieces [   • Let's Create: Jigsaw Puzzle in Unity ...  ]
3. Scattering the pieces around the board [   • Let's Create: Jigsaw Puzzle in Unity ...  ]
4. Solving the puzzle [   • Let's Create: Jigsaw Puzzle in Unity ...  ]