nhan web
this is a website about me :>>
I am a unity dev(student) and I make indie game
Play my game here
GreenG games
and to today I will teach you how to make a game:)
1) First you need to know what is a collider in unity.
Collider components define the shape of an object for the purposes of physical collisions. A collider, which is invisible, need not be the exact same shape as the object's mesh and in fact, a rough approximation is often more efficient and indistinguishable in gameplay.
2)Second is what is a rigidbody in unity.Rigidbodies are components that allow a GameObject to react to real-time physics. This includes reactions to forces and gravity, mass, drag and momentum. You can attach a Rigidbody to your GameObject by simply clicking on Add Component and typing in Rigidbody2D in the search field.
3) And Finally What is scripting in Unity? Scripting tells our GameObjects how to behave; it's the scripts and components attached to the GameObjects, and how they interact with each other, that creates your gameplay.
and Now follow my tutorial