Description of the issue:
at 4:46 you mention installing “ArdkAuthConfig” however I don’t see an ARK option or “ArdkAuthConfig” I am on UNity 2022.3.18f and Lightships Ardk v3.0 (ARDK UPM v3.3.0) Have things changed since then?
It appears you are using a recent version of Unity and Lightship ARDK. The ArdkAuthConfig class has been deprecated and is no longer required for authentication in Lightship ARDK v3.0 and above. Authentication is now handled through the ARDK class directly. You can find more information on authentication in the Lightship documentation here: ARCore support for Unity developers | Google for Developers.
In summary, you don’t need to install “ArdkAuthConfig” as it is no longer required for authentication in your current version of Lightship ARDK.