Unity-Technologies / Unity-Technologies/com.unity.webrtc
Webgl not working?[BUG]
@karasusan is already working on this.
Since Mar 28, 2021.
- Dominant language
- Assembly
- Stars
- 852
- Forks
- 238
- PR merge metrics
- No merged PRs in 30d
Description
Describe the bug
I followed this guide:
https://github.com/Unity-Technologies/com.unity.webrtc/blob/develop/Documentation~/install.md
downloaded the example and try to build with webgl the scene:
MultiplePeerConnections
But i get over 200 errors like this:
Assets\Samples\WebRTC\2.3.3-preview\Example\MungeSDP\MungeSDPSample.cs(24,13): error CS0246: The type or namespace name 'RTCOfferOptions' could not be found (are you missing a using directive or an assembly reference?)
To Reproduce
Install unity 2019.4.11
follow the guide
https://github.com/Unity-Technologies/com.unity.webrtc/blob/develop/Documentation~/install.md
downloaded the example and try to build with webgl the scene
Expected behavior
I can compile
Environment (please complete the following information):
- OS: Windows
- Unity Version [e.g. 2019.4.11f]
Is normal or I am doing something wrong?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.