Skip to content

Commit

Permalink
Update README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Voltstro committed Nov 20, 2021
1 parent 0638b34 commit 731e311
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [2.0.0-preview.3] - 2021-11-20

### Changed
- Updated CEF to 95.7.18
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,15 @@ Getting an web engine to work in Unity is a pain, it usually ends up just crashi
Unity 2021.2.x
```

### Install

1. Open up the package manager via Windows -> Package Manager
2. Click on the little + sign -> Add package from git URL...
3. Type `https://gitlab.com/Voltstro-Studios/WebBrowser/Package.git#2.x` and add it
4. Type `https://gitlab.com/Voltstro-Studios/WebBrowser/Package.git#engine/cef/base` and add it
5. Type `https://gitlab.com/Voltstro-Studios/WebBrowser/Package.git#engine/cef/win-x64` and add it
6. Unity will now download and install the package
5. Type `https://gitlab.com/Voltstro-Studios/WebBrowser/Package.git#engine/cef/win-x64` and add it (If you need Windows support)
6. Type `https://gitlab.com/Voltstro-Studios/WebBrowser/Package.git#engine/cef/linux-x64` and add it (If you need Linux support)
7. Unity will now download and install the package

## Contributing

Expand Down
9 changes: 6 additions & 3 deletions src/Packages/UnityWebBrowser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,15 @@ The source code for this project can be found at [Voltstro-Studios/UnityWebBrows
### Prerequisites

```
Unity 2020.3.x
Unity 2021.2.x
```

### Install

1. Open up the package manager via Windows -> Package Manager
2. Click on the little + sign -> Add package from git URL...
3. Type `https://gitlab.com/Voltstro-Studios/WebBrowser/Package.git#2.x` and add it
4. Type `https://gitlab.com/Voltstro-Studios/WebBrowser/Package.git#engine/cef/base` and add it
5. Type `https://gitlab.com/Voltstro-Studios/WebBrowser/Package.git#engine/cef/win-x64` and add it
6. Unity will now download and install the package
5. Type `https://gitlab.com/Voltstro-Studios/WebBrowser/Package.git#engine/cef/win-x64` and add it (If you need Windows support)
6. Type `https://gitlab.com/Voltstro-Studios/WebBrowser/Package.git#engine/cef/linux-x64` and add it (If you need Linux support)
7. Unity will now download and install the package

0 comments on commit 731e311

Please sign in to comment.