Pattern Match Unity Puzzle Game Source Code

Pattern Match is a full Unity puzzle game source code template designed to provide a fun, challenging, and highly customizable experience. It comes with AdMob ads already implemented so you can monetize your game from day one. The structure is made to be easy to reskin and release on the Play Store, App Store or any other app marketplace. Whether you are a beginner developer or an experienced creator, Pattern Match gives you solid foundation to build upon.

The gameplay of Pattern Match Unity source code is simple to understand yet engaging to master. On each level you see a pattern made of colored tiles. Your task is to make all tiles match that pattern exactly. To change tile colors you click on color buttons. Each color button is associated to a row or column of tiles. When you click a button, it changes the color of all tiles in that row or column. You must plan carefully because clicking buttons affects many tiles at once. As you progress through levels, patterns become more complex and require more thoughtful moves.

Unity Matching Game Template

This Unity matching game template includes 72 levels ready to play. All levels are stored as prefabs inside the “Resources/Levels” folder. This makes it very easy for you to inspect, modify or add new levels. You can change existing level layouts or build your own patterns simply by adding new prefabs in that folder. This flexibility helps you expand the game without needing to rewrite major parts of code.

To get the AdMob ads working you follow simple steps. Go to Assets ‒> Google Mobile Ads ‒> Settings and insert your AdMob app ID that you created in the AdMob console. Then open the script “Menus.cs” and paste your interstitial ad ID on line 46 for Android and on line 48 for iOS. Once your IDs are in place the ads will show in the build. Everything else is ready to go.

  • Seventy two levels stored as prefabs for easy level editing
  • Click on color buttons to change colors of tiles in rows or columns
  • Pattern matching puzzle mechanics that test logic and planning
  • AdMob ads implementation for monetization
  • Clean and well‑organized Unity project
  • Easy to reskin graphics, colors, UI elements
  • Ready for Android and iOS release
  • Flexible level design via Resources/Levels folder

Pattern Match is an excellent Unity puzzle game source code for developers who want a clean template with built‑in monetization and flexible level editing. Its gameplay is easy to pick up but provides depth and challenge as levels increase in complexity. Because all levels are prefab based you can grow the game endlessly. If you are looking for a Unity match game you can brand and publish quickly, Pattern Match offers nearly everything you need to get started. Check out more Unity 2D Puzzle Game Source Codes.

Features Of Pattern Match Unity Source Code

  • Multiplatform support (PC, WebGL, android, iOS…)
  • One touch controls
  • Integrated AdMob ads
  • Easy to reskin

Requirements

  • Requires Unity 2021.3.15 or newer

Instructions

  1. Unzip the File
    Extract the contents of the downloaded ZIP file to a folder on your computer.

  2. Open the Project in Unity

    • Launch Unity Hub

    • Go to the Projects tab and click Add

    • Navigate to and select the unzipped folder

  3. Run the Game

    • In the Project window, open the Scenes folder

    • Double-click the “Game” scene to load it

    • The project is now ready to use!

Demo Apk