diff options
author | chai <chaifix@163.com> | 2021-05-15 15:47:49 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-05-15 15:47:49 +0800 |
commit | b9fe2ce418667724c3e3fdedd228ff2691900bbe (patch) | |
tree | ee7ed14bdd9c4f5ae94d3a08d5426f0c892c527d /Assets/UI_Extension | |
parent | d07e14add74e017b52ab2371efeea1aa4ea10ced (diff) |
*修改GUID
Diffstat (limited to 'Assets/UI_Extension')
-rw-r--r-- | Assets/UI_Extension/Scripts/Controls/VirtualStick.cs | 16 | ||||
-rw-r--r-- | Assets/UI_Extension/Scripts/Controls/VirtualStick.cs.meta | 11 | ||||
-rw-r--r-- | Assets/UI_Extension/Scripts/LayoutGroup/BookView.cs | 16 | ||||
-rw-r--r-- | Assets/UI_Extension/Scripts/LayoutGroup/BookView.cs.meta | 11 | ||||
-rw-r--r-- | Assets/UI_Extension/Scripts/UIExtUtilities.cs | 18 | ||||
-rw-r--r-- | Assets/UI_Extension/Scripts/UIExtUtilities.cs.meta | 11 | ||||
-rw-r--r-- | Assets/UI_Extension/Suit.meta | 8 | ||||
-rw-r--r-- | Assets/UI_Extension/Suit/Dark.meta | 8 | ||||
-rw-r--r-- | Assets/UI_Extension/Suit/Flat.meta | 8 | ||||
-rw-r--r-- | Assets/UI_Extension/Suit/Flat/FlatDemo.unity | 261 | ||||
-rw-r--r-- | Assets/UI_Extension/Suit/Flat/FlatDemo.unity.meta | 7 | ||||
-rw-r--r-- | Assets/UI_Extension/Suit/Modern.meta | 8 | ||||
-rw-r--r-- | Assets/UI_Extension/Suit/Scifi.meta | 8 |
13 files changed, 391 insertions, 0 deletions
diff --git a/Assets/UI_Extension/Scripts/Controls/VirtualStick.cs b/Assets/UI_Extension/Scripts/Controls/VirtualStick.cs new file mode 100644 index 0000000..e94b955 --- /dev/null +++ b/Assets/UI_Extension/Scripts/Controls/VirtualStick.cs @@ -0,0 +1,16 @@ +using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+public class VirtualStick : MonoBehaviour {
+
+ // Use this for initialization
+ void Start () {
+
+ }
+
+ // Update is called once per frame
+ void Update () {
+
+ }
+}
diff --git a/Assets/UI_Extension/Scripts/Controls/VirtualStick.cs.meta b/Assets/UI_Extension/Scripts/Controls/VirtualStick.cs.meta new file mode 100644 index 0000000..8f0835a --- /dev/null +++ b/Assets/UI_Extension/Scripts/Controls/VirtualStick.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: d46e87b8b453d794897ea05dea5abfb6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/UI_Extension/Scripts/LayoutGroup/BookView.cs b/Assets/UI_Extension/Scripts/LayoutGroup/BookView.cs new file mode 100644 index 0000000..20e6fc8 --- /dev/null +++ b/Assets/UI_Extension/Scripts/LayoutGroup/BookView.cs @@ -0,0 +1,16 @@ +using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+public class BookView : MonoBehaviour {
+
+ // Use this for initialization
+ void Start () {
+
+ }
+
+ // Update is called once per frame
+ void Update () {
+
+ }
+}
diff --git a/Assets/UI_Extension/Scripts/LayoutGroup/BookView.cs.meta b/Assets/UI_Extension/Scripts/LayoutGroup/BookView.cs.meta new file mode 100644 index 0000000..369f09e --- /dev/null +++ b/Assets/UI_Extension/Scripts/LayoutGroup/BookView.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 56bc1f0cb263940409891836309aa0d8 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/UI_Extension/Scripts/UIExtUtilities.cs b/Assets/UI_Extension/Scripts/UIExtUtilities.cs new file mode 100644 index 0000000..69d4070 --- /dev/null +++ b/Assets/UI_Extension/Scripts/UIExtUtilities.cs @@ -0,0 +1,18 @@ +using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+namespace UIExt
+{
+
+ public static class UIExt
+ {
+
+ public static void GenerateItem(RectTransform root, LayoutItem template, int count, IList<object> data)
+ {
+
+ }
+
+ }
+
+}
diff --git a/Assets/UI_Extension/Scripts/UIExtUtilities.cs.meta b/Assets/UI_Extension/Scripts/UIExtUtilities.cs.meta new file mode 100644 index 0000000..9cbf86f --- /dev/null +++ b/Assets/UI_Extension/Scripts/UIExtUtilities.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 7d6765a7003448b408eb4f6b7470dbc3 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/UI_Extension/Suit.meta b/Assets/UI_Extension/Suit.meta new file mode 100644 index 0000000..9d37284 --- /dev/null +++ b/Assets/UI_Extension/Suit.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 184180796b5016a428871b2ba7979c08 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/UI_Extension/Suit/Dark.meta b/Assets/UI_Extension/Suit/Dark.meta new file mode 100644 index 0000000..a8f9b64 --- /dev/null +++ b/Assets/UI_Extension/Suit/Dark.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 496877b4ed8d64f40a8a613508d7c371 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/UI_Extension/Suit/Flat.meta b/Assets/UI_Extension/Suit/Flat.meta new file mode 100644 index 0000000..c9cb225 --- /dev/null +++ b/Assets/UI_Extension/Suit/Flat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 265e1f416969262438c790b9c851927b +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/UI_Extension/Suit/Flat/FlatDemo.unity b/Assets/UI_Extension/Suit/Flat/FlatDemo.unity new file mode 100644 index 0000000..837f2ad --- /dev/null +++ b/Assets/UI_Extension/Suit/Flat/FlatDemo.unity @@ -0,0 +1,261 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!29 &1 +OcclusionCullingSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_OcclusionBakeSettings: + smallestOccluder: 5 + smallestHole: 0.25 + backfaceThreshold: 100 + m_SceneGUID: 00000000000000000000000000000000 + m_OcclusionCullingData: {fileID: 0} +--- !u!104 &2 +RenderSettings: + m_ObjectHideFlags: 0 + serializedVersion: 8 + m_Fog: 0 + m_FogColor: {r: 0.5, g: 0.5, b: 0.5, a: 1} + m_FogMode: 3 + m_FogDensity: 0.01 + m_LinearFogStart: 0 + m_LinearFogEnd: 300 + m_AmbientSkyColor: {r: 0.212, g: 0.227, b: 0.259, a: 1} + m_AmbientEquatorColor: {r: 0.114, g: 0.125, b: 0.133, a: 1} + m_AmbientGroundColor: {r: 0.047, g: 0.043, b: 0.035, a: 1} + m_AmbientIntensity: 1 + m_AmbientMode: 0 + m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1} + m_SkyboxMaterial: {fileID: 10304, guid: 0000000000000000f000000000000000, type: 0} + m_HaloStrength: 0.5 + m_FlareStrength: 1 + m_FlareFadeSpeed: 3 + m_HaloTexture: {fileID: 0} + m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} + m_DefaultReflectionMode: 0 + m_DefaultReflectionResolution: 128 + m_ReflectionBounces: 1 + m_ReflectionIntensity: 1 + m_CustomReflection: {fileID: 0} + m_Sun: {fileID: 0} + m_IndirectSpecularColor: {r: 0, g: 0, b: 0, a: 1} +--- !u!157 &3 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 11 + m_GIWorkflowMode: 0 + m_GISettings: + serializedVersion: 2 + m_BounceScale: 1 + m_IndirectOutputScale: 1 + m_AlbedoBoost: 1 + m_TemporalCoherenceThreshold: 1 + m_EnvironmentLightingMode: 0 + m_EnableBakedLightmaps: 1 + m_EnableRealtimeLightmaps: 1 + m_LightmapEditorSettings: + serializedVersion: 9 + m_Resolution: 2 + m_BakeResolution: 40 + m_TextureWidth: 1024 + m_TextureHeight: 1024 + m_AO: 0 + m_AOMaxDistance: 1 + m_CompAOExponent: 1 + m_CompAOExponentDirect: 0 + m_Padding: 2 + m_LightmapParameters: {fileID: 0} + m_LightmapsBakeMode: 1 + m_TextureCompression: 1 + m_FinalGather: 0 + m_FinalGatherFiltering: 1 + m_FinalGatherRayCount: 256 + m_ReflectionCompression: 2 + m_MixedBakeMode: 2 + m_BakeBackend: 0 + m_PVRSampling: 1 + m_PVRDirectSampleCount: 32 + m_PVRSampleCount: 500 + m_PVRBounces: 2 + m_PVRFilterTypeDirect: 0 + m_PVRFilterTypeIndirect: 0 + m_PVRFilterTypeAO: 0 + m_PVRFilteringMode: 1 + m_PVRCulling: 1 + m_PVRFilteringGaussRadiusDirect: 1 + m_PVRFilteringGaussRadiusIndirect: 5 + m_PVRFilteringGaussRadiusAO: 2 + m_PVRFilteringAtrousPositionSigmaDirect: 0.5 + m_PVRFilteringAtrousPositionSigmaIndirect: 2 + m_PVRFilteringAtrousPositionSigmaAO: 1 + m_ShowResolutionOverlay: 1 + m_LightingDataAsset: {fileID: 0} + m_UseShadowmask: 1 +--- !u!196 &4 +NavMeshSettings: + serializedVersion: 2 + m_ObjectHideFlags: 0 + m_BuildSettings: + serializedVersion: 2 + agentTypeID: 0 + agentRadius: 0.5 + agentHeight: 2 + agentSlope: 45 + agentClimb: 0.4 + ledgeDropHeight: 0 + maxJumpAcrossDistance: 0 + minRegionArea: 2 + manualCellSize: 0 + cellSize: 0.16666667 + manualTileSize: 0 + tileSize: 256 + accuratePlacement: 0 + debug: + m_Flags: 0 + m_NavMeshData: {fileID: 0} +--- !u!1 &1087381221 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 1087381223} + - component: {fileID: 1087381222} + m_Layer: 0 + m_Name: Directional Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!108 &1087381222 +Light: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1087381221} + m_Enabled: 1 + serializedVersion: 8 + m_Type: 1 + m_Color: {r: 1, g: 0.95686275, b: 0.8392157, a: 1} + m_Intensity: 1 + m_Range: 10 + m_SpotAngle: 30 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_Lightmapping: 4 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &1087381223 +Transform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1087381221} + m_LocalRotation: {x: 0.40821788, y: -0.23456968, z: 0.10938163, w: 0.8754261} + m_LocalPosition: {x: 0, y: 3, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 50, y: -30, z: 0} +--- !u!1 &1353672640 +GameObject: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + serializedVersion: 5 + m_Component: + - component: {fileID: 1353672644} + - component: {fileID: 1353672643} + - component: {fileID: 1353672642} + - component: {fileID: 1353672641} + m_Layer: 0 + m_Name: Main Camera + m_TagString: MainCamera + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!81 &1353672641 +AudioListener: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1353672640} + m_Enabled: 1 +--- !u!124 &1353672642 +Behaviour: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1353672640} + m_Enabled: 1 +--- !u!20 &1353672643 +Camera: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1353672640} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 1 + m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_NormalizedViewPortRect: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + near clip plane: 0.3 + far clip plane: 1000 + field of view: 60 + orthographic: 0 + orthographic size: 5 + m_Depth: -1 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingPath: -1 + m_TargetTexture: {fileID: 0} + m_TargetDisplay: 0 + m_TargetEye: 3 + m_HDR: 1 + m_AllowMSAA: 1 + m_AllowDynamicResolution: 0 + m_ForceIntoRT: 0 + m_OcclusionCulling: 1 + m_StereoConvergence: 10 + m_StereoSeparation: 0.022 +--- !u!4 &1353672644 +Transform: + m_ObjectHideFlags: 0 + m_PrefabParentObject: {fileID: 0} + m_PrefabInternal: {fileID: 0} + m_GameObject: {fileID: 1353672640} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 1, z: -10} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} diff --git a/Assets/UI_Extension/Suit/Flat/FlatDemo.unity.meta b/Assets/UI_Extension/Suit/Flat/FlatDemo.unity.meta new file mode 100644 index 0000000..074569f --- /dev/null +++ b/Assets/UI_Extension/Suit/Flat/FlatDemo.unity.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 7dbd6659f680e2640822a82458652a30 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/UI_Extension/Suit/Modern.meta b/Assets/UI_Extension/Suit/Modern.meta new file mode 100644 index 0000000..fa52e3a --- /dev/null +++ b/Assets/UI_Extension/Suit/Modern.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a52b07f3c7a66fb4098779866dd86247 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/UI_Extension/Suit/Scifi.meta b/Assets/UI_Extension/Suit/Scifi.meta new file mode 100644 index 0000000..3b72d80 --- /dev/null +++ b/Assets/UI_Extension/Suit/Scifi.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1fcc96298336db04592fa5fcf06aad1c +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: |