News

There are two methods to make object move in unity:by changing its transform (position).by adding force by using addforce() method.in this blog i have mentioned, how we can make object move by adding ...
Add the MonoBehaviour AspectRatioController.cs to any GameObject in your scene (see included example scene). Then set the desired aspect ratio and minimal resolution values in the inspector. This ...
We get a click event when we click a button in ui , but how to get a click event while clicking on a gameobject from our scene .it is very simple . to get a click event from a object , add a collider ...