Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+1)

hi, i'm not dani but i hope i helped you

you have to set the velocity to 0, 0, 0, like this

rigidbodyName.velocity = new Vector3(0, 0,0 );

then apply the new velocity or force to you game object

cheers