Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
elringus committed Dec 3, 2024
1 parent ee9555e commit 4c23ab9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guide/resource-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Supported file formats:
- `.wav` (PCM16 44100Hz stereo only) for audio

::: tip
Add more supported file formats by overriding `IResourceProviderManager` [engine service](/guide/engine-services#overriding-built-in-services) and adding a custom converter for the local provider ([example](https://github.com/naninovel/samples/blob/main/unity/sandbox/Assets/Runtime/WebResourceProvider.cs#L12)).
Add more supported file formats by overriding `IResourceProviderManager` [engine service](/guide/engine-services#overriding-built-in-services) and adding a custom converter for the local provider.

![](https://i.gyazo.com/d4e63726c2d1d75e2677cab7f2503546.png)
:::
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A collection of example projects are provided to help you get started with commo

## Accessing Samples

The samples are hosted on a private GitHub repository: [github.com/naninovel/samples](https://github.com/naninovel/samples). To access the repository, [register your Naninovel license](https://naninovel.com/register) and follow the dashboard instructions to assign a GitHub user. Once you have access, either [clone](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) or [download](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) the repository.
The samples are hosted on a private GitHub repository: [github.com/naninovel/samples](https://github.com/naninovel/samples/tree/stable). To access the repository, [register your Naninovel license](https://naninovel.com/register) and follow the dashboard instructions to assign a GitHub user. Once you have access, either [clone](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) or [download](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository) the repository.

Open the repository directory with the Unity editor. Notice that Naninovel is referenced as a Git package in the package manager, so ensure a Git client is installed on your machine. Without it, Unity won't be able to pull the packages; refer to the UPM guide for [more info on Git packages](https://docs.unity3d.com/Manual/upm-ui-giturl.html).

Expand Down

0 comments on commit 4c23ab9

Please sign in to comment.