-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update changelog Update one doc page
- Loading branch information
Showing
4 changed files
with
34 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,29 @@ | ||
# Packages | ||
|
||
UWB is separated into four main different types of packages. | ||
UWB is designed to be modular and extended, and as such is split into multiple packages. Each UWB package can be categorized as one of the package types below. | ||
|
||
|Package Type |Required? |Description | | ||
|-------------- |---------- |---------------------------------------------------------------------------------------------------- | | ||
|Core |✔ |Core UWB package, provides the heart of UWB | | ||
|Engines |✔ |Provides an Engine | | ||
|Engines Natives|✔ (System)|Provides the native binaries used by an Engine. What ones you install depend on your platform targets| | ||
|Helper |✖ |Provides additional helper/extensions to UWB | | ||
|Package Type |Required? |Description | | ||
|------------- |---------- |---------------------------------------------------------------------------------------------------- | | ||
|Core |✔ |Core UWB package, provides the heart of UWB | | ||
|Engine |✔ |Provides an Engine | | ||
|Engine Native |✔ (System)|Provides the native binaries used by an Engine. What ones you install depend on your platform targets| | ||
|Helper |✖ |Provides additional helper/extensions to UWB | | ||
|
||
Most developers will probably only need the 'Core' package, and a single Engine with the Native Windows binaries, like so: | ||
|
||
![Packages](~/assets/images/articles/user/packages/StandardPackages.webp) | ||
|
||
If you plan on targeting Linux (or are developing on Linux), install the Engine's Linux binaries. | ||
|
||
## Package List | ||
|
||
Once you have the registry setup, you should be able to see the packages in the package manager. If not try refreshing, or add the packages you need by their ID. | ||
|
||
|Package |Package Type |Package ID | | ||
|----------------------------------------------- |------------- |-------------------------------------------------- | | ||
|Unity Web Browser |Core |`dev.voltstro.unitywebbrowser` | | ||
|Unity Web Browser CEF Engine |Engine |`dev.voltstro.unitywebbrowser.engine.cef` | | ||
|Unity Web Browser CEF Engine (Linux x64) |Engine Native |`dev.voltstro.unitywebbrowser.engine.cef.linux.x64`| | ||
|Unity Web Browser CEF Engine (Windows x64) |Engine Native |`dev.voltstro.unitywebbrowser.engine.cef.win.x64` | | ||
|Unity Web Browser Pipes Communication |Helper |`dev.voltstro.unitywebbrowser.communication.pipes` | | ||
|Unity Web Browser Unix Support |Helper |`dev.voltstro.unitywebbrowser.unix-support` | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters