The easy creators
Friday, 7 September 2018
Wednesday, 29 August 2018
How to create a realistic city in Unity
For create a realistic city in Unity-
Start a New Project and call it Anything that you want.
Pay close attention to the folder you add your projects, as all files need to remain in the same location. Keep the default location for this project. Once your project is open, go to File > New Scene, and name your scene .
Start a New Project and call it Anything that you want.
Pay close attention to the folder you add your projects, as all files need to remain in the same location. Keep the default location for this project. Once your project is open, go to File > New Scene, and name your scene .
Now we start creating
create cube with scale y=0.01,x=1,y=15 and position it x=0,y=0,y=0 ad rename it as road.
create a cube x=10,z=10,y=10 and rename it to building.
Now, create street system and buildings by creating duplicates and scale them randomly.
Create a terrain with grassy texture and make and make sure it covers whole area of your city.
Your city will look like this-
Monday, 12 March 2018
How make a endless runner game like subway surfers in unity?
Making an endless runner game in Unity like Subway Surfers in just 90-120 min.
first create a new project and download assets from given links
Now we have to design the Environment you can any type of you want i am creating a simple one just follow steps-
Note- scrips download link download
models download link download
PART-1 Creating Environment.
You can use any asset in designing.
Now we have to design the Evironment you can use any type of you want i am creating a simple one just follow steps-
1. Go to assets/import package/environment
2. Now Go to gameobject and create cube with scale of x=5.5,y=0.01,z=70 rename it as a ground.
3. Now create a 2 cube with scale x=2,y=0.5,z=70 place it as border of ground.
4. Now you create environment by puting trees and some buildings or anything that you want.
5. Put all these in an empty with name of widestraightpath.
5. This whole procedure will take around 15 min.
6. Now your scene will be look like this.
PART-2 Making Character.
You can make your own character or dowload mine that link is given in top of tutorial.
1. Create a gameobject rename it as player.
2. Put your character in player also put the main camera in it just after the character.
3. Add script "arrow key detecter" and "character sideway movement" to player.
4. Go to character folder in zip file that you downloaded there will be a CharacterAnimator add it to your character.
5. Create an empty add script Gamemanager to it.
6. Create another empty select it go to component/event and add event system also add standalone input manager from component/event.
7. Now click on play button to test it.
8. your app will be ow look like this.
PART-3 Creating collectables and obstacles and make all things Infinte.
They are present in zip file or you can use own stuff
1. Create some cube around 30 and put them in series.
2. Create a empty rename it as StuffSpawn add StuffSpawner scriptPat to it.
3. Make sure your not have any mesh,box collider,mesh renderer.
4. Go to stuff spawn click on Stuff spawn points change it size to no. of cubes that you created ad put all one by one in elements.
5. Click on bonus in StuffSpawn change size=4 and put all candy in it.
6. Click on obstacles in StuffSpawn chage size=2 and puth both obstacles.
7. Put StuffSpawn in WideStraightPath.
8. Create a cube of width that it cover your ground and y=10 rename it Path spawn collider also add script of same name make sure it not have any mesh.
9. Create a cube in end of path and rename it NewPathSpawn put it in an empty of name SpwanGOs.
10. Put Pathspawncollider and Newpathspawn in Widestraightpath.
11. Go to Pathspawnn collider click on path spawn collider position y=0.81, element 0=NewPathSpawn, Path=WideStraightPath.
12. Click save and your Game is ready.
You can now test it and play it.
My final game looks like this.
please comment for questions
first create a new project and download assets from given links
Note- scrips download link download
models download link download
PART-1 Creating Environment.
You can use any asset in designing.
Now we have to design the Evironment you can use any type of you want i am creating a simple one just follow steps-
1. Go to assets/import package/environment
2. Now Go to gameobject and create cube with scale of x=5.5,y=0.01,z=70 rename it as a ground.
3. Now create a 2 cube with scale x=2,y=0.5,z=70 place it as border of ground.
4. Now you create environment by puting trees and some buildings or anything that you want.
5. Put all these in an empty with name of widestraightpath.
5. This whole procedure will take around 15 min.
6. Now your scene will be look like this.
PART-2 Making Character.
You can make your own character or dowload mine that link is given in top of tutorial.
1. Create a gameobject rename it as player.
2. Put your character in player also put the main camera in it just after the character.
3. Add script "arrow key detecter" and "character sideway movement" to player.
4. Go to character folder in zip file that you downloaded there will be a CharacterAnimator add it to your character.
5. Create an empty add script Gamemanager to it.
6. Create another empty select it go to component/event and add event system also add standalone input manager from component/event.
7. Now click on play button to test it.
8. your app will be ow look like this.
PART-3 Creating collectables and obstacles and make all things Infinte.
They are present in zip file or you can use own stuff
1. Create some cube around 30 and put them in series.
2. Create a empty rename it as StuffSpawn add StuffSpawner scriptPat to it.
3. Make sure your not have any mesh,box collider,mesh renderer.
4. Go to stuff spawn click on Stuff spawn points change it size to no. of cubes that you created ad put all one by one in elements.
5. Click on bonus in StuffSpawn change size=4 and put all candy in it.
6. Click on obstacles in StuffSpawn chage size=2 and puth both obstacles.
7. Put StuffSpawn in WideStraightPath.
8. Create a cube of width that it cover your ground and y=10 rename it Path spawn collider also add script of same name make sure it not have any mesh.
9. Create a cube in end of path and rename it NewPathSpawn put it in an empty of name SpwanGOs.
10. Put Pathspawncollider and Newpathspawn in Widestraightpath.
11. Go to Pathspawnn collider click on path spawn collider position y=0.81, element 0=NewPathSpawn, Path=WideStraightPath.
12. Click save and your Game is ready.
You can now test it and play it.
My final game looks like this.
please comment for questions
Saturday, 10 March 2018
How to use unity?
Unity is a free 2D&3D Game Engine. it provide you many tools for creating games. It has Its own Asset Storead the best Community Q&A section where you can easily ask questionns to other Game Professionals.
You first have to download the latest version of Unity from unity3d.com, Install it and Activate it. Unity provide some Standard Assets for your game also download and install them
When you open unity it will show you image like this-
create a new project with any name and click ok-
when your project will be created with some settings then unity will be show an interface like this-
Now you can start making games.
You first have to download the latest version of Unity from unity3d.com, Install it and Activate it. Unity provide some Standard Assets for your game also download and install them
When you open unity it will show you image like this-
create a new project with any name and click ok-
when your project will be created with some settings then unity will be show an interface like this-
Now you can start making games.
How to make a game
In this website we are going to tell you how to create a game easily without any experience.
creating game si snever been so easy but if have whole things are setup then you can do it without doing any hardstuff.
In tutorial series we are going to tell about creating games of many genres.
Let see some tutorial series.
1. How to start make a Game?
2. How to use Unity?
3. Making an Endless Runner Game like Subway Surfers (Straight in lanes)
4. Making an Endles Runner Game like Temple Run (Rotated path)
5. Making a FPS like Call of Duty
6. Making an Adventure RPG like Prince of Persia
7. Making an Open world RPG like GTA
8. Making a Tower Defence Game
9. Making a Racing Game (both Car & Bike)
10. Making a Motocross Game.
creating game si snever been so easy but if have whole things are setup then you can do it without doing any hardstuff.
In tutorial series we are going to tell about creating games of many genres.
Let see some tutorial series.
1. How to start make a Game?
2. How to use Unity?
3. Making an Endless Runner Game like Subway Surfers (Straight in lanes)
4. Making an Endles Runner Game like Temple Run (Rotated path)
5. Making a FPS like Call of Duty
6. Making an Adventure RPG like Prince of Persia
7. Making an Open world RPG like GTA
8. Making a Tower Defence Game
9. Making a Racing Game (both Car & Bike)
10. Making a Motocross Game.
Subscribe to:
Posts (Atom)