ricardojmendez / UnitySteer

Steering, obstacle avoidance and path following behaviors for the Unity Game Engine
https://numergent.com/tags/unitysteer/
Other
1.2k stars 275 forks source link

Help with SteerForPathSimplified !!! #43

Closed sangaloma closed 8 years ago

sangaloma commented 8 years ago

Hi everybody, This is the first time I am using unitysteer, i tried to use SteerForPathSimplified.cs but the problem that i wasnt able to assign the path to the script. Can anyone help me with this?

ricardojmendez commented 8 years ago

Can you elaborate? Your original post stated:

(i cant see a path variable in the inspector)

Path is not a serialized field that you can just assign in the inspector, you should set a pathway at runtime. How are you unable to assign the path?

ricardojmendez commented 8 years ago

Closing given the lack of extra details.