sturdyspoon / unity-movement-ai

A Unity library for common movement AI
MIT License
1.95k stars 280 forks source link

The namespace `global::' already contains a definition for `Separation' #1

Closed phpchess closed 6 years ago

phpchess commented 8 years ago

Getting the error: The namespace global::' already contains a definition forSeparation' and also error CS0101: The namespace global::' already contains a definition forCohesion'. General wording in definitions is always an issue and leads to conflicts with other asset packaged. maybe you can pre-fix all your classes and references to them with umai_ and then these conflicts would be less likely to arise. Thanks though for a great library of behaviours. Works really well.

sturdyspoon commented 8 years ago

I agree. I've always intended to add a namespace to the library (why I forgot to do it from the beginning is beyond me).

sturdyspoon commented 6 years ago

I added a namespace to the dev branch.