Unity-Technologies / Unity-Technologies/com.unity.webrtc
[BUG]: standalone exe for the application When calling WebRTC.Initialize() app crashes
@karasusan is already working on this.
Since Mar 20, 2023.
- Dominant language
- Assembly
- Stars
- 852
- Forks
- 238
- PR merge metrics
- No merged PRs in 30d
Description
Package version
Others
Environment
* OS:windows10
* Unity version: 2022.2.1f1
unity webrtc version -> 2.4.0-exp.11
Steps To Reproduce
void Start() {
WebRTC.Initialize();
}
Current Behavior
WebRTC. Initialize(); calling terminates the app
There are no errors in unity debug.
No error alarms.
just App is forced off
This happens on certain laptops.
The graphics card is dual.
Intel integrated graphics and nvidia external graphics
Even if I disable the integrated graphics, same result
Graphics card versions are all up to date.
The graphics card model of the laptop is mx150 and intel uhd graphics 620
Can't use UnityWebrtc if my graphic card doesn't support encoder?
I've attached a screenshot
Expected Behavior
exe or unityeditor also force quit
Anything else?

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.