srcnalt / OpenAI-Unity

An unofficial OpenAI Unity Package that aims to help you use OpenAI API directly in Unity Game engine.
MIT License
672 stars 150 forks source link

"Tests" can conflict with existing project's tests #36

Closed CharlieHess closed 1 year ago

CharlieHess commented 1 year ago

@srcnalt As the tests .asmdef file is named "Tests" and included in the GitHub repo, if users have their own Tests assembly defined in their project, it'll cause compilation errors on import. Probably best to rename your Tests assembly to something that won't conflict.

srcnalt commented 1 year ago

Fixed in #44