- Home /
Editor like spore? (move object on other object) C#
First - sorry for my english... Do you play Spore? There is an editor of cars or tanks... I want to do something like that! How to get position where mouse hit the platform..
OnMouseDrag () {
if on platform Object.position = mouse platform hit position
}
Comment
Your answer
Follow this Question
Related Questions
How to check if object is skewed ? 2 Answers
move object to the hands of the user 2 Answers
Move object with collision 1 Answer
Editor in game? 0 Answers
How to assign object reference to ObjectField knowing the object's name? 2 Answers