News

A Unity script for basic 2D platformer movement To Use: 1: create a new c# file named PlayerMovement 2: delete the default code 3: copy and paste the code from the project 4: apply all the neccecary ...
When we develop a game sometimes we need gameobject move randomly without any user input. in this script a sprite randomly move in 2d and also rotate in moving direction.using unityengine;using system ...
A complete tutorial explaining how to create a very basic 2D platform game for Android with touch-screen controls in Unity.