Skip to content

Commit

Permalink
Fix release tag on Unity SDK installation document page (#2622) (#3071)
Browse files Browse the repository at this point in the history
Co-authored-by: oniku2929 <o29n1ku2ku@gmail.com>
  • Loading branch information
oniku-2929 and oniku2929 committed Apr 5, 2023
1 parent 16c6a31 commit 4e2fe2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/en/docs/Guides/Client SDKs/unity.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ It can also be imported into your project via the Unity Package Manager (UPM). T

If you want a specific release, the dependency can be pinned to that version. For example:

`"com.googleforgames.agones": "https://github.com/googleforgames/agones.git?path=/sdks/unity#1.19.0",`
`"com.googleforgames.agones": "https://github.com/googleforgames/agones.git?path=/sdks/unity#v{{< release-version >}}",`

## Download

Expand Down

0 comments on commit 4e2fe2c

Please sign in to comment.