角色预制体创建

This commit is contained in:
2025-09-03 00:15:43 +08:00
parent 48f608e534
commit 186fec4472
100 changed files with 1025 additions and 349 deletions

View File

@@ -0,0 +1,43 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 0}
m_Name: CameraCfg
m_EditorClassIdentifier: Assembly-CSharp:NBF:CameraScriptObject
ScaleTime: 6
ThirdCfg:
Mode: 0
UpdateMode: 1
SmoothTime: 0
NearClipPlane: 1
FarClipPlane: 300
Near: {x: 0, y: 2, z: -4}
Far: {x: 0, y: 8, z: -11}
BestRatio: 1
Yaw: -45
YawAtThird: 0
PitchBest: 0
PitchMin: 0
PitchMax: 0
FreeCfg:
Mode: 1
UpdateMode: 1
SmoothTime: 0
NearClipPlane: 0.2
FarClipPlane: 500
Near: {x: 0, y: 0, z: -4}
Far: {x: 0, y: 0, z: -20}
BestRatio: 0.8
Yaw: 220
YawAtThird: 0
PitchBest: 30
PitchMin: 25
PitchMax: 85