No (VR) Samples in Package Manager

I wanted to start a new Project, due upgrading from v3.xx to v4 caused some issues.
I need it for VR - but there is neither a Package Manager in the Convai Editor Window, nor is there a Tab/Section in the Unity Package Manager. Only Overview/Releases/Imported Assets/Images.

I am using Unity 6000.3.14f1. Its a fresh Project with Unity VR Template and the only Package is Convai (NPC AI Engine…) 4.1.0 installed via Package Manager.

Thank you!

Hello,

Welcome to the Convai Developer Forum!

As the V4.x.x versioning suggests, this release includes major and breaking changes. The SDK has been significantly redesigned from top to bottom.

At the moment, you are using V4, and V4 does not support automation flows. You can still use it for VR, but XR-specific elements need to be implemented manually on your side.

If you would prefer to continue with V3 instead, you can use the legacy Unity SDK from the link below: https://forum.convai.com/t/need-legacy-unity-sdk-for-2022-3/6096/2?u=k3

Thank you.
Then maybe reconsider correcting it in your Docs. There is a whole section about importing samples - but they do not exist…

Thank you for pointing that out.

At the moment, there is no public documentation specifically for XR setup. Those documentations are not publicly listed for V4 and were previously intended for V3 users under a different category.

Well, it basically is in your latest public documentation for V4 (beta): Import & Run Sample Scenes | Convai Documentation . “Step-by-Step” - point 3. :sweat_smile: Even in older projects with 3.3.x I think there never was a “Samples” section in the unity package manager.

Anyways - thank you for pointing out that there are no VR samples atm. :victory_hand:

In V3, those resources were not shown under a Samples section. They were available as Custom Packages and could be accessed through the editor UI instead.

That documentation refers to V4. At the moment, V4 does not include a VR specific sample.