Skip to content

Commit 248a126

Browse files
author
David Kline
authored
Merge pull request #2083 from cre8ivepark/may18_dev_fix2019
[may18] Removing unused Animation script & animation in HolographicButton prefab
2 parents c9d0ea6 + c53cedd commit 248a126

File tree

2 files changed

+20
-140
lines changed

2 files changed

+20
-140
lines changed

Assets/HoloToolkit-Examples/UX/Prefabs/ButtonHolographic.prefab

Lines changed: 10 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,13 @@ GameObject:
7070
serializedVersion: 5
7171
m_Component:
7272
- component: {fileID: 4400682673061142}
73+
- component: {fileID: 65959870370459156}
7374
- component: {fileID: 114985427041226018}
7475
- component: {fileID: 114941441034285770}
7576
- component: {fileID: 114539127433989172}
7677
- component: {fileID: 114724965930856538}
7778
- component: {fileID: 114888990318196948}
78-
- component: {fileID: 65959870370459156}
79-
- component: {fileID: 95836897654538082}
80-
- component: {fileID: 114372868302156270}
79+
- component: {fileID: 114473421636268844}
8180
m_Layer: 5
8281
m_Name: ButtonHolographic
8382
m_TagString: Untagged
@@ -340,23 +339,6 @@ BoxCollider:
340339
serializedVersion: 2
341340
m_Size: {x: 0.12, y: 0.12, z: 0.02}
342341
m_Center: {x: 0, y: 0, z: 0}
343-
--- !u!95 &95836897654538082
344-
Animator:
345-
serializedVersion: 3
346-
m_ObjectHideFlags: 1
347-
m_PrefabParentObject: {fileID: 0}
348-
m_PrefabInternal: {fileID: 100100000}
349-
m_GameObject: {fileID: 1619954670119144}
350-
m_Enabled: 1
351-
m_Avatar: {fileID: 0}
352-
m_Controller: {fileID: 9100000, guid: dade752fc71c3d940ba5cc7eaf201f24, type: 2}
353-
m_CullingMode: 0
354-
m_UpdateMode: 0
355-
m_ApplyRootMotion: 0
356-
m_LinearVelocityBlending: 0
357-
m_WarningMessage:
358-
m_HasTransformHierarchy: 1
359-
m_AllowConstantClipSamplingOptimization: 1
360342
--- !u!102 &102082490485545312
361343
TextMesh:
362344
serializedVersion: 3
@@ -371,68 +353,26 @@ TextMesh:
371353
m_Anchor: 7
372354
m_Alignment: 1
373355
m_TabSize: 4
374-
m_FontSize: 72
356+
m_FontSize: 48
375357
m_FontStyle: 0
376358
m_RichText: 1
377359
m_Font: {fileID: 12800000, guid: 86574c70442309b45be5a1c37a37a40b, type: 3}
378360
m_Color:
379361
serializedVersion: 2
380362
rgba: 4294967295
381-
--- !u!114 &114372868302156270
363+
--- !u!114 &114473421636268844
382364
MonoBehaviour:
383365
m_ObjectHideFlags: 1
384366
m_PrefabParentObject: {fileID: 0}
385367
m_PrefabInternal: {fileID: 100100000}
386368
m_GameObject: {fileID: 1619954670119144}
387369
m_Enabled: 1
388370
m_EditorHideFlags: 0
389-
m_Script: {fileID: 11500000, guid: 728fec8e9feecf64f933543126cbecae, type: 3}
371+
m_Script: {fileID: 11500000, guid: d56c23c4a6e0ec6478791a5c1a0f81a1, type: 3}
390372
m_Name:
391373
m_EditorClassIdentifier:
392-
TargetAnimator: {fileID: 95836897654538082}
393-
AnimActions:
394-
- ButtonState: 0
395-
ParamName: State
396-
ParamType: 3
397-
BoolValue: 0
398-
IntValue: 0
399-
FloatValue: 0
400-
InvalidParam: 0
401-
- ButtonState: 1
402-
ParamName: State
403-
ParamType: 3
404-
BoolValue: 0
405-
IntValue: 1
406-
FloatValue: 0
407-
InvalidParam: 0
408-
- ButtonState: 2
409-
ParamName: State
410-
ParamType: 3
411-
BoolValue: 0
412-
IntValue: 2
413-
FloatValue: 0
414-
InvalidParam: 0
415-
- ButtonState: 3
416-
ParamName: State
417-
ParamType: 3
418-
BoolValue: 0
419-
IntValue: 3
420-
FloatValue: 0
421-
InvalidParam: 0
422-
- ButtonState: 4
423-
ParamName: State
424-
ParamType: 3
425-
BoolValue: 0
426-
IntValue: 4
427-
FloatValue: 0
428-
InvalidParam: 0
429-
- ButtonState: 5
430-
ParamName: State
431-
ParamType: 3
432-
BoolValue: 0
433-
IntValue: 5
434-
FloatValue: 0
435-
InvalidParam: 0
374+
KeywordSource: 2
375+
Keyword:
436376
--- !u!114 &114539127433989172
437377
MonoBehaviour:
438378
m_ObjectHideFlags: 1
@@ -511,8 +451,8 @@ MonoBehaviour:
511451
m_Script: {fileID: 11500000, guid: e77a98cf320fe9340a55eecfe4567ca4, type: 3}
512452
m_Name:
513453
m_EditorClassIdentifier:
514-
ButtonState: 4
515-
ButtonPressFilter: 1
516-
RequireGaze: 1
454+
buttonState: 4
455+
buttonPressFilter: 1
456+
requireGaze: 1
517457
MainCollider: {fileID: 65959870370459156}
518458
MainRenderer: {fileID: 23714127561629088}

