-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Easy creation of EZUI specific gameobjects, Updated README.md
- Loading branch information
1 parent
a8700be
commit 3f6ea75
Showing
13 changed files
with
772 additions
and
61 deletions.
There are no files selected for viewing
49 changes: 49 additions & 0 deletions
49
Assets/Plugins/EZUI/Resources/EZUI/Prefabs/EZUIManager.prefab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
%YAML 1.1 | ||
%TAG !u! tag:unity3d.com,2011: | ||
--- !u!1 &6545459359459127651 | ||
GameObject: | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
serializedVersion: 6 | ||
m_Component: | ||
- component: {fileID: 2382973988649790466} | ||
- component: {fileID: 9074314182564879452} | ||
m_Layer: 0 | ||
m_Name: EZUIManager | ||
m_TagString: Untagged | ||
m_Icon: {fileID: 0} | ||
m_NavMeshLayer: 0 | ||
m_StaticEditorFlags: 0 | ||
m_IsActive: 1 | ||
--- !u!4 &2382973988649790466 | ||
Transform: | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
m_GameObject: {fileID: 6545459359459127651} | ||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} | ||
m_LocalPosition: {x: 0, y: 0, z: 0} | ||
m_LocalScale: {x: 1, y: 1, z: 1} | ||
m_ConstrainProportionsScale: 0 | ||
m_Children: [] | ||
m_Father: {fileID: 0} | ||
m_RootOrder: 0 | ||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} | ||
--- !u!114 &9074314182564879452 | ||
MonoBehaviour: | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
m_GameObject: {fileID: 6545459359459127651} | ||
m_Enabled: 1 | ||
m_EditorHideFlags: 0 | ||
m_Script: {fileID: 11500000, guid: 35da88ff551ad894e88a0c1012b4fdff, type: 3} | ||
m_Name: | ||
m_EditorClassIdentifier: | ||
debug: 0 | ||
data: {fileID: 11400000, guid: b0d2613a2e6563e46af62adeb8990e03, type: 2} | ||
UImodules: [] |
7 changes: 7 additions & 0 deletions
7
Assets/Plugins/EZUI/Resources/EZUI/Prefabs/EZUIManager.prefab.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
277 changes: 277 additions & 0 deletions
277
Assets/Plugins/EZUI/Resources/EZUI/Prefabs/EZUIPanel.prefab
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,277 @@ | ||
%YAML 1.1 | ||
%TAG !u! tag:unity3d.com,2011: | ||
--- !u!1 &8307814997385845778 | ||
GameObject: | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
serializedVersion: 6 | ||
m_Component: | ||
- component: {fileID: 8307814997385845779} | ||
- component: {fileID: 8307814997385845781} | ||
- component: {fileID: 8307814997385845780} | ||
m_Layer: 5 | ||
m_Name: BG | ||
m_TagString: Untagged | ||
m_Icon: {fileID: 0} | ||
m_NavMeshLayer: 0 | ||
m_StaticEditorFlags: 0 | ||
m_IsActive: 1 | ||
--- !u!224 &8307814997385845779 | ||
RectTransform: | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
m_GameObject: {fileID: 8307814997385845778} | ||
m_LocalRotation: {x: -0, y: -0, z: -0, w: 1} | ||
m_LocalPosition: {x: 0, y: 0, z: 0} | ||
m_LocalScale: {x: 1, y: 1, z: 1} | ||
m_ConstrainProportionsScale: 0 | ||
m_Children: [] | ||
m_Father: {fileID: 8307814998404972675} | ||
m_RootOrder: 0 | ||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} | ||
m_AnchorMin: {x: 0, y: 0} | ||
m_AnchorMax: {x: 1, y: 1} | ||
m_AnchoredPosition: {x: 0, y: 0} | ||
m_SizeDelta: {x: 0, y: 0} | ||
m_Pivot: {x: 0.5, y: 0.5} | ||
--- !u!222 &8307814997385845781 | ||
CanvasRenderer: | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
m_GameObject: {fileID: 8307814997385845778} | ||
m_CullTransparentMesh: 0 | ||
--- !u!114 &8307814997385845780 | ||
MonoBehaviour: | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
m_GameObject: {fileID: 8307814997385845778} | ||
m_Enabled: 1 | ||
m_EditorHideFlags: 0 | ||
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3} | ||
m_Name: | ||
m_EditorClassIdentifier: | ||
m_Material: {fileID: 0} | ||
m_Color: {r: 0.3088713, g: 0.15686274, b: 0.7372549, a: 1} | ||
m_RaycastTarget: 1 | ||
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0} | ||
m_Maskable: 1 | ||
m_OnCullStateChanged: | ||
m_PersistentCalls: | ||
m_Calls: [] | ||
m_Sprite: {fileID: 0} | ||
m_Type: 0 | ||
m_PreserveAspect: 0 | ||
m_FillCenter: 1 | ||
m_FillMethod: 4 | ||
m_FillAmount: 1 | ||
m_FillClockwise: 1 | ||
m_FillOrigin: 0 | ||
m_UseSpriteMesh: 0 | ||
m_PixelsPerUnitMultiplier: 1 | ||
--- !u!1 &8307814998404972687 | ||
GameObject: | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
serializedVersion: 6 | ||
m_Component: | ||
- component: {fileID: 8307814998404972675} | ||
- component: {fileID: 8307814998404972674} | ||
- component: {fileID: 8307814998404972673} | ||
- component: {fileID: 8307814998404972686} | ||
m_Layer: 5 | ||
m_Name: EZUIPanel | ||
m_TagString: Untagged | ||
m_Icon: {fileID: 0} | ||
m_NavMeshLayer: 0 | ||
m_StaticEditorFlags: 0 | ||
m_IsActive: 1 | ||
--- !u!224 &8307814998404972675 | ||
RectTransform: | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
m_GameObject: {fileID: 8307814998404972687} | ||
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} | ||
m_LocalPosition: {x: 0, y: 0, z: 0} | ||
m_LocalScale: {x: 1, y: 1, z: 1} | ||
m_ConstrainProportionsScale: 0 | ||
m_Children: | ||
- {fileID: 8307814997385845779} | ||
m_Father: {fileID: 0} | ||
m_RootOrder: 0 | ||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} | ||
m_AnchorMin: {x: 0, y: 0} | ||
m_AnchorMax: {x: 1, y: 1} | ||
m_AnchoredPosition: {x: 0, y: 0} | ||
m_SizeDelta: {x: 0, y: 0} | ||
m_Pivot: {x: 0.5, y: 0.5} | ||
--- !u!222 &8307814998404972674 | ||
CanvasRenderer: | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
m_GameObject: {fileID: 8307814998404972687} | ||
m_CullTransparentMesh: 0 | ||
--- !u!225 &8307814998404972673 | ||
CanvasGroup: | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
m_GameObject: {fileID: 8307814998404972687} | ||
m_Enabled: 1 | ||
m_Alpha: 1 | ||
m_Interactable: 1 | ||
m_BlocksRaycasts: 1 | ||
m_IgnoreParentGroups: 0 | ||
--- !u!114 &8307814998404972686 | ||
MonoBehaviour: | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
m_GameObject: {fileID: 8307814998404972687} | ||
m_Enabled: 1 | ||
m_EditorHideFlags: 0 | ||
m_Script: {fileID: 11500000, guid: 6557f74738b94b0ca53c48ae40c92cb3, type: 3} | ||
m_Name: | ||
m_EditorClassIdentifier: | ||
key: Shop | ||
showData: | ||
defaultState: 1 | ||
move: 0 | ||
rotation: 0 | ||
scale: 1 | ||
fade: 1 | ||
moveData: | ||
state: 1 | ||
mode: 0 | ||
moveMode: 0 | ||
startDelay: 0 | ||
duration: 0.5 | ||
moveDirection: 0 | ||
initialValue: {x: 0, y: 0, z: 0} | ||
from: {x: 0, y: 2000, z: 0} | ||
to: {x: 0, y: 0, z: 0} | ||
by: {x: 0, y: 0, z: 0} | ||
elasticity: 1 | ||
vibrato: 12 | ||
ease: 19 | ||
rotationData: | ||
state: 1 | ||
mode: 0 | ||
startDelay: 0 | ||
duration: 0.5 | ||
initialValue: {x: 0, y: 0, z: 0} | ||
from: {x: 0, y: 0, z: 50} | ||
to: {x: 0, y: 0, z: 0} | ||
by: {x: 0, y: 0, z: 0} | ||
elasticity: 1 | ||
vibrato: 12 | ||
ease: 1 | ||
rotateMode: 1 | ||
scaleData: | ||
state: 1 | ||
mode: 0 | ||
startDelay: 0 | ||
duration: 0.3 | ||
initialValue: {x: 1, y: 1, z: 1} | ||
from: {x: 0, y: 0, z: 0} | ||
to: {x: 0, y: 0, z: 0} | ||
by: {x: 0, y: 0, z: 0} | ||
elasticity: 1 | ||
vibrato: 12 | ||
ease: 27 | ||
fadeData: | ||
state: 1 | ||
startDelay: 0 | ||
duration: 0.3 | ||
initialValue: 1 | ||
from: 0 | ||
to: 1 | ||
ease: 27 | ||
onStarted: | ||
m_PersistentCalls: | ||
m_Calls: [] | ||
onCompleted: | ||
m_PersistentCalls: | ||
m_Calls: [] | ||
isAnimating: 0 | ||
expanded: 1 | ||
isAnyAnimationActive: 1 | ||
hideData: | ||
defaultState: 2 | ||
move: 0 | ||
rotation: 0 | ||
scale: 1 | ||
fade: 1 | ||
moveData: | ||
state: 2 | ||
mode: 0 | ||
moveMode: 0 | ||
startDelay: 0 | ||
duration: 0.3 | ||
moveDirection: 0 | ||
initialValue: {x: 0, y: 0, z: 0} | ||
from: {x: 0, y: 0, z: 0} | ||
to: {x: 0, y: 0, z: 0} | ||
by: {x: 0, y: 0, z: 0} | ||
elasticity: 1 | ||
vibrato: 12 | ||
ease: 27 | ||
rotationData: | ||
state: 2 | ||
mode: 0 | ||
startDelay: 0 | ||
duration: 1 | ||
initialValue: {x: 0, y: 0, z: 0} | ||
from: {x: 0, y: 0, z: 0} | ||
to: {x: 0, y: 0, z: 0} | ||
by: {x: 0, y: 0, z: 0} | ||
elasticity: 1 | ||
vibrato: 12 | ||
ease: 1 | ||
rotateMode: 1 | ||
scaleData: | ||
state: 2 | ||
mode: 0 | ||
startDelay: 0 | ||
duration: 0.3 | ||
initialValue: {x: 1, y: 1, z: 1} | ||
from: {x: 0, y: 0, z: 0} | ||
to: {x: 0, y: 0, z: 0} | ||
by: {x: 0, y: 0, z: 0} | ||
elasticity: 1 | ||
vibrato: 12 | ||
ease: 27 | ||
fadeData: | ||
state: 2 | ||
startDelay: 0 | ||
duration: 0.3 | ||
initialValue: 1 | ||
from: 1 | ||
to: 0 | ||
ease: 27 | ||
onStarted: | ||
m_PersistentCalls: | ||
m_Calls: [] | ||
onCompleted: | ||
m_PersistentCalls: | ||
m_Calls: [] | ||
isAnimating: 0 | ||
expanded: 1 | ||
isAnyAnimationActive: 1 | ||
useCustomStartPosition: 1 | ||
customStartPosition: {x: 0, y: 0, z: 0} |
7 changes: 7 additions & 0 deletions
7
Assets/Plugins/EZUI/Resources/EZUI/Prefabs/EZUIPanel.prefab.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.