This commit is contained in:
MuHua-123
2025-03-05 14:09:10 +08:00
parent feee526245
commit c8f1873939
9 changed files with 87 additions and 3 deletions
+8
View File
@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 71c884672987ee24d8602dc874e95005
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: ddf575a280d8de544894143ab841f4d7
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
@@ -0,0 +1,18 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Character : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}
@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 9523e030f852bd0488ea72f52125fc67
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
+8
View File
@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: cfb081da533b42b4d92b09ddfd9de535
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
+18
View File
@@ -0,0 +1,18 @@
{
"name": "muhua-character",
"version": "1.0.0",
"displayName": "MuHua Character",
"description": "\u89d2\u8272\u5305",
"author": {
"name": "MuHua",
"email": "muhua233@qq.com"
},
"type": "tool",
"samples": [
{
"displayName": "\u793a\u4f8b",
"description": "",
"path": "Samples"
}
]
}
+7
View File
@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 1ab756a7b132add4ca7511381d74cad6
PackageManifestImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
+3 -3
View File
@@ -10,9 +10,9 @@
"type": "tool",
"samples": [
{
"displayName": "Label Follow Example",
"description": "An example showing how to use the Label Follow system.",
"path": "Samples~"
"displayName": "示例",
"description": "",
"path": "Samples"
}
]
}
+6
View File
@@ -215,6 +215,12 @@
},
"url": "https://packages.unity.cn"
},
"muhua-character": {
"version": "file:Character",
"depth": 0,
"source": "embedded",
"dependencies": {}
},
"muhua-fsm": {
"version": "file:FSM",
"depth": 0,