Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ Microsoft AZ-900
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Personal Transformation Mindfulness Life Purpose Meditation CBT Emotional Intelligence
Web Development JavaScript React CSS Angular PHP Node.Js WordPress Vue JS
Google Flutter Android Development iOS Development React Native Swift Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
Microsoft Power BI SQL Tableau Business Analysis Data Modeling Business Intelligence MySQL Data Analysis Blockchain
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Business Plan Startup Freelancing Online Business Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Development Game Development Unity

Unity Game Tutorial - Combination Puzzles

Learn how to create Combination Puzzles and Riddles in Unity Game Engine. Pipe Puzzle, Hexagonal Puzzle, Triangle Puzzle
Rating: 4.3 out of 54.3 (6 ratings)
95 students
Created by Octo Man
Last updated 12/2019
English
English [Auto]
30-Day Money-Back Guarantee

What you'll learn

  • to create your own custom Combination Puzzles.
  • to create all necessary 2D graphics in Inkscape.
  • C# - lists, arrays, variables, functions ...
  • Game design - how to create puzzles in any possible setting you like.
  • Pipe puzzles, hexagonal puzzles, triangle puzzles
  • Puzzle tile rotation on click...

Course content

8 sections • 44 lectures • 6h 52m total length

  • Preview04:01

  • Preview13:41
  • The Straight Pipe
    14:42
  • The Corner Pipe
    12:38
  • The Cross Pipe
    06:27
  • The "T" Pipe
    12:18
  • The Hexagon Parts
    08:33
  • The Triangle Parts
    08:15
  • Exporting the Atlas
    05:46

  • Setup Unity & Import Atlas
    09:04
  • The First Puzzle Set
    09:48
  • The First Click
    10:33
  • Rotating Puzzles Tiles #1
    13:02
  • Rotating Puzzles Tiles #2
    05:01
  • A bit more Design
    06:11
  • Puzzle Script #1
    07:35
  • Puzzle Script 2
    11:47
  • Puzzle Script 3
    08:56
  • Puzzle Script 4
    14:18
  • Round Rotation
    12:51

  • Inkscape : UI Design
    18:46
  • Unity: Design Setup
    12:38
  • Timer #1
    09:19
  • Timer #2
    07:11
  • Timer #3
    02:19
  • Stop Rotation and Timer
    09:59
  • Updating UI for Aspect Ratio
    07:20
  • Camera Aspect Ratio Fix
    09:54

  • Level Select Scene #1
    08:50
  • Level Select Scene #2
    06:04
  • Level Select Scene #3
    10:02
  • Level Select Scene #4
    09:09
  • Level Select Scene #5
    05:18

  • Hexagonal Puzzle
    07:58
  • Triangle Puzzle
    11:34
  • Make all puzzles available
    02:23

  • Win and Lose Panel
    11:43
  • Block Inputs on Win Or Lose
    11:15
  • Level Name and Buttons Functions
    12:31
  • Distraction Tiles - Pipes revisited
    13:18
  • Triangle Puzzles revisited
    05:27
  • Hex Puzzles revisited
    04:59
  • Main Menu Scene
    14:58

  • Conclusion
    04:11

Requirements

  • PC or Mac
  • Mouse and Keyboard
  • Inkscape and Unity (any Version 5.6+)

Description

In this Course you'll learn how to create multiple combination puzzles with Unity Game Engine. The system we create can handle hexagonal puzzles, triangle puzzles and quadratic puzzles. We will create all grafics in Inkscape

This course is a Beginner course, so if you have trouble in any case, write me a message or Q&A, and i'll help as best as i can.

If you are beginner, you might have some trouble to follow, but the videos will guide you through the complete course. Don't forget you only become better if you repeat things and keep on learning!

So you learn about the following:

Inkscape (free Vector Grafics Program)

  • create pipe grafics

  • hex tile grafics

  • triangle tile grafics

  • export a usable Texture Atlas

C# (Monodevelop)

  • variables: bool, int, string, float

  • functions

  • loops: for and foreach

  • Lists, Arrays

  • Co-Routines

so we can create:

  • functions to rotate the tiles on click

  • fuctions to shuffle the game at start

  • functions to check if the puzzles has been solved

  • Timer

  • and many more...

Unity (2019.1)

  • User Interface Design

  • Canvas Aspect Ratio Fix for 2D Games for Mobile Devices

  • UI Aspect Ratio Fix

  • Sprites and Sprite Settings

  • Level design

  • Buttons

  • Interaction with the Tiles on Click

  • and many more...

Course Material

I provide the following Material with the Course:

  1. None, because i teach you how to create all on your own in Inkscape.

  2. You have to write the code on your own, i do not provide the final scripts!

All graphics for Menu's, Icons, Images or Buttons need to be created on your own, i show you how in the course.
All Materials i provide are for education only and should not be in your final release!

Conclusion

In the end of this course you should have a fully functional Combination Puzzle 2D Game with multiple levels.

Challenge

After you have created nice Menus, Buttons, and a lot additional content and levels, upload the Game to any Gaming Website, Google Playstore, Apple Store or even Windows Store or Steam.

So what are you waiting for?

Let's make your dream game a reality!!

Level: Beginner
Video Course Length: ~7 hours 
Unity Version required: 5.6+

Who this course is for:

  • Interested into game creation with Unity.
  • Beginners in the Game Developement.
  • You like to create their own Games.
  • You want to finish your first game and release it
  • You like to learn how puzzle games are created.

Instructor

Octo Man
Let's make your dream game a reality.
Octo Man
  • 4.3 Instructor Rating
  • 545 Reviews
  • 2,249 Students
  • 21 Courses

I am OctoMan and I have a passion for games. I started to create small projects using Game Maker but now I make games and small apps using the latest and greatest of Unity3D. Unity3D has it all and with my help,
you can make 2D and 3D games too!

A little about me:
I’ve always wanted to be an art teacher. So I became a certified 3D Artist. At first I spent my time creating 3D objects but then in 2004 I evolved into a Game Creator with the art skills to back it up. My goals have changed. I not only want to be a game teacher, I want to be
your game teacher
.

Usually i create tutorials on Youtube for free or requested patreon tutorials.

I create videos about Unity since 2015.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.