Player Prefab Not Appearing on Scene When Using Convai Essentials

Hi,
After importing Convai Essentials into my Unity project, I noticed that when running the scene, my player prefab (which is instantiated at runtime via Photon) no longer appears in the scene.

Before adding Convai, everything worked fine — the player prefab spawned correctly on Play. Now, even though both Convai Essentials and my NPC character are in the project, the player doesn’t appear when the game starts.

What could be causing this issue?

Thanks!