Sometimes, we want to allow the user to interact with objects through mouse pointer clicks. In this recipe, we will allow the user to move an object in a random direction by clicking on it.
Moving objects by clicking on them
Getting ready
This recipe builds upon the player-controlled 3D cube Unity project that you created at the beginning of this chapter. So, make a copy of this project, open it, and then follow the steps for this recipe. The result of following this recipe should look as follows:
![](https://static.packt-cdn.com/products/9781788471909/graphics/assets/4b8fb3a4-1972-4e56-8bfb-ff6d1c820c6e.png)
How to do it...
To move objects by clicking on them, follow these steps...