In the project I had ARCore Extenstion (lite version) 1.52.0.
Added Unity AI assistant package ("com.unity.ai.assistant"). And got Library code errors.
Tried with new 1.53 version, but same result.
Library\PackageCache\com.google.ar.core.arfoundation.extensions-lite@9312d9a06539\Editor\Scripts\Internal\Analytics\ArcoreSdkLog.cs(30,28): error CS0234: The type or namespace name 'Protobuf' does not exist in the namespace 'Google' (are you missing an assembly reference?)
Both have protobuf.dll, removing any of them makes the other to no compile.
In the project I had ARCore Extenstion (lite version) 1.52.0.
Added Unity AI assistant package ("com.unity.ai.assistant"). And got Library code errors.
Tried with new 1.53 version, but same result.
Library\PackageCache\com.google.ar.core.arfoundation.extensions-lite@9312d9a06539\Editor\Scripts\Internal\Analytics\ArcoreSdkLog.cs(30,28): error CS0234: The type or namespace name 'Protobuf' does not exist in the namespace 'Google' (are you missing an assembly reference?)
Both have protobuf.dll, removing any of them makes the other to no compile.