Hi,
I’m using a script to download a glb file via UnityWebRequest. After that I create a new UnityGLTF.GLTFComponent and set the GLTFUri to the filePath, where I downloaded it. Everything is working so far.
The problem is, that I always get this error then:
"Error loading file: abc.glb
Message: UnityGLTF/PBRGraph not found. Did you forget to add it to the build?"
I added the UnityGLTF package via the package manager, it’s the newest version.
Someone maybe can help me here?
version: Unity 2022.3