Unity-Technologies / Unity-Technologies/com.unity.webrtc
[BUG]: Plugin crashes during load with NVIDIA gpu that doesn't support NVDEC
Open
@karasusan is already working on this.
Since Nov 13, 2023.
bug
issued
- Dominant language
- Assembly
- Stars
- 852
- Forks
- 238
- PR merge metrics
- No merged PRs in 30d
Description
Package version
3.0.0-pre.7
Environment
* OS: Windows 10
* Unity version: 2021.3.2f1 (d6360bedb9a0)
Steps To Reproduce
- Have a device with NVIDIA gpu that doesn't support NVDEC
- Include WebRTC pre7 as package on a Unity project
- Try to open the project from Unity hub
- Unity hub crashes during load-up
Current Behavior
Whole Unity project crashes when trying to start a project that has included the WebRTC package and the device has a NVIDIA gpu that doesn't support NVDEC. The crashing happens when starting from the Unity hub and also when trying to start compiled executable file.
Expected Behavior
The project should compile and the parts of the software that don't support the hardware could be disabled during run-time.
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.