File tree Expand file tree Collapse file tree 3 files changed +19
-7
lines changed Expand file tree Collapse file tree 3 files changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,16 @@ Sentry SDK for Unity
15
15
[ ![ build] ( https://github.com/getsentry/sentry-unity/workflows/CI/badge.svg?branch=main )] ( https://github.com/getsentry/sentry-unity/actions?query=branch%3Amain )
16
16
[ ![ Discord Chat] ( https://img.shields.io/discord/621778831602221064?logo=discord&logoColor=ffffff&color=7389D8 )] ( https://discord.gg/PXa5Apfe7K )
17
17
18
- Install it via ` UPM ` :
18
+ ## Install
19
+
20
+ Install the package via the Unity Package Manager using a Git URL to Sentry's SDK repository:
21
+
19
22
```
20
- https://github.com/getsentry/unity.git#3.2.3
23
+ https://github.com/getsentry/unity.git
21
24
```
22
25
26
+ To use this specific version of the SDK, append ` #3.2.3 ` to the URL.
27
+
23
28
## Documentation
24
29
25
30
Sentry has extensive documentation for this SDK.
@@ -33,7 +38,7 @@ Blog posts:
33
38
34
39
## Setup Sentry SDK with Unity
35
40
36
- [ ![ YouTube Video of Setup Sentry SDK with Unity] ( https://img.youtube.com/vi/P0E9upOSznE /0.jpg )] ( https://www.youtube.com/watch?v=P0E9upOSznE )
41
+ [ ![ YouTube Video of Setup Sentry SDK with Unity] ( https://img.youtube.com/vi/YKCRSA7TOc /0.jpg )] ( https://www.youtube.com/watch?v=-YKCRSA7TOc )
37
42
38
43
## Legacy SDK
39
44
Original file line number Diff line number Diff line change @@ -13,11 +13,18 @@ Sentry SDK for Unity
13
13
14
14
This is the UPM package for the Sentry SDK for Unity.
15
15
16
- Install it via ` UPM ` :
16
+
17
+ ## Install
18
+
19
+ Install the package via the Unity Package Manager using a Git URL to Sentry's SDK repository:
20
+
17
21
```
18
- https://github.com/getsentry/unity.git#3.2.3
22
+ https://github.com/getsentry/unity.git
19
23
```
20
24
25
+ To use this specific version of the SDK, append ` #3.2.3 ` to the URL.
26
+
27
+
21
28
## Source code
22
29
23
30
The source code for this project is located at: https://github.com/getsentry/sentry-unity/
Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ Replace-TextInFile "$PSScriptRoot/../Directory.Build.props" '(?<=<Version>)(.*?)
14
14
# Version of the UPM package
15
15
Replace- TextInFile " $PSScriptRoot /../package/package.json" ' (?<="version": ")(.*?)(?=")' $newVersion
16
16
# Bump the version on the repository README and the UPM's README:
17
- Replace- TextInFile " $PSScriptRoot /../package/README.md" ' (?<=git #)(.+)' $newVersion
18
- Replace- TextInFile " $PSScriptRoot /../README.md" ' (?<=git #)(.+)' $newVersion
17
+ Replace- TextInFile " $PSScriptRoot /../package/README.md" ' (?<=append ` #)(.+?)(?=` to the URL )' $newVersion
18
+ Replace- TextInFile " $PSScriptRoot /../README.md" ' (?<=append ` #)(.+?)(?=` to the URL )' $newVersion
You can’t perform that action at this time.
0 commit comments