- Home /
Collection Coins(golds)
I want the gold move to the top left corner GUI, like this link..
But my screen is 2D interface, how to write this code? And how to make this video scores, run fast?
Answer by Reavenk · May 25, 2012 at 04:06 AM
The simplest way I can think of would be the add a GameObject parented to the camera, and move it so that if a coin was directly on it, it would be where where you want it to be on the GUI. Then when you touch a coin, animate the coin from its current position to the new object attached to the camera.
Your answer
Follow this Question
Related Questions
Rigidbody move Character Controller 1 Answer
How to make my character walk? 2 Answers
Object moves when turning on animate..Why? 3 Answers
How to make character run to enemy? 1 Answer
Character's 'master' transform keeps moving (in editor!) 0 Answers