We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7ccc74 commit bdad47dCopy full SHA for bdad47d
1 file changed
README.md
@@ -9,7 +9,7 @@ This package requires Unity 2022.3.27 (LTS), Unity 6 or newer.
9
To use Bugfender in your Unity project, follow these steps:
10
* Browse to the Package Manager panel (**Window** menu > **Package Manager**)
11
* Press the **Add (+)** button and **Add package from git URL...**
12
- * Enter the URL: `https://github.com/bugfender/BugfenderSDK-Unity.git#2.0.0`
+ * Enter the URL: `https://github.com/bugfender/BugfenderSDK-Unity.git`
13
* From the **Project** panel, open the **Packages** / **Bugfender** package and drag the **Bugfender** prefab to your main scene.
14
* Set the app key in the **Inspector** panel.
15
* You can use the `Bugfender.Log()` method to write logs.
0 commit comments