Skip to content

Commit ea5fb1e

Browse files
committed
Enable loop to all BGM player object in each scenes.
1 parent fc93ddf commit ea5fb1e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1413
-829
lines changed

Assets/BossFight_Assets/Scenes/BF_Game.unity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3273,7 +3273,7 @@ AudioSource:
32733273
m_PlayOnAwake: 1
32743274
m_Volume: 1
32753275
m_Pitch: 1
3276-
Loop: 0
3276+
Loop: 1
32773277
Mute: 0
32783278
Spatialize: 0
32793279
SpatializePostEffects: 0

Assets/BossFight_Assets/Scenes/BF_Lobby.unity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,7 @@ AudioSource:
604604
m_PlayOnAwake: 1
605605
m_Volume: 1
606606
m_Pitch: 1
607-
Loop: 0
607+
Loop: 1
608608
Mute: 0
609609
Spatialize: 0
610610
SpatializePostEffects: 0

Assets/BossFight_Assets/Scenes/BF_LogoScene.unity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ AudioSource:
329329
m_PlayOnAwake: 1
330330
m_Volume: 1
331331
m_Pitch: 1
332-
Loop: 0
332+
Loop: 1
333333
Mute: 0
334334
Spatialize: 0
335335
SpatializePostEffects: 0

Assets/FrameworkTest_Assets/Scenes/FT_CheckVisible.unity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ AudioSource:
697697
m_PlayOnAwake: 1
698698
m_Volume: 1
699699
m_Pitch: 1
700-
Loop: 0
700+
Loop: 1
701701
Mute: 0
702702
Spatialize: 0
703703
SpatializePostEffects: 0

Assets/FrameworkTest_Assets/Scenes/FT_CosineTest.unity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ AudioSource:
878878
m_PlayOnAwake: 1
879879
m_Volume: 1
880880
m_Pitch: 1
881-
Loop: 0
881+
Loop: 1
882882
Mute: 0
883883
Spatialize: 0
884884
SpatializePostEffects: 0

Assets/FrameworkTest_Assets/Scenes/FT_MusicTest.unity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1603,7 +1603,7 @@ AudioSource:
16031603
m_PlayOnAwake: 1
16041604
m_Volume: 1
16051605
m_Pitch: 1
1606-
Loop: 0
1606+
Loop: 1
16071607
Mute: 0
16081608
Spatialize: 0
16091609
SpatializePostEffects: 0

Assets/FrameworkTest_Assets/Scenes/FT_RotateTest.unity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ AudioSource:
464464
m_PlayOnAwake: 1
465465
m_Volume: 1
466466
m_Pitch: 1
467-
Loop: 0
467+
Loop: 1
468468
Mute: 0
469469
Spatialize: 0
470470
SpatializePostEffects: 0

Assets/FrameworkTest_Assets/Scenes/FT_Test.unity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ AudioSource:
156156
m_PlayOnAwake: 1
157157
m_Volume: 1
158158
m_Pitch: 1
159-
Loop: 0
159+
Loop: 1
160160
Mute: 0
161161
Spatialize: 0
162162
SpatializePostEffects: 0

Assets/FrameworkTest_Assets/Scenes/FT_XInput.unity

