Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit 1afb93e

Browse files
How to fix version number (#529)
1 parent d6be4cc commit 1afb93e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/unity/quickstart.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Quickstart
33
authors: Tim McMackin
44
last_update:
5-
date: 20 November 2024
5+
date: 23 January 2025
66
---
77

88
Follow these steps to install the Tezos Unity SDK in an existing Unity project and start using it.
@@ -20,6 +20,12 @@ These instructions cover:
2020

2121
1. Enter the URL `https://github.com/trilitech/tezos-unity-sdk.git` and click **Add**.
2222

23+
You can set a specific version of the SDK, such as version 4.0.0, by adding it to the end of the URL, as in this example:
24+
25+
```
26+
https://github.com/trilitech/tezos-unity-sdk.git#4.0.0
27+
```
28+
2329
The Package Manager panel downloads and installs the SDK.
2430
You can see its assets in the Project panel under Packages > Tezos Unity SDK.
2531

0 commit comments

Comments
 (0)