Open michaellu88 opened 2 years ago
i believe the nullreferenceexception is the missing Camera Projection in JoinHandler script. may i know where the file? tq
Hey, this repository is a Unity Project itself. You don't need to import the samples from client-sdk-unity-web
This is still an open issue- Camera Projection field is missing in the JoinHandler object on the JoinScene.
@adamroszyk which Unity version are you seeing this with? Can you provide any repro steps?
Thank you for the steps. reopened.
Hey, I have updated the ShaderGraph version on the main branch. On the JoinHandler, by default, the Projection field is correctly set to the one inside the scene. I'm not sure I understand why it's not defined in your case. You can easily fix it by selecting the correct game object like the screenshot below
i have imported the demo project and open the unity-project folder. switch to Webgl.
i got this 3 error
EntryPointNotFoundException: InitCopyPaste assembly: type: member:(null)
CopyPaste.Init () (at Assets/Scripts/CopyPaste.cs:16)
EntryPointNotFoundException: InitCopyPaste assembly: type: member:(null)
CopyPaste.Init () (at Assets/Samples/LiveKit WebGL SDK/1.2.3/Example/ExampleRoom/CopyPaste.cs:16)
NullReferenceException: Object reference not set to an instance of an object JoinHandler.Start () (at Assets/Scripts/JoinHandler.cs:31)
pls help
tq