Voltstro-Studios / UnityWebBrowser

Unity Web Browser (UWB) is a Unity package that allows displaying and interacting with the web from within Unity.
https://projects.voltstro.dev/UnityWebBrowser/
MIT License
320 stars 43 forks source link
browser cef cefglue chromium chromium-embedded-framework csharp unity unity-2021 unity-browser unity-package unity2d unity3d webbrowser

Unity Web Browser

License Build Discord YouTube

Unity Web Browser (UWB) is a Unity package that allows displaying and interacting with the web from within Unity.

This project is capable of using any desired web engine you want, however for now we only have an engine using CEF.

Features

Getting Started

Prerequisites

Unity 2021.3.x

Install

  1. Setup VoltstroUPM
  2. Define the additional scopes org.nuget and com.cysharp.unitask with VoltstroUPM
  3. Install the required packages!
    • UnityWebBrowser
  4. Install an engine:
    • E.G.: UnityWebBrowser CEF Engine with Windows natives

For a more in-depth installation guide, check out the setup article.

Documentation

For further documentation, see UWB's project site.

The project site covers information such as Engines, Platform support, advance setup, plus more.

Issues/Features Requests/Questions (Support)

With issues, please use the GitHub issue tracker.

With feature requests and questions, please use GitHub Discussions.

Before opening a new issue/discussion, make sure someone else hasn't already asked.

PLEASE DO NOT USE DISCORD FOR SUPPORT!

Contributing

For learning how to setup UWB repo for development, please see the developer guide article on the project's site.

Screenshots

Click to expand! ### [Editor] Google ![Google Screenshot](media/Editor1.webp) ### [Editor] YouTube ![YouTube Screenshot](media/Editor2.webp) ### [Editor] Reddit Old (Note: New Reddit works fine as well!) ![Old Reddit Screenshot](media/Editor3.webp) ### [Player] Voltstro's Website ![Voltstro](media/Player1.webp)

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

Thanks

Thank you to many different projects and people that have made this project possible.

CEF Engine

This projects were used as inspiration/how-to for the CEF Engine.