Skip to content

Commit

Permalink
[unity] Minor changes: Spine Examples cleanup, removed a misleading u…
Browse files Browse the repository at this point in the history
…nused component in Freezeboy example.
  • Loading branch information
HaraldCsaszar committed Aug 23, 2019
1 parent 94c528a commit 7f81f6d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
19 changes: 0 additions & 19 deletions spine-unity/Assets/Spine Examples/Other Examples/Freezeboy.unity
Original file line number Diff line number Diff line change
Expand Up @@ -3428,32 +3428,13 @@ GameObject:
- component: {fileID: 1126206821}
- component: {fileID: 1126206824}
- component: {fileID: 1126206820}
- component: {fileID: 1126206819}
m_Layer: 0
m_Name: Spine GameObject (spineboy-unity)
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
--- !u!114 &1126206819
MonoBehaviour:
m_ObjectHideFlags: 0
m_PrefabParentObject: {fileID: 0}
m_PrefabInternal: {fileID: 0}
m_GameObject: {fileID: 1126206818}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 26947ae098a8447408d80c0c86e35b48, type: 3}
m_Name:
m_EditorClassIdentifier:
skeletonRenderer: {fileID: 1126206820}
customSlotMaterials: []
customMaterialOverrides:
- overrideDisabled: 1
originalMaterial: {fileID: 2100000, guid: 1455e88fdb81ccc45bdeaedd657bad4d, type: 2}
replacementMaterial: {fileID: 2100000, guid: 128e02fa6a4f5964fa898757a425b354,
type: 2}
--- !u!114 &1126206820
MonoBehaviour:
m_ObjectHideFlags: 0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ void Awake () {
if (skeletonRenderer.valid) Apply(skeletonRenderer);
}

void Start () { } // Allow checkbox in inspector

void Apply (SkeletonRenderer skeletonRenderer) {
if (!this.enabled) return;

Expand Down

0 comments on commit 7f81f6d

Please sign in to comment.