Skip to content

Commit

Permalink
Add unity meta files to the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
uezo committed Nov 26, 2021
1 parent 0ababf7 commit b96fda7
Show file tree
Hide file tree
Showing 247 changed files with 4,816 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@
/[Ll]ogs/
/[Mm]emoryCaptures/

# Ignore Asset meta data
*.meta

# Uncomment this line if you wish to ignore the asset store tools plugin
# /[Aa]ssets/AssetStoreTools*

Expand Down Expand Up @@ -63,3 +60,6 @@ desktop.ini

# Finder
.DS_Store

# Do not sync UniVRM resources
Demo/UniVRM
8 changes: 8 additions & 0 deletions ChatdollKit.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions ChatdollKit/Editor.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions ChatdollKit/Editor/ChatdollEditor.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions ChatdollKit/Editor/FaceClipEditor.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions ChatdollKit/Resources.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions ChatdollKit/Resources/Prefabs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions ChatdollKit/Resources/Prefabs/ChatdollCamera.prefab.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions ChatdollKit/Resources/Prefabs/SimpleMessageWindow.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

88 changes: 88 additions & 0 deletions ChatdollKit/Resources/Prefabs/SimpleMessageWindow/bg.png.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions ChatdollKit/Scripts.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions ChatdollKit/Scripts/ChatdollApplication.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions ChatdollKit/Scripts/ChatdollKit.asmdef
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "ChatdollKit",
"references": [
"LipSync"
],
"optionalUnityReferences": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": []
}
7 changes: 7 additions & 0 deletions ChatdollKit/Scripts/ChatdollKit.asmdef.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions ChatdollKit/Scripts/Dialog.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions ChatdollKit/Scripts/Dialog/CameraRequestProvider.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions ChatdollKit/Scripts/Dialog/DialogController.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions ChatdollKit/Scripts/Dialog/HttpPrompter.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions ChatdollKit/Scripts/Dialog/HttpSkillBase.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions ChatdollKit/Scripts/Dialog/HttpSkillRouter.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions ChatdollKit/Scripts/Dialog/IMessageWindow.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions ChatdollKit/Scripts/Dialog/IRequestProvider.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions ChatdollKit/Scripts/Dialog/ISkill.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions ChatdollKit/Scripts/Dialog/ISkillRouter.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions ChatdollKit/Scripts/Dialog/IStateStore.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions ChatdollKit/Scripts/Dialog/IUserStore.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions ChatdollKit/Scripts/Dialog/Intent.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b96fda7

Please sign in to comment.