Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Voltstro committed Oct 6, 2024
1 parent 6ebd16e commit 417b4b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions docs/articles/dev/dev-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,3 @@ To setup UWB's git repo, see the [setup section](setup.md).
## Developing

When developing for UWB, it is highly recommended to develop using the `src/UnityWebBrowser.UnityProject` project provided in the repo. Other means of development will **NOT** be supported! Even if you are creating an external separate package for UWB, it is still recommended to develop using the provided project in the repo! We recommend this approach as the Unity project has all dependencies ready to go, all the tools, and proper projects setup for the code (both Engine and Core).

## Packaging

TODO
2 changes: 1 addition & 1 deletion docs/articles/user/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ To know what packages you need, checkout the [packages section](packages.md).

Most developers will probably only need the 'Core' package, and a single engine with it's native Windows binaries. A basic installation might look like this.

![Packages](~/assets/images/articles/user/packages/StandardPackages.webp)
![Packages](~/assets/images/articles/user/setup/StandardPackages.webp)

If you plan on providing builds of your game for Linux and MacOS, install their native engine packages as well.

Expand Down

0 comments on commit 417b4b3

Please sign in to comment.