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

Errors during Installation #1

Closed rmgalante closed 13 years ago

rmgalante commented 13 years ago

I downloaded the sample zip file. I extracted it to a directory under my Unity3D version 3 folder. I downloaded the UnitySteer zip file and extracted its contents to the Assets/Scripts folder.

I start Unity3D and select that sample project. I get errors like, "Unable to create metadata directory" or "Unable to create cache directory". So I created these subdirectories manually under the Library folder. Then the sample worked.

ricardojmendez commented 13 years ago

Are you using Unity Pro or basic?

rmgalante commented 13 years ago

Unity Pro 3

rmgalante commented 13 years ago

I didn't mean to close the comment.

ricardojmendez commented 13 years ago

Thanks for letting me know. It seems to be a Unity issue, however, as one is not supposed to check in the cache or metadata folders into source control, and it would appear that in some cases Unity has trouble creating them itself.

Could you please file an issue from the Unity bug reporter if you can reproduce it? I couldn't get it to happen on OSX.