Assets/HoloToolkit/UX/Prefabs/Buttons/HolographicButton.prefab

Lines changed: 10 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,13 @@ GameObject:
3636
serializedVersion: 5
3737
m_Component:
3838
- component: {fileID: 4249060311757736}
39+
- component: {fileID: 65091470401894616}
3940
- component: {fileID: 114549673379926378}
4041
- component: {fileID: 114759408391228376}
4142
- component: {fileID: 114731001419964972}
4243
- component: {fileID: 114540301864412650}
4344
- component: {fileID: 114284851947377390}
44-
- component: {fileID: 65091470401894616}
45-
- component: {fileID: 95444211700001698}
46-
- component: {fileID: 114586770699789526}
45+
- component: {fileID: 114700464119774652}
4746
m_Layer: 5
4847
m_Name: HolographicButton
4948
m_TagString: Untagged
@@ -340,23 +339,6 @@ BoxCollider:
340339
serializedVersion: 2
341340
m_Size: {x: 0.12, y: 0.12, z: 0.02}
342341
m_Center: {x: 0, y: 0, z: 0}
343-
--- !u!95 &95444211700001698
344-
Animator:
345-
serializedVersion: 3
346-
m_ObjectHideFlags: 1
347-
m_PrefabParentObject: {fileID: 0}
348-
m_PrefabInternal: {fileID: 100100000}
349-
m_GameObject: {fileID: 1210820392543280}
350-
m_Enabled: 1
351-
m_Avatar: {fileID: 0}
352-
m_Controller: {fileID: 9100000, guid: dade752fc71c3d940ba5cc7eaf201f24, type: 2}
353-
m_CullingMode: 0
354-
m_UpdateMode: 0
355-
m_ApplyRootMotion: 0
356-
m_LinearVelocityBlending: 0
357-
m_WarningMessage:
358-
m_HasTransformHierarchy: 1
359-
m_AllowConstantClipSamplingOptimization: 1
360342
--- !u!102 &102845526646414632
361343
TextMesh:
362344
serializedVersion: 3
@@ -371,7 +353,7 @@ TextMesh:
371353
m_Anchor: 7
372354
m_Alignment: 1
373355
m_TabSize: 4
374-
m_FontSize: 72
356+
m_FontSize: 48
375357
m_FontStyle: 0
376358
m_RichText: 1
377359
m_Font: {fileID: 12800000, guid: 86574c70442309b45be5a1c37a37a40b, type: 3}
@@ -429,66 +411,24 @@ MonoBehaviour:
429411
m_Script: {fileID: 11500000, guid: e77a98cf320fe9340a55eecfe4567ca4, type: 3}
430412
m_Name:
431413
m_EditorClassIdentifier:
432-
ButtonState: 4
433-
ButtonPressFilter: 1
434-
RequireGaze: 1
414+
buttonState: 4
415+
buttonPressFilter: 1
416+
requireGaze: 1
435417
MainCollider: {fileID: 65091470401894616}
436418
MainRenderer: {fileID: 23637783586042108}
437-
--- !u!114 &114586770699789526
419+
--- !u!114 &114700464119774652
438420
MonoBehaviour:
439421
m_ObjectHideFlags: 1
440422
m_PrefabParentObject: {fileID: 0}
441423
m_PrefabInternal: {fileID: 100100000}
442424
m_GameObject: {fileID: 1210820392543280}
443425
m_Enabled: 1
444426
m_EditorHideFlags: 0
445-
m_Script: {fileID: 11500000, guid: 728fec8e9feecf64f933543126cbecae, type: 3}
427+
m_Script: {fileID: 11500000, guid: d56c23c4a6e0ec6478791a5c1a0f81a1, type: 3}
446428
m_Name:
447429
m_EditorClassIdentifier:
448-
TargetAnimator: {fileID: 95444211700001698}
449-
AnimActions:
450-
- ButtonState: 0
451-
ParamName: State
452-
ParamType: 3
453-
BoolValue: 0
454-
IntValue: 0
455-
FloatValue: 0
456-
InvalidParam: 0
457-
- ButtonState: 1
458-
ParamName: State
459-
ParamType: 3
460-
BoolValue: 0
461-
IntValue: 1
462-
FloatValue: 0
463-
InvalidParam: 0
464-
- ButtonState: 2
465-
ParamName: State
466-
ParamType: 3
467-
BoolValue: 0
468-
IntValue: 2
469-
FloatValue: 0
470-
InvalidParam: 0
471-
- ButtonState: 3
472-
ParamName: State
473-
ParamType: 3
474-
BoolValue: 0
475-
IntValue: 3
476-
FloatValue: 0
477-
InvalidParam: 0
478-
- ButtonState: 4
479-
ParamName: State
480-
ParamType: 3
481-
BoolValue: 0
482-
IntValue: 4
483-
FloatValue: 0
484-
InvalidParam: 0
485-
- ButtonState: 5
486-
ParamName: State
487-
ParamType: 3
488-
BoolValue: 0
489-
IntValue: 5
490-
FloatValue: 0
491-
InvalidParam: 0
430+
KeywordSource: 2
431+
Keyword:
492432
--- !u!114 &114731001419964972
493433
MonoBehaviour:
494434
m_ObjectHideFlags: 1

0 commit comments

Comments
 (0)