ricardojmendez / UnitySteer

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

Start/Awake Bug and Component Menu Items #2

Closed capnslipp closed 13 years ago

capnslipp commented 13 years ago

Howdy,

I fixed an initialization-order bug (the way I'm using UnitySteer, at least) that shouldn't break anything else. I also put all the UnitySteer-related scripts under “Component > UnitySteer > …” (no worries if you want to rename/rearrange it; I just can't handle trying to find the scripts I need when they're lumped into “Component > Scripts > …”). Pull at will.

Thanks for the great lib and keep it up. Cheers.

— Slipp

ricardojmendez commented 13 years ago

Thanks for the changes Slipp, I've merged them into master and development. At some point I'll need to merge development with experimental, but that's sure to cause some conflicts.

Cheers!