Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
637 changes: 355 additions & 282 deletions Prefabs/Cursors/Mouse Cursor.prefab

Large diffs are not rendered by default.

16 changes: 7 additions & 9 deletions Prefabs/Cursors/Object Cursor.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ RectTransform:
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 22471328}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
Expand Down Expand Up @@ -87,7 +86,7 @@ GameObject:
- component: {fileID: 22471328}
- component: {fileID: 223813922742015622}
- component: {fileID: 225429637618999960}
- component: {fileID: 2200878061344359703}
- component: {fileID: 8778380845540723058}
m_Layer: 0
m_Name: Object Cursor
m_TagString: Untagged
Expand All @@ -110,12 +109,11 @@ RectTransform:
- {fileID: 22436736}
- {fileID: 3405323766304108294}
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 500, y: 100}
m_SizeDelta: {x: 64, y: 64}
m_SizeDelta: {x: 100, y: 100}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!223 &223813922742015622
Canvas:
Expand All @@ -134,7 +132,9 @@ Canvas:
m_OverrideSorting: 0
m_OverridePixelPerfect: 0
m_SortingBucketNormalizedSize: 0
m_VertexColorAlwaysGammaSpace: 0
m_AdditionalShaderChannelsFlag: 25
m_UpdateRectTransformForStandalone: 0
m_SortingLayerID: 0
m_SortingOrder: 0
m_TargetDisplay: 0
Expand All @@ -150,7 +150,7 @@ CanvasGroup:
m_Interactable: 0
m_BlocksRaycasts: 0
m_IgnoreParentGroups: 0
--- !u!114 &2200878061344359703
--- !u!114 &8778380845540723058
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
Expand All @@ -159,7 +159,7 @@ MonoBehaviour:
m_GameObject: {fileID: 183852}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 278a3da2a34252e45bd08b6726d68e87, type: 3}
m_Script: {fileID: 11500000, guid: 0da990e406784b1a8fdd687c97ec00e6, type: 3}
m_Name:
m_EditorClassIdentifier:
ShowPointerId: 1
Expand Down Expand Up @@ -198,11 +198,10 @@ RectTransform:
m_Children:
- {fileID: 5414880619752347033}
m_Father: {fileID: 22471328}
m_RootOrder: 1
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 1}
m_AnchorMax: {x: 0, y: 1}
m_AnchoredPosition: {x: 200, y: 0}
m_AnchoredPosition: {x: 1, y: 0}
m_SizeDelta: {x: 300, y: 100}
m_Pivot: {x: 0, y: 1}
--- !u!1 &5439853715522710970
Expand Down Expand Up @@ -236,7 +235,6 @@ RectTransform:
m_ConstrainProportionsScale: 0
m_Children: []
m_Father: {fileID: 3405323766304108294}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
Expand Down
Loading