MicrosoftEdge / MicrosoftEdge/WebView2Feedback
Unity3D support
@Lakshmisha-KS is already working on this.
Since Feb 12, 2025.
- Dominant language
- PowerShell
- Stars
- 526
- Forks
- 67
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem? Please describe.
I would like to use Webview2 in my Unity3D app on windows systems. I imported the Core dll in my project, and I also use the WebView2Loader.dll. Anytime I call CoreWebView2Environment.CreateAsync();, the Unity Editor (or built project) crash.
I have read in the issue #401 that back in 2020 you were aiming to support Unity3D in 2021.
Am I missing something? If not, do you still plan such a support?
Describe the solution you'd like and alternatives you've considered
Idealy the solution I would like is a WebView2 that works in Unity3D games.
The alternative I am considering right now is to try with the Win32 lib, make some wrapper and try to call native functions from Unity myself; but I believe it will fail, I am pretty sure it is already what your Core library does.
Contributor guide
No contributing guide indexed for this repository
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.