-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating main SDK repo to remove dependencies
- Loading branch information
1 parent
936bf35
commit 0963a15
Showing
9 changed files
with
71 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,5 +65,3 @@ ProjectSettings | |
UserSettings | ||
.idea | ||
.vscode | ||
|
||
.gitconfig |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[credential] | ||
username = dubstepdragon | ||
[user] | ||
name = Dubby | ||
email = [email protected] | ||
|
||
[core] | ||
sshCommand = ssh -i ~/.ssh/Dubby -F /dev/null |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
{ | ||
"name": "com.killers0992.awttersdk", | ||
"displayName": "Awtter SDK", | ||
"version": "1.2.11", | ||
"version": "1.2.9", | ||
"description": "Tool for managing content from AwtterSpace.", | ||
"vrchatVersion": "2022.1.1", | ||
"vpmDependencies": { | ||
"dev.dubby.awttermerger": "4.x.x" | ||
}, | ||
"author": { | ||
"name": "Killers0992", | ||
"email": "[email protected]", | ||
|
@@ -14,8 +17,5 @@ | |
"com.unity.nuget.newtonsoft-json": "3.0.2", | ||
"com.unity.editorcoroutines": "1.0.0", | ||
"com.unity.sharp-zip-lib": "1.3.4-preview" | ||
}, | ||
"vpmDependencies": { | ||
"dev.dubby.awttermerger": "4.0.5" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/TheAwtterverse/AwtterSDK/total?label=Downloads&labelColor=2e343e&color=00FFFF&style=for-the-badge) | ||
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/dubstepdragon/AwtterSDK_dubby/total?label=Downloads&labelColor=2e343e&color=00FFFF&style=for-the-badge) | ||
[![Discord](https://img.shields.io/discord/1216429195232673964?label=Discord&labelColor=2e343e&color=00FFFF&style=for-the-badge)](https://discord.gg/czQCAsDMHa) | ||
![License](https://img.shields.io/github/license/Ileriayo/markdown-badges?style=for-the-badge&labelColor=2e343e&color=00FFFF&) | ||
# Awtter SDK | ||
|
||
<p align="center"> | ||
<b><a href="https://TheAwtterverse.github.io/AwtterSDK">Add to VCC</a></b> | ||
</p> | ||
<b><a href="https://dubstepdragon.github.io/AwtterSDK_dubby">Add to VCC</a></b> | ||
</p> | ||
|
||
|
||
Tool made for managing AwtterSpace content in one menu. | ||
|
||
Hosted under [VRChat Tools](https://github.com/dubstepdragon) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"name":"Awtter SDK", | ||
"id":"com.killers0992.awttersdk", | ||
"url":"https://dubstepdragon.github.io/AwtterSDK_dubby/index.json", | ||
"author":{ | ||
"email":"[email protected]", | ||
"name":"Dubby", | ||
"url":"https://dubby.dev" | ||
}, | ||
"description":"Consent Cards and required packages", | ||
"infoLink":{ | ||
"url":"https://github.com/dubstepdragon/AwtterSDK_dubby", | ||
"text":"View on GitHub" | ||
}, | ||
"bannerUrl":"https://github.com/dubstepdragon/AwtterSDK_dubby/blob/main/Website/banner.png", | ||
"githubRepos":[ | ||
"dubstepdragon/AwtterSDK_dubby", | ||
"dubstepdragon/AwtterMerger" | ||
] | ||
} |