🛠️Preparing Unity

Installing Unity Editor 2021.3.22f1

First, you will need to install Unity Version 2021.3.22f1 by going to the Unity Installs Archive or clicking this link to redirect you to the Unity Hub. Make sure you install the correct platforms you will be using.

Preparing Package Manager for UWB

Second, you will need to go to Edit -> Project Settings -> Package Manager and enable Pre-release Packages and enable Show Dependencies. Then add this registry to the Scoped Registries area.

  • Name: Voltstro UPM

  • URL: https://upm-pkgs.voltstro.dev

  • Scopes: dev.voltstro , com.cysharp.unitask, org.nuget

Extra Scoped Registry Setting for UnityWebBrowser Package

Installing / Updating All Packages

Third, you will need to import the project you downloaded into Unity and make sure you have the following updated / installed in Package Manager. The versions from my build used will be next to the links. You may need to scroll to the bottom to find Volstro's packages.

Packages - My Assets

Packages - My Registries - Voltstro

  • Native Array Span Extensions | v1.0.1

  • Unity Web Browser | v2.1.1

  • Unity Web Browser CEF Engine | v2.1.1-122.1.13

  • Unity Web Browser CEF Engine (Windows x64) or (Linux x64) | v.2.1.1-122.1.13

  • (REQUIRED FOR LINUX x64) Unity Web Browser Unix Support

  • VoltRpc (NuGet) | v3.2.0

Last updated