Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
LSK_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
김다솜
2020-06-18 22:17:05 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
60608cc174b66b455e4936db34f54c40f319ff53
60608cc1
1 parent
80d69a14
트레이너 & 트레이니 위치 조정, 트레이너 & 트레이니 운동 횟수 변수 추가
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
83 additions
and
3 deletions
sourcecode/capstone/Assets/Scenes/humanoid.unity
sourcecode/capstone/Assets/Script/CharacterSkeleton.cs
sourcecode/capstone/Assets/Scenes/humanoid.unity
View file @
60608cc
...
...
@@ -826,6 +826,84 @@ CanvasRenderer:
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
395084095
}
m_CullTransparentMesh
:
0
---
!u!1
&433964837
GameObject
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
serializedVersion
:
6
m_Component
:
-
component
:
{
fileID
:
433964838
}
-
component
:
{
fileID
:
433964840
}
-
component
:
{
fileID
:
433964839
}
m_Layer
:
5
m_Name
:
Traineer_count
m_TagString
:
Untagged
m_Icon
:
{
fileID
:
0
}
m_NavMeshLayer
:
0
m_StaticEditorFlags
:
0
m_IsActive
:
1
---
!u!224
&433964838
RectTransform
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
433964837
}
m_LocalRotation
:
{
x
:
0
,
y
:
0
,
z
:
0
,
w
:
1
}
m_LocalPosition
:
{
x
:
0
,
y
:
0
,
z
:
0
}
m_LocalScale
:
{
x
:
2
,
y
:
2
,
z
:
2
}
m_Children
:
[]
m_Father
:
{
fileID
:
1679758666
}
m_RootOrder
:
24
m_LocalEulerAnglesHint
:
{
x
:
0
,
y
:
0
,
z
:
0
}
m_AnchorMin
:
{
x
:
0.5
,
y
:
0.5
}
m_AnchorMax
:
{
x
:
0.5
,
y
:
0.5
}
m_AnchoredPosition
:
{
x
:
-159
,
y
:
180
}
m_SizeDelta
:
{
x
:
160
,
y
:
30
}
m_Pivot
:
{
x
:
0.5
,
y
:
0.5
}
---
!u!114
&433964839
MonoBehaviour
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
433964837
}
m_Enabled
:
1
m_EditorHideFlags
:
0
m_Script
:
{
fileID
:
11500000
,
guid
:
5f7201a12d95ffc409449d95f23cf332
,
type
:
3
}
m_Name
:
m_EditorClassIdentifier
:
m_Material
:
{
fileID
:
0
}
m_Color
:
{
r
:
0.19607843
,
g
:
0.19607843
,
b
:
0.19607843
,
a
:
1
}
m_RaycastTarget
:
1
m_Maskable
:
1
m_OnCullStateChanged
:
m_PersistentCalls
:
m_Calls
:
[]
m_FontData
:
m_Font
:
{
fileID
:
10102
,
guid
:
0000000000000000e000000000000000
,
type
:
0
}
m_FontSize
:
25
m_FontStyle
:
0
m_BestFit
:
0
m_MinSize
:
0
m_MaxSize
:
40
m_Alignment
:
0
m_AlignByGeometry
:
0
m_RichText
:
1
m_HorizontalOverflow
:
0
m_VerticalOverflow
:
0
m_LineSpacing
:
1
m_Text
:
0/20
---
!u!222
&433964840
CanvasRenderer
:
m_ObjectHideFlags
:
0
m_CorrespondingSourceObject
:
{
fileID
:
0
}
m_PrefabInstance
:
{
fileID
:
0
}
m_PrefabAsset
:
{
fileID
:
0
}
m_GameObject
:
{
fileID
:
433964837
}
m_CullTransparentMesh
:
0
---
!u!1
&469119554
GameObject
:
m_ObjectHideFlags
:
0
...
...
@@ -2352,6 +2430,7 @@ RectTransform:
-
{
fileID
:
1373649303
}
-
{
fileID
:
972410872
}
-
{
fileID
:
938472433
}
-
{
fileID
:
433964838
}
m_Father
:
{
fileID
:
0
}
m_RootOrder
:
4
m_LocalEulerAnglesHint
:
{
x
:
0
,
y
:
0
,
z
:
0
}
...
...
sourcecode/capstone/Assets/Script/CharacterSkeleton.cs
View file @
60608cc
...
...
@@ -261,7 +261,8 @@ class CharacterSkeleton
if
(
move
==
true
)
{
Vector3
m
=
joint
[
JointType_SpineBase
];
if
(
mirrored
)
m
=
new
Vector3
(-
m
.
x
,
m
.
y
,
-
m
.
z
);
if
(
mirrored
)
m
=
new
Vector3
((
float
)
0.9
,
m
.
y
,
0
);
//if (mirrored) m = new Vector3(-m.x, m.y, -m.z);
humanoid
.
transform
.
position
=
m
;
}
}
...
...
@@ -333,8 +334,8 @@ class CharacterSkeleton
if
(
move
==
true
)
{
Vector3
m
=
joint
[
JointType_SpineBase
];
if
(
mirrored
)
m
=
new
Vector3
(
-
1
,
m
.
y
,
1
);
Debug
.
Log
(
"m : "
+
m
);
if
(
mirrored
)
m
=
new
Vector3
(
(
float
)-
0.9
,(
float
)(
m
.
y
+
0.3
),
(
float
)
0.4
);
humanoid
.
transform
.
position
=
m
;
}
}
...
...
Please
register
or
login
to post a comment