GoCarrot / teak-unity

Teak SDK for Unity
Apache License 2.0
0 stars 1 forks source link

Errors when Installing via Package Manager when using Assembly Definition files #82

Open blamfantastico opened 1 year ago

blamfantastico commented 1 year ago

We get namespace errors when Teak is installed via the package manager into a project that uses assembly definition files.

The user needs to link the Teak assembly definition files like this: https://medium.com/codex/fixing-the-missing-assembly-reference-error-in-unity-projects-a1d2cee36a3e

We either need a work around or automated setup for this or to document this extra step.