Devlog 1: Puzzle Material
Fyolai Puzzle Game » Devlog
Devlog 1: Puzzle Material
In this Devlog, I followed a tutorial for making a material for jigsaw puzzles:
Unreal Engine 4 Tutorial - Jigsaw Puzzle Part 1: Material Setup
This tutorial shows how to create a material that can be split up into different pieces so you can use the same texture on different puzzle pieces.
Basically, how it works is:
- The texture coordinate node is used to split the original texture into several UVs. The number of UVs is decided by the ‘square root’ of the total number of puzzle pieces.
- We then create a mechanism for changing which UV coordinate is being displayed to match the slot/ puzzle coordinate of the puzzle piece it will be applied to.
Afterwards, I created a material instance from the material. Here is the final result:
That's it for this Devlog. See you next time!
Get Fyolai Puzzle Game
Fyolai Puzzle Game
A simple puzzle game for a school project. Wouldn't recommend playing it 💀
Status | Released |
Author | AbyssEclipse |
Genre | Puzzle |
More posts
- Jigsaw Puzzle- Post Mortem53 days ago
- Devlog 5: Drag and Drop53 days ago
- Devlog #4: Creating Puzzle Slots53 days ago
- Devlog #3: Creating Puzzle Piece Tray53 days ago
- Devlog 2: Creating Puzzle Piece in C++53 days ago
Leave a comment
Log in with itch.io to leave a comment.