im new in unity. want to create a game in unity.
first now i want to create a script that enables an object, eg. sphere to move in one direction automatically when the game starts.
advice please
im new in unity. want to create a game in unity.
first now i want to create a script that enables an object, eg. sphere to move in one direction automatically when the game starts.
advice please
Hi, you can use lerp, translate or movetowards to move object in 3d space.