Lines changed: 151 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,156 @@ NavMeshSettings:
113113
debug:
114114
m_Flags: 0
115115
m_NavMeshData: {fileID: 0}
116+
--- !u!1 &81096828
117+
GameObject:
118+
m_ObjectHideFlags: 0
119+
m_PrefabParentObject: {fileID: 0}
120+
m_PrefabInternal: {fileID: 0}
121+
serializedVersion: 5
122+
m_Component:
123+
- component: {fileID: 81096832}
124+
- component: {fileID: 81096831}
125+
- component: {fileID: 81096830}
126+
- component: {fileID: 81096829}
127+
m_Layer: 0
128+
m_Name: JCS_BGMPlayer
129+
m_TagString: Untagged
130+
m_Icon: {fileID: 0}
131+
m_NavMeshLayer: 0
132+
m_StaticEditorFlags: 0
133+
m_IsActive: 1
134+
--- !u!114 &81096829
135+
MonoBehaviour:
136+
m_ObjectHideFlags: 0
137+
m_PrefabParentObject: {fileID: 0}
138+
m_PrefabInternal: {fileID: 0}
139+
m_GameObject: {fileID: 81096828}
140+
m_Enabled: 1
141+
m_EditorHideFlags: 0
142+
m_Script: {fileID: 11500000, guid: 4999acd701f3e6743b7c5518ea7aaa17, type: 3}
143+
m_Name:
144+
m_EditorClassIdentifier:
145+
mSoundSettingType: 1
146+
--- !u!82 &81096830
147+
AudioSource:
148+
m_ObjectHideFlags: 0
149+
m_PrefabParentObject: {fileID: 0}
150+
m_PrefabInternal: {fileID: 0}
151+
m_GameObject: {fileID: 81096828}
152+
m_Enabled: 1
153+
serializedVersion: 4
154+
OutputAudioMixerGroup: {fileID: 0}
155+
m_audioClip: {fileID: 0}
156+
m_PlayOnAwake: 1
157+
m_Volume: 1
158+
m_Pitch: 1
159+
Loop: 1
160+
Mute: 0
161+
Spatialize: 0
162+
SpatializePostEffects: 0
163+
Priority: 128
164+
DopplerLevel: 1
165+
MinDistance: 1
166+
MaxDistance: 500
167+
Pan2D: 0
168+
rolloffMode: 0
169+
BypassEffects: 0
170+
BypassListenerEffects: 0
171+
BypassReverbZones: 0
172+
rolloffCustomCurve:
173+
serializedVersion: 2
174+
m_Curve:
175+
- serializedVersion: 3
176+
time: 0
177+
value: 1
178+
inSlope: 0
179+
outSlope: 0
180+
tangentMode: 0
181+
weightedMode: 0
182+
inWeight: 0.33333334
183+
outWeight: 0.33333334
184+
- serializedVersion: 3
185+
time: 1
186+
value: 0
187+
inSlope: 0
188+
outSlope: 0
189+
tangentMode: 0
190+
weightedMode: 0
191+
inWeight: 0.33333334
192+
outWeight: 0.33333334
193+
m_PreInfinity: 2
194+
m_PostInfinity: 2
195+
m_RotationOrder: 4
196+
panLevelCustomCurve:
197+
serializedVersion: 2
198+
m_Curve:
199+
- serializedVersion: 3
200+
time: 0
201+
value: 0
202+
inSlope: 0
203+
outSlope: 0
204+
tangentMode: 0
205+
weightedMode: 0
206+
inWeight: 0.33333334
207+
outWeight: 0.33333334
208+
m_PreInfinity: 2
209+
m_PostInfinity: 2
210+
m_RotationOrder: 4
211+
spreadCustomCurve:
212+
serializedVersion: 2
213+
m_Curve:
214+
- serializedVersion: 3
215+
time: 0
216+
value: 0
217+
inSlope: 0
218+
outSlope: 0
219+
tangentMode: 0
220+
weightedMode: 0
221+
inWeight: 0.33333334
222+
outWeight: 0.33333334
223+
m_PreInfinity: 2
224+
m_PostInfinity: 2
225+
m_RotationOrder: 4
226+
reverbZoneMixCustomCurve:
227+
serializedVersion: 2
228+
m_Curve:
229+
- serializedVersion: 3
230+
time: 0
231+
value: 1
232+
inSlope: 0
233+
outSlope: 0
234+
tangentMode: 0
235+
weightedMode: 0
236+
inWeight: 0.33333334
237+
outWeight: 0.33333334
238+
m_PreInfinity: 2
239+
m_PostInfinity: 2
240+
m_RotationOrder: 4
241+
--- !u!114 &81096831
242+
MonoBehaviour:
243+
m_ObjectHideFlags: 0
244+
m_PrefabParentObject: {fileID: 0}
245+
m_PrefabInternal: {fileID: 0}
246+
m_GameObject: {fileID: 81096828}
247+
m_Enabled: 1
248+
m_EditorHideFlags: 0
249+
m_Script: {fileID: 11500000, guid: 44537bddf53394d4ba5246f002f0fbb0, type: 3}
250+
m_Name:
251+
m_EditorClassIdentifier:
252+
mType: 0
253+
--- !u!4 &81096832
254+
Transform:
255+
m_ObjectHideFlags: 0
256+
m_PrefabParentObject: {fileID: 0}
257+
m_PrefabInternal: {fileID: 0}
258+
m_GameObject: {fileID: 81096828}
259+
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
260+
m_LocalPosition: {x: 0, y: 0, z: 0}
261+
m_LocalScale: {x: 1, y: 1, z: 1}
262+
m_Children: []
263+
m_Father: {fileID: 0}
264+
m_RootOrder: 6
265+
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
116266
--- !u!1 &312074289
117267
GameObject:
118268
m_ObjectHideFlags: 0
@@ -265,48 +415,6 @@ CanvasRenderer:
265415
m_PrefabParentObject: {fileID: 0}
266416
m_PrefabInternal: {fileID: 0}
267417
m_GameObject: {fileID: 312074289}
268-
--- !u!1001 &321353022
269-
Prefab:
270-
m_ObjectHideFlags: 0
271-
serializedVersion: 2
272-
m_Modification:
273-
m_TransformParent: {fileID: 0}
274-
m_Modifications:
275-
- target: {fileID: 4569903240588472, guid: cd44cbf89bec37c459ce258718258676, type: 2}
276-
propertyPath: m_LocalPosition.x
277-
value: 0
278-
objectReference: {fileID: 0}
279-
- target: {fileID: 4569903240588472, guid: cd44cbf89bec37c459ce258718258676, type: 2}
280-
propertyPath: m_LocalPosition.y
281-
value: 0
282-
objectReference: {fileID: 0}
283-
- target: {fileID: 4569903240588472, guid: cd44cbf89bec37c459ce258718258676, type: 2}
284-
propertyPath: m_LocalPosition.z
285-
value: 0
286-
objectReference: {fileID: 0}
287-
- target: {fileID: 4569903240588472, guid: cd44cbf89bec37c459ce258718258676, type: 2}
288-
propertyPath: m_LocalRotation.x
289-
value: 0
290-
objectReference: {fileID: 0}
291-
- target: {fileID: 4569903240588472, guid: cd44cbf89bec37c459ce258718258676, type: 2}
292-
propertyPath: m_LocalRotation.y
293-
value: 0
294-
objectReference: {fileID: 0}
295-
- target: {fileID: 4569903240588472, guid: cd44cbf89bec37c459ce258718258676, type: 2}
296-
propertyPath: m_LocalRotation.z
297-
value: 0
298-
objectReference: {fileID: 0}
299-
- target: {fileID: 4569903240588472, guid: cd44cbf89bec37c459ce258718258676, type: 2}
300-
propertyPath: m_LocalRotation.w
301-
value: 1
302-
objectReference: {fileID: 0}
303-
- target: {fileID: 4569903240588472, guid: cd44cbf89bec37c459ce258718258676, type: 2}
304-
propertyPath: m_RootOrder
305-
value: 6
306-
objectReference: {fileID: 0}
307-
m_RemovedComponents: []
308-
m_ParentPrefab: {fileID: 100100000, guid: cd44cbf89bec37c459ce258718258676, type: 2}
309-
m_IsPrefabParent: 0
310418
--- !u!1 &380290729
311419
GameObject:
312420
m_ObjectHideFlags: 0
@@ -347,7 +455,7 @@ MonoBehaviour:
347455
m_Script: {fileID: 11500000, guid: 862981a0f3fe82644b327bad21278a39, type: 3}
348456
m_Name:
349457
m_EditorClassIdentifier:
350-
valueKeyTest: 1
458+
valueKeyTest: 0
351459
--- !u!1 &972362979
352460
GameObject:
353461
m_ObjectHideFlags: 0

Assets/JCSUnity/Scenes/Demo/2D/JCS_2DAIDemo.unity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10160,7 +10160,7 @@ AudioSource:
1016010160
m_PlayOnAwake: 1
1016110161
m_Volume: 1
1016210162
m_Pitch: 1
10163-
Loop: 0
10163+
Loop: 1
1016410164
Mute: 0
1016510165
Spatialize: 0
1016610166
SpatializePostEffects: 0

0 commit comments

Comments
 (0)