> For the complete documentation index, see [llms.txt](https://bonspiel-games.gitbook.io/cortex-unity-plugin/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bonspiel-games.gitbook.io/cortex-unity-plugin/getting-started/common-issues.md).

# Common Issues

### Editor namespace / autofill

After adding the unity package, your code editor may not recognize the namespace or methods within. While the code will compile and work just fine, this is frustrating.

To fix this, you need to regenerate your project files with the Git packages option enabled.

Go to Edit -> Preferences -> External Tools

Under "Generate .csproj files for:" enable "Git packages"

Then, press "Regenerate project files"

<figure><img src="/files/mpAk1uBq4kmwI9d024QQ" alt=""><figcaption></figcaption></figure>

This will let your code editor "see" the package properly, providing you proper editor functionality.
