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"

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

Last updated