- Home /
Tree Problem
Hi, I'm a beginner to Unity and, I don't really know how to use it that well. The problem is, when I begin to walk towards the trees, they start to move. Another problem is, when I look up to the sky, the trees rotate towards me. Please help, Thanks.
Answer by greay · Jun 30, 2012 at 08:37 PM
Sounds like your trees are probably parented to the camera or something similar. Take a look at your scene hierarchy; the problem's most likely there.
Answer by matteonite · Jun 30, 2012 at 09:30 PM
If your trees are inside your player(controller) directory than move them out
Answer by dean_0707 · Jul 01, 2012 at 12:30 AM
I checked and that was not the problem. I had another look into it and, it appears that they are turning from a 2D tree, to a 3D tree as I move towards them, and when I look up, all the 2D trees rotate towards me.
I don't know what to tell you... it's hard to figure out what the problem is with the information you've given us thus far. How is your scene set up? 1st person / 3rd person? Are there any scripts that would be affecting the positions/rotations of things in the scene?
Have you tried just doing some terrain tutorials?
Your answer

Follow this Question
Related Questions
Placing Custom Trees with Unity Terrain only Places the Bottom Part of the Trees 0 Answers
Placing Custom Trees with Unity Terrain only Places the Bottom Part of the Trees 0 Answers
Tree Problem - tree model turned white 2 Answers
Weird light popping 2 Answers
400 Scriptable objects per 1 datastructure = overkill. Halp plz 2 Answers