애니메이션 변경

This commit is contained in:
2026-05-11 15:08:22 +09:00
parent b7bb3e5f1f
commit 73aebe2d8c
71 changed files with 16583 additions and 8 deletions

Binary file not shown.

View File

@@ -0,0 +1,16 @@
fileFormatVersion: 2
guid: 26d26a3ca6e64904db1c99c837d0e9c7
timeCreated: 1556204776
licenseType: Store
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 28345
packageName: Idle MoCap
packageVersion: version 1.3
assetPath: Assets/Idle MoCap/DemoScene/Idle_MoCap_DemoScene.unity
uploadId: 307522

View File

@@ -0,0 +1,22 @@
using UnityEngine;
using System.Collections;
public class idle_mocap_follow_player: MonoBehaviour
{
public GameObject Player;
public float cameraHeight = 10.0f;
public float cameraDistance = 5.0f; //distance from charecter
void Update() {
//set one
Vector3 pos = Player.transform.position;
Debug.Log (pos.x);
pos.y = cameraHeight;
pos.x = cameraDistance + pos.x;
transform.position = pos;
}
}

View File

@@ -0,0 +1,21 @@
fileFormatVersion: 2
guid: 828bdb4da957db640b4dced19a6ce626
timeCreated: 1556204756
licenseType: Store
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences:
- Player: {fileID: 100146, guid: de44b5ac9a5789e45a5ecb062ea2f5e0, type: 3}
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
AssetOrigin:
serializedVersion: 1
productId: 28345
packageName: Idle MoCap
packageVersion: version 1.3
assetPath: Assets/Idle MoCap/DemoScene/idle_mocap_follow_player.cs
uploadId: 307522