# UnityWebBrowser **Repository Path**: ideawedo/UnityWebBrowser ## Basic Information - **Project Name**: UnityWebBrowser - **Description**: GitHub上的开源仓库,Unity网页浏览器 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://github.com/Voltstro-Studios/UnityWebBrowser - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-05-08 - **Last Updated**: 2023-05-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Unity Web Browser [![License](https://img.shields.io/github/license/Voltstro-Studios/UnityWebBrowser.svg)](/LICENSE.md) [![Build](https://github.com/Voltstro-Studios/UnityWebBrowser/actions/workflows/main.yml/badge.svg)](https://github.com/Voltstro-Studios/UnityWebBrowser/actions/workflows/main.yml) [![Discord](https://img.shields.io/badge/Discord-Voltstro-7289da.svg?logo=discord)](https://discord.voltstro.dev) [![YouTube](https://img.shields.io/badge/Youtube-Voltstro-red.svg?logo=youtube)](https://www.youtube.com/Voltstro) 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](https://bitbucket.org/chromiumembedded/cef/). ## Features - Easy Installation with UPM - Multi-Platform Desktop Support - API to interact with the web engine - Extendable - 100% Open-Source ## Getting Started ### Prerequisites ``` Unity 2021.3.x ``` ### Install 1. Setup [VoltstroUPM](https://github.com/Voltstro/VoltstroUPM#setup) 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](https://projects.voltstro.dev/UnityWebBrowser/articles/user/setup/). ## Documentation For further documentation, see [UWB's project site](https://projects.voltstro.dev/UnityWebBrowser/articles/). 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](https://github.com/Voltstro-Studios/UnityWebBrowser/issues). With feature requests and questions, please use [GitHub Discussions](https://github.com/Voltstro-Studios/UnityWebBrowser/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](https://projects.voltstro.dev/UnityWebBrowser/articles/dev/dev-guide/) 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 * **Voltstro** - *Initial work* - [Voltstro](https://github.com/Voltstro) ## License This project is licensed under the MIT License - see the [LICENSE.md](/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. - [CEF](https://bitbucket.org/chromiumembedded/cef/src/master/) - Underlying web engine. - [CefGlue](https://gitlab.com/xiliumhq/chromiumembedded/cefglue) - C# wrapper. - [CefUnitySample](https://github.com/aleab/cef-unity-sample) - CEF directly in Unity. Has crashing problems tho. - [unity_browser](https://github.com/tunerok/unity_browser) - (Orginally by Vitaly Chashin) CEF working in Unity using IPC, but the project is in a messy state. - [ChromiumGtk](https://github.com/lunixo/ChromiumGtk) - Linux stuff with CEF