Initial Commit

This commit is contained in:
jellejurre
2025-07-19 01:03:02 +02:00
commit e7904e3140
304 changed files with 22521 additions and 0 deletions

17
VRCProcessor/package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "com.dreadscripts.vrcprocessor",
"displayName": "DreadScripts - VRCProcessor",
"version": "1.0.1",
"description": "Automatically sets valid models to Humanoid and other usual settings upon import.",
"gitDependencies": {},
"vpmDependencies": {},
"author": {
"name": "Dreadrith",
"email": "dreadscripts@gmail.com",
"url": "https://www.dreadrith.com"
},
"legacyFolders": {},
"legacyFiles": {},
"type": "tool",
"unity": "2019.4"
}