Welcome, Guest. Please login or register.

Login with username, password and session length

 
Advanced search

1411490 Posts in 69371 Topics- by 58428 Members - Latest Member: shelton786

April 24, 2024, 09:22:50 PM

Need hosting? Check out Digital Ocean
(more details in this thread)
TIGSource ForumsCommunityTownhallForum IssuesArchived subforums (read only)TutorialsMaze Generator - Youtube tutorial channel
Pages: [1] 2 3 4
Print
Author Topic: Maze Generator - Youtube tutorial channel  (Read 17979 times)
GamadGames
Level 0
***



View Profile WWW
« on: February 07, 2016, 04:16:23 AM »

Hello guys!

I'm now developing games in Unity for 2,5 years.
And in that time I used a lot of tutorials, and now I want to return that favor.
First of all, sorry for my bad english skills (i'm still trying to improve that)
Currently I have 4 unity tutorials (every week on monday I try to upload a new tutorial).

Also if you have a request about a tutorial, please ask.
I will try to make it, bur there are a few problems with.
*I don't have all the time of the world, so sometims it will take a little bit longer to create the tutorial
*I'm also still learning unity, so I can't make a tutorial for some subjects
*If you request a tutorial and somebody else requestet a tutorial earlier, that person goes first Wink

The channel:
https://www.youtube.com/channel/UCqFFZvgC7JUL6esOrL8LyWg

The 4 tutorials I already created:

[Unity 5] Tutorial: how to create a spinoff/unboxing system




[Unity 5] Tutorial: how to make breakable gameobects objects using blender




[Unity 5] Tutorial: Customizable Footstep System (How to change footsteps on different surfaces)
www.youtube.com/watch?v=faMHyQwpkqE

[Unity 5] Tutorial: How to make  a weather system
www.youtube.com/watch?v=pkwzkEMrO-Y

Also something very important!
Feedback is always welcome, some things I can't change, but I will try to make the tutorials as good as possible Wink
« Last Edit: June 26, 2017, 06:47:13 AM by GamadGames » Logged

Unity game developer and tutor
Creating the game Pirate Treasure and uploading tutorials every monday on this channel: https://www.youtube.com/channel/UCqFFZvgC7JUL6esOrL8LyWg
GamadGames
Level 0
***



View Profile WWW
« Reply #1 on: February 08, 2016, 07:32:02 AM »

Hello guys and welcome to another tutorial!
In this tutorial we are going to create a swimming system!

The system includes:
*different sorts of water
*underwater fog
*diving system

Hope you guys like it! Wink



Logged

Unity game developer and tutor
Creating the game Pirate Treasure and uploading tutorials every monday on this channel: https://www.youtube.com/channel/UCqFFZvgC7JUL6esOrL8LyWg
GamadGames
Level 0
***



View Profile WWW
« Reply #2 on: February 15, 2016, 07:15:01 AM »

Hello guys and welcome to another unity 5 tutorial!
In this tutorial we are going to create a mailing system!

The system includes:
*Mailing system, with body, sender and a subject
*attachment



Logged

Unity game developer and tutor
Creating the game Pirate Treasure and uploading tutorials every monday on this channel: https://www.youtube.com/channel/UCqFFZvgC7JUL6esOrL8LyWg
GamadGames
Level 0
***



View Profile WWW
« Reply #3 on: February 22, 2016, 07:13:10 AM »

Hello guys and welcome to another unity 5 tutorial!
In this tutorial we are going to create a shooting system!





The system includes:
*using various bullets
*explosions

This is the first part in a serie of tutorials about how to create a fps.
Very important! All those tutorials are standing alone (so you can watch them seperately Wink )
Logged

Unity game developer and tutor
Creating the game Pirate Treasure and uploading tutorials every monday on this channel: https://www.youtube.com/channel/UCqFFZvgC7JUL6esOrL8LyWg
GamadGames
Level 0
***



View Profile WWW
« Reply #4 on: February 29, 2016, 07:06:10 AM »

Hello guys and welcome to another unity 5 tutorial!
In this tutorial we are going to create a hitmarker system!





The system includes:
*hitmaker Wink
Logged

Unity game developer and tutor
Creating the game Pirate Treasure and uploading tutorials every monday on this channel: https://www.youtube.com/channel/UCqFFZvgC7JUL6esOrL8LyWg
GamadGames
Level 0
***



View Profile WWW
« Reply #5 on: March 07, 2016, 07:12:09 AM »

Hello guys and welcome to another tutorial, this time it is a kind of special!
Because we are going to create a building system like Rust (so it will take a few parts)





Some parts of this system will be changed later on in the tutorial.
So don't directly panic if something isn't like Rust!

Also I didn't player a minute in my life Rust, so some controls are maybe different. But I think the most important parts are exactly the same as in Rust.

But this is the first part and we start with showing the preview of the object!
So I hope you guys like it!

(all the scripts witch I'm reffering to are here)



Unlit alpha shader script:
http://answers.unity...nlit-alpha.html

The script I coppied:
currentpos -= Vector3.one * offset;
currentpos /= gridSize;
currentpos = new Vector3(Mathf.Round(currentpos.x), Mathf.Round(currentpos.y), Mathf.Round(currentpos.z));
currentpos *= gridSize;
currentpos += Vector3.one * offset;
currentpreview.position = currentpos;
Logged

Unity game developer and tutor
Creating the game Pirate Treasure and uploading tutorials every monday on this channel: https://www.youtube.com/channel/UCqFFZvgC7JUL6esOrL8LyWg
GamadGames
Level 0
***



View Profile WWW
« Reply #6 on: March 14, 2016, 07:10:02 AM »

Hello guys and welcome to part 2 of how to create a Building system like Rust!





So I hope you guys like it!

If you got any questions, please ask below!
Logged

Unity game developer and tutor
Creating the game Pirate Treasure and uploading tutorials every monday on this channel: https://www.youtube.com/channel/UCqFFZvgC7JUL6esOrL8LyWg
GamadGames
Level 0
***



View Profile WWW
« Reply #7 on: March 21, 2016, 07:08:05 AM »

Hello guys and welcome to part 3 of how to create a Building system like Rust!





So I hope you guys like it!

If you got any questions, please ask below!
Logged

Unity game developer and tutor
Creating the game Pirate Treasure and uploading tutorials every monday on this channel: https://www.youtube.com/channel/UCqFFZvgC7JUL6esOrL8LyWg
GamadGames
Level 0
***



View Profile WWW
« Reply #8 on: March 28, 2016, 06:32:32 AM »

Hello guys and welcome to part 4 of how to make a building system like Rust, hope you guys like it!


Logged

Unity game developer and tutor
Creating the game Pirate Treasure and uploading tutorials every monday on this channel: https://www.youtube.com/channel/UCqFFZvgC7JUL6esOrL8LyWg
GamadGames
Level 0
***



View Profile WWW
« Reply #9 on: April 04, 2016, 06:46:40 AM »

Hello guys and welcome to part 5 of how to make a building system like Rust, hope you guys like it!


Logged

Unity game developer and tutor
Creating the game Pirate Treasure and uploading tutorials every monday on this channel: https://www.youtube.com/channel/UCqFFZvgC7JUL6esOrL8LyWg
GamadGames
Level 0
***



View Profile WWW
« Reply #10 on: April 11, 2016, 06:19:46 AM »

How to make a circular menu in Unity 5!
You can follow this if you don't follow the Rust Tutorial (We will first create the system, at the next rust part we will intergrate it)





Hope you guys like it!
Logged

Unity game developer and tutor
Creating the game Pirate Treasure and uploading tutorials every monday on this channel: https://www.youtube.com/channel/UCqFFZvgC7JUL6esOrL8LyWg
GamadGames
Level 0
***



View Profile WWW
« Reply #11 on: April 18, 2016, 06:29:09 AM »

Part 2 of how to create a circular menu in unity!





Hope you guys like it!
Logged

Unity game developer and tutor
Creating the game Pirate Treasure and uploading tutorials every monday on this channel: https://www.youtube.com/channel/UCqFFZvgC7JUL6esOrL8LyWg
GamadGames
Level 0
***



View Profile WWW
« Reply #12 on: April 25, 2016, 06:08:33 AM »

The last part of how to create a building system!



Logged

Unity game developer and tutor
Creating the game Pirate Treasure and uploading tutorials every monday on this channel: https://www.youtube.com/channel/UCqFFZvgC7JUL6esOrL8LyWg
GamadGames
Level 0
***



View Profile WWW
« Reply #13 on: May 04, 2016, 03:39:45 AM »

Hello guys and welcome to another unity 5 tutorial!
In this tutorial we are going to make a start of how to create a day & night cycle!

we will create to change the fog color, the sun rotation, the sun intensity and we will see the time of the day at the screen!

I hope you guys like it!

Also if you got any questions, just ask in the comments!



Logged

Unity game developer and tutor
Creating the game Pirate Treasure and uploading tutorials every monday on this channel: https://www.youtube.com/channel/UCqFFZvgC7JUL6esOrL8LyWg
GamadGames
Level 0
***



View Profile WWW
« Reply #14 on: May 09, 2016, 06:30:10 AM »

Hello guys and welcome to another unity 5 tutorial!
In this tutorial we are going to make a start of how to create a Save And Load system





I hope you guys like it!

Also if you got any questions, just ask in the comments!
Logged

Unity game developer and tutor
Creating the game Pirate Treasure and uploading tutorials every monday on this channel: https://www.youtube.com/channel/UCqFFZvgC7JUL6esOrL8LyWg
GamadGames
Level 0
***



View Profile WWW
« Reply #15 on: May 16, 2016, 06:12:19 AM »

Part 2!



Logged

Unity game developer and tutor
Creating the game Pirate Treasure and uploading tutorials every monday on this channel: https://www.youtube.com/channel/UCqFFZvgC7JUL6esOrL8LyWg
GamadGames
Level 0
***



View Profile WWW
« Reply #16 on: May 30, 2016, 08:14:45 AM »

I'm sorry I'm so late, but I was on vacition so I couldn't respond and things like that Wink
Part 1 & 2 of how to enter and exit a car in unity.

part 1:




part 2:
https://www.youtube.com/watch?v=62bT-lw7ttE
Logged

Unity game developer and tutor
Creating the game Pirate Treasure and uploading tutorials every monday on this channel: https://www.youtube.com/channel/UCqFFZvgC7JUL6esOrL8LyWg
GamadGames
Level 0
***



View Profile WWW
« Reply #17 on: June 06, 2016, 06:11:31 AM »

How to enter and exit a vehicle in Unity!

Part 3!



Logged

Unity game developer and tutor
Creating the game Pirate Treasure and uploading tutorials every monday on this channel: https://www.youtube.com/channel/UCqFFZvgC7JUL6esOrL8LyWg
GamadGames
Level 0
***



View Profile WWW
« Reply #18 on: June 13, 2016, 06:06:08 AM »

The last part of how to enter and exit a vehicle within unity!



Logged

Unity game developer and tutor
Creating the game Pirate Treasure and uploading tutorials every monday on this channel: https://www.youtube.com/channel/UCqFFZvgC7JUL6esOrL8LyWg
GamadGames
Level 0
***



View Profile WWW
« Reply #19 on: June 20, 2016, 06:16:17 AM »





Hello guys and welcome to another unity 5 tutorial!
In this tutorial we are going to create a smart way to open and close doors in unity. Smiley
 
I hope you guys like it!
 
Also if you got any questions, just ask in the comments!
Logged

Unity game developer and tutor
Creating the game Pirate Treasure and uploading tutorials every monday on this channel: https://www.youtube.com/channel/UCqFFZvgC7JUL6esOrL8LyWg
Pages: [1] 2 3 4
Print
Jump to:  

Theme orange-lt created by panic