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

23
AutoBounds/package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "com.dreadscripts.tool.autobounds",
"displayName": "AutoBounds",
"version": "1.0.0",
"unity": "2019.4",
"description": "Editor script to help setting the bounds of skinned mesh renderers.",
"keywords": [
"Dreadrith",
"DreadScripts",
"DreadTools",
"Editor",
"Utility",
"Renderers"
],
"author": {
"name": "Dreadrith",
"email": "dreadscripts@gmail.com",
"url": "https://github.com/Dreadrith"
},
"legacyFolders": {
"Assets\\DreadScripts\\Utility\\Editor\\AutoBounds": "97d295ac00bde904b83106bff682f8b6"
}
}