app.hypergames.hypersdk 1.3.4 → 1.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/Editor/{HyperSDK.Editor.asmdef → Hyper.Editor.asmdef} +1 -1
- package/Editor/Resources/ControlBarPreviews/Dark/Default.png +0 -0
- package/Editor/Resources/ControlBarPreviews/Dark/Default.png.meta +143 -0
- package/Editor/Resources/ControlBarPreviews/Dark/HealthBarLeft.png +0 -0
- package/Editor/Resources/ControlBarPreviews/Dark/HealthBarLeft.png.meta +143 -0
- package/Editor/Resources/ControlBarPreviews/Dark/HeartsLeft.png +0 -0
- package/Editor/Resources/ControlBarPreviews/Dark/HeartsLeft.png.meta +169 -0
- package/Editor/Resources/ControlBarPreviews/Dark.meta +8 -0
- package/Editor/Resources/ControlBarPreviews/Light/Default.png +0 -0
- package/Editor/Resources/ControlBarPreviews/Light/Default.png.meta +143 -0
- package/Editor/Resources/ControlBarPreviews/Light/HealthBarLeft.png +0 -0
- package/Editor/Resources/ControlBarPreviews/Light/HealthBarLeft.png.meta +143 -0
- package/Editor/Resources/ControlBarPreviews/Light/HeartsLeft.png +0 -0
- package/Editor/Resources/ControlBarPreviews/Light/HeartsLeft.png.meta +143 -0
- package/Editor/Resources/ControlBarPreviews/Light.meta +8 -0
- package/Editor/Resources/ControlBarPreviews.meta +8 -0
- package/Editor/Scripts/Inspectors/HyperSDKSettingsEditor.cs +206 -0
- package/Editor/Scripts/Inspectors/HyperSDKSettingsEditor.cs.meta +2 -0
- package/Editor/Scripts/Inspectors.meta +8 -0
- package/Editor/Scripts/Windows/HyperCoreSettingsWindow.cs +0 -8
- package/Editor/Scripts/Windows/HyperGameContentWindow.cs +0 -8
- package/Editor/Scripts/Windows/HyperSettingsWindow.cs +3 -3
- package/HyperLoader.unity +4 -49
- package/Runtime/Internal/AssemblyInfo.cs +1 -1
- package/Runtime/Internal/Managers/EventManager.cs +4 -0
- package/Runtime/Internal/Managers/GameManager.cs +135 -2
- package/Runtime/Internal/ScriptableObjects/HyperSDKSettings.cs +16 -10
- package/Runtime/Internal/UI/Animation/BlinkingText.cs +1 -1
- package/Runtime/Internal/UI/Animation/HyperTween.cs +88 -0
- package/Runtime/Internal/UI/Components/ControlBar.cs +220 -40
- package/Runtime/Internal/UI/Components/HealthBarDisplay.cs +269 -0
- package/Runtime/Internal/UI/Components/HealthBarDisplay.cs.meta +2 -0
- package/Runtime/Internal/UI/Components/LivesDisplay.cs +327 -0
- package/Runtime/Internal/UI/Components/LivesDisplay.cs.meta +2 -0
- package/Runtime/Internal/UI/Modals/StartingInstructionModal.cs +202 -3
- package/Runtime/Internal/Utils/HyperConstants.cs +27 -0
- package/Runtime/Public/Core/HyperSDK.cs +68 -0
- package/Runtime/Resources/Fonts/Wonder Boys/Wonder Boys + Hyper BIG.mat +1 -1
- package/Runtime/Resources/HyperSDKSettings.asset +3 -2
- package/Runtime/Resources/Sprites/Control Bar/Ellipse 3.png +0 -0
- package/Runtime/Resources/Sprites/Control Bar/Ellipse 3.png.meta +169 -0
- package/Runtime/Resources/Sprites/Control Bar/Health Bar - Green Fill.png +0 -0
- package/Runtime/Resources/Sprites/Control Bar/Health Bar - Green Fill.png.meta +169 -0
- package/Runtime/Resources/Sprites/Control Bar/Health Bar - Underlay.png +0 -0
- package/Runtime/Resources/Sprites/Control Bar/Health Bar - Underlay.png.meta +169 -0
- package/Runtime/Resources/Sprites/Control Bar/Health Bar.png +0 -0
- package/Runtime/Resources/Sprites/Control Bar/Health Bar.png.meta +169 -0
- package/Runtime/Resources/Sprites/Control Bar/heart.empty.png +0 -0
- package/Runtime/Resources/Sprites/Control Bar/heart.empty.png.meta +169 -0
- package/Runtime/Resources/Sprites/Control Bar/heart.fill.png +0 -0
- package/Runtime/Resources/Sprites/Control Bar/heart.fill.png.meta +169 -0
- package/Runtime/Resources/Sprites/Frames/{Game Over P.png.meta → Game Over.png.meta } +4 -4
- package/Runtime/Resources/Sprites/HYPERGAMES_Logo.png.meta +3 -3
- package/Runtime/Resources/Sprites/Hyper Atlas.spriteatlasv2 +6 -0
- package/Runtime/Resources/Sprites/Start CTAs/Hand.PNG +0 -0
- package/Runtime/Resources/Sprites/Start CTAs/Hand.PNG.meta +169 -0
- package/Runtime/Resources/Sprites/Start CTAs/Line .PNG +0 -0
- package/Runtime/Resources/Sprites/Start CTAs/Line .PNG.meta +169 -0
- package/Runtime/Resources/Sprites/Start CTAs/Swipe Gesture GIF.controller +130 -0
- package/Runtime/Resources/Sprites/Start CTAs/Swipe Gesture GIF.controller.meta +8 -0
- package/Runtime/Resources/Sprites/Start CTAs/Swipe Gesture.anim +158 -0
- package/Runtime/Resources/Sprites/Start CTAs/Swipe Gesture.anim.meta +8 -0
- package/Runtime/Resources/Sprites/Start CTAs.meta +8 -0
- package/Runtime/Resources/UIPrefabs/Control Bar Objects/Health Bar Display.prefab +361 -0
- package/Runtime/Resources/UIPrefabs/Control Bar Objects/Health Bar Display.prefab.meta +7 -0
- package/Runtime/Resources/UIPrefabs/Control Bar Objects/Lives Display .prefab +246 -0
- package/Runtime/Resources/UIPrefabs/Control Bar Objects/Lives Display .prefab.meta +7 -0
- package/Runtime/Resources/UIPrefabs/Control Bar Objects.meta +8 -0
- package/Runtime/Resources/UIPrefabs/ControlBar.prefab +131 -17
- package/Runtime/Resources/UIPrefabs/StartingInstructionModal.prefab +271 -57
- package/Runtime/Resources/UIPrefabs/TutorialLandscapeModal.prefab +1 -1
- package/Runtime/Resources/UIPrefabs/TutorialPortraitModal.prefab +1 -1
- package/Runtime/Shared/DTOs/Enums.cs +22 -6
- package/package.json +1 -1
- /package/Editor/{HyperSDK.Editor.asmdef.meta → Hyper.Editor.asmdef.meta} +0 -0
- /package/Runtime/Resources/Sprites/Frames/{Game Over P.png → Game Over.png} +0 -0
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
%YAML 1.1
|
|
2
|
+
%TAG !u! tag:unity3d.com,2011:
|
|
3
|
+
--- !u!74 &7400000
|
|
4
|
+
AnimationClip:
|
|
5
|
+
m_ObjectHideFlags: 0
|
|
6
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
7
|
+
m_PrefabInstance: {fileID: 0}
|
|
8
|
+
m_PrefabAsset: {fileID: 0}
|
|
9
|
+
m_Name: Swipe Gesture
|
|
10
|
+
serializedVersion: 7
|
|
11
|
+
m_Legacy: 0
|
|
12
|
+
m_Compressed: 0
|
|
13
|
+
m_UseHighQualityCurve: 1
|
|
14
|
+
m_RotationCurves: []
|
|
15
|
+
m_CompressedRotationCurves: []
|
|
16
|
+
m_EulerCurves: []
|
|
17
|
+
m_PositionCurves: []
|
|
18
|
+
m_ScaleCurves: []
|
|
19
|
+
m_FloatCurves:
|
|
20
|
+
- serializedVersion: 2
|
|
21
|
+
curve:
|
|
22
|
+
serializedVersion: 2
|
|
23
|
+
m_Curve:
|
|
24
|
+
- serializedVersion: 3
|
|
25
|
+
time: 0
|
|
26
|
+
value: -110
|
|
27
|
+
inSlope: 0
|
|
28
|
+
outSlope: 0
|
|
29
|
+
tangentMode: 136
|
|
30
|
+
weightedMode: 0
|
|
31
|
+
inWeight: 0.33333334
|
|
32
|
+
outWeight: 0.33333334
|
|
33
|
+
- serializedVersion: 3
|
|
34
|
+
time: 0.5714286
|
|
35
|
+
value: 100
|
|
36
|
+
inSlope: 0
|
|
37
|
+
outSlope: 0
|
|
38
|
+
tangentMode: 136
|
|
39
|
+
weightedMode: 0
|
|
40
|
+
inWeight: 0.33333334
|
|
41
|
+
outWeight: 0.33333334
|
|
42
|
+
- serializedVersion: 3
|
|
43
|
+
time: 0.85714287
|
|
44
|
+
value: 100
|
|
45
|
+
inSlope: 0
|
|
46
|
+
outSlope: 0
|
|
47
|
+
tangentMode: 136
|
|
48
|
+
weightedMode: 0
|
|
49
|
+
inWeight: 0.33333334
|
|
50
|
+
outWeight: 0.33333334
|
|
51
|
+
- serializedVersion: 3
|
|
52
|
+
time: 1.4285715
|
|
53
|
+
value: -110
|
|
54
|
+
inSlope: 0
|
|
55
|
+
outSlope: 0
|
|
56
|
+
tangentMode: 136
|
|
57
|
+
weightedMode: 0
|
|
58
|
+
inWeight: 0.33333334
|
|
59
|
+
outWeight: 0.33333334
|
|
60
|
+
m_PreInfinity: 2
|
|
61
|
+
m_PostInfinity: 2
|
|
62
|
+
m_RotationOrder: 4
|
|
63
|
+
attribute: m_AnchoredPosition.x
|
|
64
|
+
path:
|
|
65
|
+
classID: 224
|
|
66
|
+
script: {fileID: 0}
|
|
67
|
+
flags: 0
|
|
68
|
+
m_PPtrCurves: []
|
|
69
|
+
m_SampleRate: 14
|
|
70
|
+
m_WrapMode: 0
|
|
71
|
+
m_Bounds:
|
|
72
|
+
m_Center: {x: 0, y: 0, z: 0}
|
|
73
|
+
m_Extent: {x: 0, y: 0, z: 0}
|
|
74
|
+
m_ClipBindingConstant:
|
|
75
|
+
genericBindings:
|
|
76
|
+
- serializedVersion: 2
|
|
77
|
+
path: 0
|
|
78
|
+
attribute: 1460864421
|
|
79
|
+
script: {fileID: 0}
|
|
80
|
+
typeID: 224
|
|
81
|
+
customType: 28
|
|
82
|
+
isPPtrCurve: 0
|
|
83
|
+
isIntCurve: 0
|
|
84
|
+
isSerializeReferenceCurve: 0
|
|
85
|
+
pptrCurveMapping: []
|
|
86
|
+
m_AnimationClipSettings:
|
|
87
|
+
serializedVersion: 2
|
|
88
|
+
m_AdditiveReferencePoseClip: {fileID: 0}
|
|
89
|
+
m_AdditiveReferencePoseTime: 0
|
|
90
|
+
m_StartTime: 0
|
|
91
|
+
m_StopTime: 1.4285715
|
|
92
|
+
m_OrientationOffsetY: 0
|
|
93
|
+
m_Level: 0
|
|
94
|
+
m_CycleOffset: 0
|
|
95
|
+
m_HasAdditiveReferencePose: 0
|
|
96
|
+
m_LoopTime: 1
|
|
97
|
+
m_LoopBlend: 0
|
|
98
|
+
m_LoopBlendOrientation: 0
|
|
99
|
+
m_LoopBlendPositionY: 0
|
|
100
|
+
m_LoopBlendPositionXZ: 0
|
|
101
|
+
m_KeepOriginalOrientation: 0
|
|
102
|
+
m_KeepOriginalPositionY: 1
|
|
103
|
+
m_KeepOriginalPositionXZ: 0
|
|
104
|
+
m_HeightFromFeet: 0
|
|
105
|
+
m_Mirror: 0
|
|
106
|
+
m_EditorCurves:
|
|
107
|
+
- serializedVersion: 2
|
|
108
|
+
curve:
|
|
109
|
+
serializedVersion: 2
|
|
110
|
+
m_Curve:
|
|
111
|
+
- serializedVersion: 3
|
|
112
|
+
time: 0
|
|
113
|
+
value: -110
|
|
114
|
+
inSlope: 0
|
|
115
|
+
outSlope: 0
|
|
116
|
+
tangentMode: 136
|
|
117
|
+
weightedMode: 0
|
|
118
|
+
inWeight: 0.33333334
|
|
119
|
+
outWeight: 0.33333334
|
|
120
|
+
- serializedVersion: 3
|
|
121
|
+
time: 0.5714286
|
|
122
|
+
value: 100
|
|
123
|
+
inSlope: 0
|
|
124
|
+
outSlope: 0
|
|
125
|
+
tangentMode: 136
|
|
126
|
+
weightedMode: 0
|
|
127
|
+
inWeight: 0.33333334
|
|
128
|
+
outWeight: 0.33333334
|
|
129
|
+
- serializedVersion: 3
|
|
130
|
+
time: 0.85714287
|
|
131
|
+
value: 100
|
|
132
|
+
inSlope: 0
|
|
133
|
+
outSlope: 0
|
|
134
|
+
tangentMode: 136
|
|
135
|
+
weightedMode: 0
|
|
136
|
+
inWeight: 0.33333334
|
|
137
|
+
outWeight: 0.33333334
|
|
138
|
+
- serializedVersion: 3
|
|
139
|
+
time: 1.4285715
|
|
140
|
+
value: -110
|
|
141
|
+
inSlope: 0
|
|
142
|
+
outSlope: 0
|
|
143
|
+
tangentMode: 136
|
|
144
|
+
weightedMode: 0
|
|
145
|
+
inWeight: 0.33333334
|
|
146
|
+
outWeight: 0.33333334
|
|
147
|
+
m_PreInfinity: 2
|
|
148
|
+
m_PostInfinity: 2
|
|
149
|
+
m_RotationOrder: 4
|
|
150
|
+
attribute: m_AnchoredPosition.x
|
|
151
|
+
path:
|
|
152
|
+
classID: 224
|
|
153
|
+
script: {fileID: 0}
|
|
154
|
+
flags: 0
|
|
155
|
+
m_EulerEditorCurves: []
|
|
156
|
+
m_HasGenericRootTransform: 0
|
|
157
|
+
m_HasMotionFloatCurves: 0
|
|
158
|
+
m_Events: []
|
|
@@ -0,0 +1,361 @@
|
|
|
1
|
+
%YAML 1.1
|
|
2
|
+
%TAG !u! tag:unity3d.com,2011:
|
|
3
|
+
--- !u!1 &278586797030636530
|
|
4
|
+
GameObject:
|
|
5
|
+
m_ObjectHideFlags: 0
|
|
6
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
7
|
+
m_PrefabInstance: {fileID: 0}
|
|
8
|
+
m_PrefabAsset: {fileID: 0}
|
|
9
|
+
serializedVersion: 6
|
|
10
|
+
m_Component:
|
|
11
|
+
- component: {fileID: 8294043635815001981}
|
|
12
|
+
- component: {fileID: 6236809582454646797}
|
|
13
|
+
- component: {fileID: 5523795378056528910}
|
|
14
|
+
m_Layer: 5
|
|
15
|
+
m_Name: Elipse
|
|
16
|
+
m_TagString: Untagged
|
|
17
|
+
m_Icon: {fileID: 0}
|
|
18
|
+
m_NavMeshLayer: 0
|
|
19
|
+
m_StaticEditorFlags: 0
|
|
20
|
+
m_IsActive: 1
|
|
21
|
+
--- !u!224 &8294043635815001981
|
|
22
|
+
RectTransform:
|
|
23
|
+
m_ObjectHideFlags: 0
|
|
24
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
25
|
+
m_PrefabInstance: {fileID: 0}
|
|
26
|
+
m_PrefabAsset: {fileID: 0}
|
|
27
|
+
m_GameObject: {fileID: 278586797030636530}
|
|
28
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
29
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
30
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
31
|
+
m_ConstrainProportionsScale: 0
|
|
32
|
+
m_Children: []
|
|
33
|
+
m_Father: {fileID: 7307490630825585454}
|
|
34
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
35
|
+
m_AnchorMin: {x: 0, y: 0.5}
|
|
36
|
+
m_AnchorMax: {x: 0, y: 0.5}
|
|
37
|
+
m_AnchoredPosition: {x: 11, y: 9.1}
|
|
38
|
+
m_SizeDelta: {x: 13, y: 13}
|
|
39
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
40
|
+
--- !u!222 &6236809582454646797
|
|
41
|
+
CanvasRenderer:
|
|
42
|
+
m_ObjectHideFlags: 0
|
|
43
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
44
|
+
m_PrefabInstance: {fileID: 0}
|
|
45
|
+
m_PrefabAsset: {fileID: 0}
|
|
46
|
+
m_GameObject: {fileID: 278586797030636530}
|
|
47
|
+
m_CullTransparentMesh: 1
|
|
48
|
+
--- !u!114 &5523795378056528910
|
|
49
|
+
MonoBehaviour:
|
|
50
|
+
m_ObjectHideFlags: 0
|
|
51
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
52
|
+
m_PrefabInstance: {fileID: 0}
|
|
53
|
+
m_PrefabAsset: {fileID: 0}
|
|
54
|
+
m_GameObject: {fileID: 278586797030636530}
|
|
55
|
+
m_Enabled: 1
|
|
56
|
+
m_EditorHideFlags: 0
|
|
57
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
58
|
+
m_Name:
|
|
59
|
+
m_EditorClassIdentifier:
|
|
60
|
+
m_Material: {fileID: 0}
|
|
61
|
+
m_Color: {r: 1, g: 1, b: 1, a: 0.98039216}
|
|
62
|
+
m_RaycastTarget: 1
|
|
63
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
64
|
+
m_Maskable: 1
|
|
65
|
+
m_OnCullStateChanged:
|
|
66
|
+
m_PersistentCalls:
|
|
67
|
+
m_Calls: []
|
|
68
|
+
m_Sprite: {fileID: 6168737785598421730, guid: 61135c9058b858e45b9fab81b52d9302, type: 3}
|
|
69
|
+
m_Type: 0
|
|
70
|
+
m_PreserveAspect: 1
|
|
71
|
+
m_FillCenter: 1
|
|
72
|
+
m_FillMethod: 0
|
|
73
|
+
m_FillAmount: 0.669
|
|
74
|
+
m_FillClockwise: 1
|
|
75
|
+
m_FillOrigin: 0
|
|
76
|
+
m_UseSpriteMesh: 1
|
|
77
|
+
m_PixelsPerUnitMultiplier: 1
|
|
78
|
+
--- !u!1 &464308307248455826
|
|
79
|
+
GameObject:
|
|
80
|
+
m_ObjectHideFlags: 0
|
|
81
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
82
|
+
m_PrefabInstance: {fileID: 0}
|
|
83
|
+
m_PrefabAsset: {fileID: 0}
|
|
84
|
+
serializedVersion: 6
|
|
85
|
+
m_Component:
|
|
86
|
+
- component: {fileID: 3203104051062525000}
|
|
87
|
+
- component: {fileID: 7793007883949356103}
|
|
88
|
+
- component: {fileID: 3417558407988237034}
|
|
89
|
+
m_Layer: 5
|
|
90
|
+
m_Name: Underlay
|
|
91
|
+
m_TagString: Untagged
|
|
92
|
+
m_Icon: {fileID: 0}
|
|
93
|
+
m_NavMeshLayer: 0
|
|
94
|
+
m_StaticEditorFlags: 0
|
|
95
|
+
m_IsActive: 1
|
|
96
|
+
--- !u!224 &3203104051062525000
|
|
97
|
+
RectTransform:
|
|
98
|
+
m_ObjectHideFlags: 0
|
|
99
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
100
|
+
m_PrefabInstance: {fileID: 0}
|
|
101
|
+
m_PrefabAsset: {fileID: 0}
|
|
102
|
+
m_GameObject: {fileID: 464308307248455826}
|
|
103
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
104
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
105
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
106
|
+
m_ConstrainProportionsScale: 0
|
|
107
|
+
m_Children: []
|
|
108
|
+
m_Father: {fileID: 7307490630825585454}
|
|
109
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
110
|
+
m_AnchorMin: {x: 0, y: 0}
|
|
111
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
112
|
+
m_AnchoredPosition: {x: 0, y: 0}
|
|
113
|
+
m_SizeDelta: {x: 0, y: 0}
|
|
114
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
115
|
+
--- !u!222 &7793007883949356103
|
|
116
|
+
CanvasRenderer:
|
|
117
|
+
m_ObjectHideFlags: 0
|
|
118
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
119
|
+
m_PrefabInstance: {fileID: 0}
|
|
120
|
+
m_PrefabAsset: {fileID: 0}
|
|
121
|
+
m_GameObject: {fileID: 464308307248455826}
|
|
122
|
+
m_CullTransparentMesh: 1
|
|
123
|
+
--- !u!114 &3417558407988237034
|
|
124
|
+
MonoBehaviour:
|
|
125
|
+
m_ObjectHideFlags: 0
|
|
126
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
127
|
+
m_PrefabInstance: {fileID: 0}
|
|
128
|
+
m_PrefabAsset: {fileID: 0}
|
|
129
|
+
m_GameObject: {fileID: 464308307248455826}
|
|
130
|
+
m_Enabled: 1
|
|
131
|
+
m_EditorHideFlags: 0
|
|
132
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
133
|
+
m_Name:
|
|
134
|
+
m_EditorClassIdentifier:
|
|
135
|
+
m_Material: {fileID: 0}
|
|
136
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
137
|
+
m_RaycastTarget: 1
|
|
138
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
139
|
+
m_Maskable: 1
|
|
140
|
+
m_OnCullStateChanged:
|
|
141
|
+
m_PersistentCalls:
|
|
142
|
+
m_Calls: []
|
|
143
|
+
m_Sprite: {fileID: 21300000, guid: 264520e3e3332f8458ef33412ec4f99d, type: 3}
|
|
144
|
+
m_Type: 3
|
|
145
|
+
m_PreserveAspect: 1
|
|
146
|
+
m_FillCenter: 1
|
|
147
|
+
m_FillMethod: 0
|
|
148
|
+
m_FillAmount: 1
|
|
149
|
+
m_FillClockwise: 1
|
|
150
|
+
m_FillOrigin: 0
|
|
151
|
+
m_UseSpriteMesh: 1
|
|
152
|
+
m_PixelsPerUnitMultiplier: 1
|
|
153
|
+
--- !u!1 &1417749867448633337
|
|
154
|
+
GameObject:
|
|
155
|
+
m_ObjectHideFlags: 0
|
|
156
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
157
|
+
m_PrefabInstance: {fileID: 0}
|
|
158
|
+
m_PrefabAsset: {fileID: 0}
|
|
159
|
+
serializedVersion: 6
|
|
160
|
+
m_Component:
|
|
161
|
+
- component: {fileID: 4130490175060302355}
|
|
162
|
+
- component: {fileID: 6488632857269345411}
|
|
163
|
+
m_Layer: 5
|
|
164
|
+
m_Name: Health Bar Display
|
|
165
|
+
m_TagString: Untagged
|
|
166
|
+
m_Icon: {fileID: 0}
|
|
167
|
+
m_NavMeshLayer: 0
|
|
168
|
+
m_StaticEditorFlags: 0
|
|
169
|
+
m_IsActive: 1
|
|
170
|
+
--- !u!224 &4130490175060302355
|
|
171
|
+
RectTransform:
|
|
172
|
+
m_ObjectHideFlags: 0
|
|
173
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
174
|
+
m_PrefabInstance: {fileID: 0}
|
|
175
|
+
m_PrefabAsset: {fileID: 0}
|
|
176
|
+
m_GameObject: {fileID: 1417749867448633337}
|
|
177
|
+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
|
|
178
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
179
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
180
|
+
m_ConstrainProportionsScale: 0
|
|
181
|
+
m_Children:
|
|
182
|
+
- {fileID: 7307490630825585454}
|
|
183
|
+
m_Father: {fileID: 0}
|
|
184
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
185
|
+
m_AnchorMin: {x: 0, y: 0.5}
|
|
186
|
+
m_AnchorMax: {x: 0, y: 0.5}
|
|
187
|
+
m_AnchoredPosition: {x: 149, y: 14}
|
|
188
|
+
m_SizeDelta: {x: 238.8, y: 79.4784}
|
|
189
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
190
|
+
--- !u!114 &6488632857269345411
|
|
191
|
+
MonoBehaviour:
|
|
192
|
+
m_ObjectHideFlags: 0
|
|
193
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
194
|
+
m_PrefabInstance: {fileID: 0}
|
|
195
|
+
m_PrefabAsset: {fileID: 0}
|
|
196
|
+
m_GameObject: {fileID: 1417749867448633337}
|
|
197
|
+
m_Enabled: 1
|
|
198
|
+
m_EditorHideFlags: 0
|
|
199
|
+
m_Script: {fileID: 11500000, guid: 60de914bbc6cab74ba739af42321d40f, type: 3}
|
|
200
|
+
m_Name:
|
|
201
|
+
m_EditorClassIdentifier:
|
|
202
|
+
healthFillImage: {fileID: 3588018079080142514}
|
|
203
|
+
underlayFillImage: {fileID: 3417558407988237034}
|
|
204
|
+
lowHealthThreshold: 0.25
|
|
205
|
+
fillDelay: 0.1
|
|
206
|
+
fillAnimationDuration: 0.25
|
|
207
|
+
usePulseOnLowHealth: 0
|
|
208
|
+
pulseDuration: 0.45
|
|
209
|
+
--- !u!1 &4746385526703984367
|
|
210
|
+
GameObject:
|
|
211
|
+
m_ObjectHideFlags: 0
|
|
212
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
213
|
+
m_PrefabInstance: {fileID: 0}
|
|
214
|
+
m_PrefabAsset: {fileID: 0}
|
|
215
|
+
serializedVersion: 6
|
|
216
|
+
m_Component:
|
|
217
|
+
- component: {fileID: 7307490630825585454}
|
|
218
|
+
- component: {fileID: 4405719481128737759}
|
|
219
|
+
- component: {fileID: 4315299138615143001}
|
|
220
|
+
m_Layer: 5
|
|
221
|
+
m_Name: Background
|
|
222
|
+
m_TagString: Untagged
|
|
223
|
+
m_Icon: {fileID: 0}
|
|
224
|
+
m_NavMeshLayer: 0
|
|
225
|
+
m_StaticEditorFlags: 0
|
|
226
|
+
m_IsActive: 1
|
|
227
|
+
--- !u!224 &7307490630825585454
|
|
228
|
+
RectTransform:
|
|
229
|
+
m_ObjectHideFlags: 0
|
|
230
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
231
|
+
m_PrefabInstance: {fileID: 0}
|
|
232
|
+
m_PrefabAsset: {fileID: 0}
|
|
233
|
+
m_GameObject: {fileID: 4746385526703984367}
|
|
234
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
235
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
236
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
237
|
+
m_ConstrainProportionsScale: 0
|
|
238
|
+
m_Children:
|
|
239
|
+
- {fileID: 3203104051062525000}
|
|
240
|
+
- {fileID: 8130097208414485980}
|
|
241
|
+
- {fileID: 8294043635815001981}
|
|
242
|
+
m_Father: {fileID: 4130490175060302355}
|
|
243
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
244
|
+
m_AnchorMin: {x: 0, y: 0.5}
|
|
245
|
+
m_AnchorMax: {x: 1, y: 0.5}
|
|
246
|
+
m_AnchoredPosition: {x: 0, y: 0}
|
|
247
|
+
m_SizeDelta: {x: 0, y: 37.7705}
|
|
248
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
249
|
+
--- !u!222 &4405719481128737759
|
|
250
|
+
CanvasRenderer:
|
|
251
|
+
m_ObjectHideFlags: 0
|
|
252
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
253
|
+
m_PrefabInstance: {fileID: 0}
|
|
254
|
+
m_PrefabAsset: {fileID: 0}
|
|
255
|
+
m_GameObject: {fileID: 4746385526703984367}
|
|
256
|
+
m_CullTransparentMesh: 1
|
|
257
|
+
--- !u!114 &4315299138615143001
|
|
258
|
+
MonoBehaviour:
|
|
259
|
+
m_ObjectHideFlags: 0
|
|
260
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
261
|
+
m_PrefabInstance: {fileID: 0}
|
|
262
|
+
m_PrefabAsset: {fileID: 0}
|
|
263
|
+
m_GameObject: {fileID: 4746385526703984367}
|
|
264
|
+
m_Enabled: 1
|
|
265
|
+
m_EditorHideFlags: 0
|
|
266
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
267
|
+
m_Name:
|
|
268
|
+
m_EditorClassIdentifier:
|
|
269
|
+
m_Material: {fileID: 0}
|
|
270
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
271
|
+
m_RaycastTarget: 1
|
|
272
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
273
|
+
m_Maskable: 1
|
|
274
|
+
m_OnCullStateChanged:
|
|
275
|
+
m_PersistentCalls:
|
|
276
|
+
m_Calls: []
|
|
277
|
+
m_Sprite: {fileID: 21300000, guid: 0886826935440d642ab4420621a95794, type: 3}
|
|
278
|
+
m_Type: 0
|
|
279
|
+
m_PreserveAspect: 1
|
|
280
|
+
m_FillCenter: 1
|
|
281
|
+
m_FillMethod: 4
|
|
282
|
+
m_FillAmount: 1
|
|
283
|
+
m_FillClockwise: 1
|
|
284
|
+
m_FillOrigin: 0
|
|
285
|
+
m_UseSpriteMesh: 1
|
|
286
|
+
m_PixelsPerUnitMultiplier: 1
|
|
287
|
+
--- !u!1 &8531440172121524267
|
|
288
|
+
GameObject:
|
|
289
|
+
m_ObjectHideFlags: 0
|
|
290
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
291
|
+
m_PrefabInstance: {fileID: 0}
|
|
292
|
+
m_PrefabAsset: {fileID: 0}
|
|
293
|
+
serializedVersion: 6
|
|
294
|
+
m_Component:
|
|
295
|
+
- component: {fileID: 8130097208414485980}
|
|
296
|
+
- component: {fileID: 4694479490007678978}
|
|
297
|
+
- component: {fileID: 3588018079080142514}
|
|
298
|
+
m_Layer: 5
|
|
299
|
+
m_Name: Fill
|
|
300
|
+
m_TagString: Untagged
|
|
301
|
+
m_Icon: {fileID: 0}
|
|
302
|
+
m_NavMeshLayer: 0
|
|
303
|
+
m_StaticEditorFlags: 0
|
|
304
|
+
m_IsActive: 1
|
|
305
|
+
--- !u!224 &8130097208414485980
|
|
306
|
+
RectTransform:
|
|
307
|
+
m_ObjectHideFlags: 0
|
|
308
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
309
|
+
m_PrefabInstance: {fileID: 0}
|
|
310
|
+
m_PrefabAsset: {fileID: 0}
|
|
311
|
+
m_GameObject: {fileID: 8531440172121524267}
|
|
312
|
+
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1}
|
|
313
|
+
m_LocalPosition: {x: 0, y: 0, z: 0}
|
|
314
|
+
m_LocalScale: {x: 1, y: 1, z: 1}
|
|
315
|
+
m_ConstrainProportionsScale: 0
|
|
316
|
+
m_Children: []
|
|
317
|
+
m_Father: {fileID: 7307490630825585454}
|
|
318
|
+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
|
319
|
+
m_AnchorMin: {x: 0, y: 0}
|
|
320
|
+
m_AnchorMax: {x: 1, y: 1}
|
|
321
|
+
m_AnchoredPosition: {x: 0, y: 0}
|
|
322
|
+
m_SizeDelta: {x: 0, y: 0}
|
|
323
|
+
m_Pivot: {x: 0.5, y: 0.5}
|
|
324
|
+
--- !u!222 &4694479490007678978
|
|
325
|
+
CanvasRenderer:
|
|
326
|
+
m_ObjectHideFlags: 0
|
|
327
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
328
|
+
m_PrefabInstance: {fileID: 0}
|
|
329
|
+
m_PrefabAsset: {fileID: 0}
|
|
330
|
+
m_GameObject: {fileID: 8531440172121524267}
|
|
331
|
+
m_CullTransparentMesh: 1
|
|
332
|
+
--- !u!114 &3588018079080142514
|
|
333
|
+
MonoBehaviour:
|
|
334
|
+
m_ObjectHideFlags: 0
|
|
335
|
+
m_CorrespondingSourceObject: {fileID: 0}
|
|
336
|
+
m_PrefabInstance: {fileID: 0}
|
|
337
|
+
m_PrefabAsset: {fileID: 0}
|
|
338
|
+
m_GameObject: {fileID: 8531440172121524267}
|
|
339
|
+
m_Enabled: 1
|
|
340
|
+
m_EditorHideFlags: 0
|
|
341
|
+
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
|
|
342
|
+
m_Name:
|
|
343
|
+
m_EditorClassIdentifier:
|
|
344
|
+
m_Material: {fileID: 0}
|
|
345
|
+
m_Color: {r: 1, g: 1, b: 1, a: 1}
|
|
346
|
+
m_RaycastTarget: 1
|
|
347
|
+
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
|
|
348
|
+
m_Maskable: 1
|
|
349
|
+
m_OnCullStateChanged:
|
|
350
|
+
m_PersistentCalls:
|
|
351
|
+
m_Calls: []
|
|
352
|
+
m_Sprite: {fileID: 21300000, guid: 29951aea5a2cea64b877c89eeaae63b8, type: 3}
|
|
353
|
+
m_Type: 3
|
|
354
|
+
m_PreserveAspect: 1
|
|
355
|
+
m_FillCenter: 1
|
|
356
|
+
m_FillMethod: 0
|
|
357
|
+
m_FillAmount: 1
|
|
358
|
+
m_FillClockwise: 1
|
|
359
|
+
m_FillOrigin: 0
|
|
360
|
+
m_UseSpriteMesh: 1
|
|
361
|
+
m_PixelsPerUnitMultiplier: 1
|