Skip to content

Commit

Permalink
Merge pull request #13 from VRLabs/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
jellejurre authored Sep 1, 2024
2 parents c712c0a + 665d855 commit 9a2c446
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@

[![Generic badge](https://img.shields.io/github/downloads/VRLabs/Local-Mirror-Detection/total?label=Downloads)](https://github.com/VRLabs/Local-Mirror-Detection/releases/latest)
[![Generic badge](https://img.shields.io/badge/License-MIT-informational.svg)](https://github.com/VRLabs/Local-Mirror-Detection/blob/main/LICENSE)
[![Generic badge](https://img.shields.io/badge/Unity-2019.4.31f1-lightblue.svg)](https://unity3d.com/unity/whats-new/2019.4.31)
[![Generic badge](https://img.shields.io/badge/Quest-Compatible-green?logo=Meta)](https://img.shields.io/badge/Quest-Compatible-green?logo=Meta)
[![Generic badge](https://img.shields.io/badge/Unity-2022.3.22f1-lightblue?logo=Unity)](https://unity.com/releases/editor/whats-new/2022.3.22)
[![Generic badge](https://img.shields.io/badge/SDK-AvatarSDK3-lightblue.svg)](https://vrchat.com/home/download)

[![Generic badge](https://img.shields.io/discord/706913824607043605?color=%237289da&label=DISCORD&logo=Discord&style=for-the-badge)](https://discord.vrlabs.dev/)
Expand All @@ -16,7 +17,6 @@ Sets an "IsMirror" parameter to true on your mirror clone

### ⬇️ [Download Latest Version](https://github.com/VRLabs/Local-Mirror-Detection/releases/latest)


### 📦 [Add to VRChat Creator Companion](https://vrlabs.dev/packages?package=dev.vrlabs.local-mirror-detection)

</div>
Expand Down Expand Up @@ -67,4 +67,3 @@ Local Mirror Detection is available as-is under MIT. For more information see [L
[<img src="https://github.com/VRLabs/Resources/raw/main/Icons/Twitter.png" width="50" height="50">](https://twitter.com/vrlabsdev "VRLabs")

</div>

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Local Mirror Detection",
"version": "1.0.999",
"license": "MIT",
"unity": "2019.4",
"unity": "2022.3",
"description": "Sets an \"IsMirror\" parameter to true on your mirror clone",
"author": {
"name": "VRLabs",
Expand All @@ -26,5 +26,6 @@
"unityPackageDestinationFolderMetas": {
"Assets/VRLabs": "652a1ba5b00554143bc9a76307dbc4e8",
"Assets/VRLabs/Local Mirror Detection": "752b7e9b073124232a11f12753e8d120"
}
},
"questCompatibility": "full"
}

0 comments on commit 9a2c446

Please sign in to comment.