vimeo / vimeo-unity-sdk

Easily stream your Vimeo videos into Unity or record and publish out to Vimeo.
MIT License
211 stars 49 forks source link

Video Sphere not rendering #146

Open Th3DJLucipurr opened 1 year ago

Th3DJLucipurr commented 1 year ago

I'm having an issue with the sphere. If I try to make it a prefab and put it into another scene the sphere goes invisible. I attempted to load in the demo scene as well using LoadSceneAsync but it came out invisible again. The audio is working and it is pulling in the scene it's just that the sphere is not rendering.

I wanna add that it does play videos from that demo scene perfectly but once you try doing anything else with it the sphere won't render.

Steps to Reproduce:

  1. Make the GameObject into a prefab
  2. add it to another scene

Version: Unity 2021.3.6f1

Operating System: Windows 10

Help would be greatly appreciated, thanks