Question by
Imry · Dec 27, 2017 at 10:11 PM ·
positionscalelocalscalelocalposition
What's a difference between just Scale and localScale or Position and localPosition?
Same as above
Comment
Best Answer
Answer by ransomink · Dec 28, 2017 at 12:40 AM
Position is a game object's location in world space. localPosition is a game object's position relative to its parent. Same thing for scale. Always make sure to check the unity documentation. All the scripting API is available...
Thanks. I think I should look up the scripting API as you said.
Your answer
Follow this Question
Related Questions
Can you help explain this positioning conundrum to me! 1 Answer
How can i reset position of my obstacle?? 0 Answers
objects of same parrent random scale/size(xy and z) 0 Answers
function works script-wise; doesn't work visually(only in game) 0 Answers
Organising children in the local position is out of place. 2 Answers