This commit is contained in:
SoulliesOfficial
2026-06-05 04:45:57 -04:00
parent 3a63641a2c
commit 7c60c40d6b
377 changed files with 10970 additions and 843 deletions

View File

@@ -0,0 +1,24 @@
{
"name": "com.bezi.sidekick",
"displayName": "Bezi Plugin",
"description": "Your personal assistant for Unity development.",
"changelogUrl": "https://docs.bezi.com/bezi/product/changelog/",
"documentationUrl" : "https://docs.bezi.com/",
"author": {
"name": "Bezi",
"url": "https://www.bezi.com/"
},
"keywords": [
"unity",
"bezi",
"bezi3d"
],
"unity": "2018.3",
"version": "0.90.0",
"type": "library",
"hideInEditor": false,
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.timeline": "1.6.0"
}
}