Using Unity 2019.4 on my MacBook Pro I installed WebRTC version 2.3.3. I then Proceeded to import the WebRTC examples that are available from the package manager and I get a ton of compile time errors. All of which are CS0234 errors: The type or namespace name ‘…’ does not exist in the namespace ‘WebRTC’ (are you missing an assembly reference). So basically I am getting an error anywhere that I see something like ‘WebRTC.Initialize(…)’ or other lines of code that call functions from WebRTC.
I am pretty new to Unity and C# so maybe this is simple to fix but It seems to me that I should not be getting these errors and the examples should just work right out of the box. Can someone provide some guidance on this?
We tried 2.4.0-exp.4 on a MacBook and it crashed immediately on Play. We rolled back to 2.4.0-exp.3 and it didn’t. Still having trouble passing a simple text message over the dataChannel using the gooigle stun server. Connects just fine but the DataChannel example in the Samples is all local and both peers in the same code. I guess I will create a separate question but just thought I would relay the crashes on Mac that came from 2.4.,0-exp.4.