From 59d7a9cc4c5de097ee8f20ac8090f401d6f25669 Mon Sep 17 00:00:00 2001 From: Chikashi Miyama Date: Thu, 3 Oct 2019 11:42:47 +0200 Subject: [PATCH] moved PdBackend demo --- .../{Example1 => Composition}/Mapping.unity | 0 .../Mapping.unity.meta | 0 .../MyPiece.playable | 0 .../MyPiece.playable.meta | 0 .../{Example1 => Composition}/animation.meta | 0 .../animation/FloorAnimation.anim | 0 .../animation/FloorAnimation.anim.meta | 0 .../animation/SphereAnimation.anim | 0 .../animation/SphereAnimation.anim.meta | 0 .../{Example1 => Composition}/audio.meta | 0 .../audio/drumLoop.wav | Bin .../audio/drumLoop.wav.meta | 0 .../{Example1 => Composition}/material.meta | 0 .../material/brownfloor.mat | 0 .../material/brownfloor.mat.meta | 0 .../{Example1 => Composition}/script.meta | 0 .../script/BallMapping.cs | 0 .../script/BallMapping.cs.meta | 0 .../script/RmsAnalyzer.cs | 0 .../script/RmsAnalyzer.cs.meta | 0 .../PdBackendDemo.unity | 350 +++++++++++++----- .../PdBackendDemo.unity.meta | 0 .../{PdBackendDemo => PdBackend}/script.meta | 0 .../script/BoomBall.cs | 0 .../script/BoomBall.cs.meta | 0 25 files changed, 263 insertions(+), 87 deletions(-) rename UnityProject/Assets/Scenes/Examples/{Example1 => Composition}/Mapping.unity (100%) rename UnityProject/Assets/Scenes/Examples/{Example1 => Composition}/Mapping.unity.meta (100%) rename UnityProject/Assets/Scenes/Examples/{Example1 => Composition}/MyPiece.playable (100%) rename UnityProject/Assets/Scenes/Examples/{Example1 => Composition}/MyPiece.playable.meta (100%) rename UnityProject/Assets/Scenes/Examples/{Example1 => Composition}/animation.meta (100%) rename UnityProject/Assets/Scenes/Examples/{Example1 => Composition}/animation/FloorAnimation.anim (100%) rename UnityProject/Assets/Scenes/Examples/{Example1 => Composition}/animation/FloorAnimation.anim.meta (100%) rename UnityProject/Assets/Scenes/Examples/{Example1 => Composition}/animation/SphereAnimation.anim (100%) rename UnityProject/Assets/Scenes/Examples/{Example1 => Composition}/animation/SphereAnimation.anim.meta (100%) rename UnityProject/Assets/Scenes/Examples/{Example1 => Composition}/audio.meta (100%) rename UnityProject/Assets/Scenes/Examples/{Example1 => Composition}/audio/drumLoop.wav (100%) rename UnityProject/Assets/Scenes/Examples/{Example1 => Composition}/audio/drumLoop.wav.meta (100%) rename UnityProject/Assets/Scenes/Examples/{Example1 => Composition}/material.meta (100%) rename UnityProject/Assets/Scenes/Examples/{Example1 => Composition}/material/brownfloor.mat (100%) rename UnityProject/Assets/Scenes/Examples/{Example1 => Composition}/material/brownfloor.mat.meta (100%) rename UnityProject/Assets/Scenes/Examples/{Example1 => Composition}/script.meta (100%) rename UnityProject/Assets/Scenes/Examples/{Example1 => Composition}/script/BallMapping.cs (100%) rename UnityProject/Assets/Scenes/Examples/{Example1 => Composition}/script/BallMapping.cs.meta (100%) rename UnityProject/Assets/Scenes/Examples/{Example1 => Composition}/script/RmsAnalyzer.cs (100%) rename UnityProject/Assets/Scenes/Examples/{Example1 => Composition}/script/RmsAnalyzer.cs.meta (100%) rename UnityProject/Assets/Scenes/Examples/{PdBackendDemo => PdBackend}/PdBackendDemo.unity (68%) rename UnityProject/Assets/Scenes/Examples/{PdBackendDemo => PdBackend}/PdBackendDemo.unity.meta (100%) rename UnityProject/Assets/Scenes/Examples/{PdBackendDemo => PdBackend}/script.meta (100%) rename UnityProject/Assets/Scenes/Examples/{PdBackendDemo => PdBackend}/script/BoomBall.cs (100%) rename UnityProject/Assets/Scenes/Examples/{PdBackendDemo => PdBackend}/script/BoomBall.cs.meta (100%) diff --git a/UnityProject/Assets/Scenes/Examples/Example1/Mapping.unity b/UnityProject/Assets/Scenes/Examples/Composition/Mapping.unity similarity index 100% rename from UnityProject/Assets/Scenes/Examples/Example1/Mapping.unity rename to UnityProject/Assets/Scenes/Examples/Composition/Mapping.unity diff --git a/UnityProject/Assets/Scenes/Examples/Example1/Mapping.unity.meta b/UnityProject/Assets/Scenes/Examples/Composition/Mapping.unity.meta similarity index 100% rename from UnityProject/Assets/Scenes/Examples/Example1/Mapping.unity.meta rename to UnityProject/Assets/Scenes/Examples/Composition/Mapping.unity.meta diff --git a/UnityProject/Assets/Scenes/Examples/Example1/MyPiece.playable b/UnityProject/Assets/Scenes/Examples/Composition/MyPiece.playable similarity index 100% rename from UnityProject/Assets/Scenes/Examples/Example1/MyPiece.playable rename to UnityProject/Assets/Scenes/Examples/Composition/MyPiece.playable diff --git a/UnityProject/Assets/Scenes/Examples/Example1/MyPiece.playable.meta b/UnityProject/Assets/Scenes/Examples/Composition/MyPiece.playable.meta similarity index 100% rename from UnityProject/Assets/Scenes/Examples/Example1/MyPiece.playable.meta rename to UnityProject/Assets/Scenes/Examples/Composition/MyPiece.playable.meta diff --git a/UnityProject/Assets/Scenes/Examples/Example1/animation.meta b/UnityProject/Assets/Scenes/Examples/Composition/animation.meta similarity index 100% rename from UnityProject/Assets/Scenes/Examples/Example1/animation.meta rename to UnityProject/Assets/Scenes/Examples/Composition/animation.meta diff --git a/UnityProject/Assets/Scenes/Examples/Example1/animation/FloorAnimation.anim b/UnityProject/Assets/Scenes/Examples/Composition/animation/FloorAnimation.anim similarity index 100% rename from UnityProject/Assets/Scenes/Examples/Example1/animation/FloorAnimation.anim rename to UnityProject/Assets/Scenes/Examples/Composition/animation/FloorAnimation.anim diff --git a/UnityProject/Assets/Scenes/Examples/Example1/animation/FloorAnimation.anim.meta b/UnityProject/Assets/Scenes/Examples/Composition/animation/FloorAnimation.anim.meta similarity index 100% rename from UnityProject/Assets/Scenes/Examples/Example1/animation/FloorAnimation.anim.meta rename to UnityProject/Assets/Scenes/Examples/Composition/animation/FloorAnimation.anim.meta diff --git a/UnityProject/Assets/Scenes/Examples/Example1/animation/SphereAnimation.anim b/UnityProject/Assets/Scenes/Examples/Composition/animation/SphereAnimation.anim similarity index 100% rename from UnityProject/Assets/Scenes/Examples/Example1/animation/SphereAnimation.anim rename to UnityProject/Assets/Scenes/Examples/Composition/animation/SphereAnimation.anim diff --git a/UnityProject/Assets/Scenes/Examples/Example1/animation/SphereAnimation.anim.meta b/UnityProject/Assets/Scenes/Examples/Composition/animation/SphereAnimation.anim.meta similarity index 100% rename from UnityProject/Assets/Scenes/Examples/Example1/animation/SphereAnimation.anim.meta rename to UnityProject/Assets/Scenes/Examples/Composition/animation/SphereAnimation.anim.meta diff --git a/UnityProject/Assets/Scenes/Examples/Example1/audio.meta b/UnityProject/Assets/Scenes/Examples/Composition/audio.meta similarity index 100% rename from UnityProject/Assets/Scenes/Examples/Example1/audio.meta rename to UnityProject/Assets/Scenes/Examples/Composition/audio.meta diff --git a/UnityProject/Assets/Scenes/Examples/Example1/audio/drumLoop.wav b/UnityProject/Assets/Scenes/Examples/Composition/audio/drumLoop.wav similarity index 100% rename from UnityProject/Assets/Scenes/Examples/Example1/audio/drumLoop.wav rename to UnityProject/Assets/Scenes/Examples/Composition/audio/drumLoop.wav diff --git a/UnityProject/Assets/Scenes/Examples/Example1/audio/drumLoop.wav.meta b/UnityProject/Assets/Scenes/Examples/Composition/audio/drumLoop.wav.meta similarity index 100% rename from UnityProject/Assets/Scenes/Examples/Example1/audio/drumLoop.wav.meta rename to UnityProject/Assets/Scenes/Examples/Composition/audio/drumLoop.wav.meta diff --git a/UnityProject/Assets/Scenes/Examples/Example1/material.meta b/UnityProject/Assets/Scenes/Examples/Composition/material.meta similarity index 100% rename from UnityProject/Assets/Scenes/Examples/Example1/material.meta rename to UnityProject/Assets/Scenes/Examples/Composition/material.meta diff --git a/UnityProject/Assets/Scenes/Examples/Example1/material/brownfloor.mat b/UnityProject/Assets/Scenes/Examples/Composition/material/brownfloor.mat similarity index 100% rename from UnityProject/Assets/Scenes/Examples/Example1/material/brownfloor.mat rename to UnityProject/Assets/Scenes/Examples/Composition/material/brownfloor.mat diff --git a/UnityProject/Assets/Scenes/Examples/Example1/material/brownfloor.mat.meta b/UnityProject/Assets/Scenes/Examples/Composition/material/brownfloor.mat.meta similarity index 100% rename from UnityProject/Assets/Scenes/Examples/Example1/material/brownfloor.mat.meta rename to UnityProject/Assets/Scenes/Examples/Composition/material/brownfloor.mat.meta diff --git a/UnityProject/Assets/Scenes/Examples/Example1/script.meta b/UnityProject/Assets/Scenes/Examples/Composition/script.meta similarity index 100% rename from UnityProject/Assets/Scenes/Examples/Example1/script.meta rename to UnityProject/Assets/Scenes/Examples/Composition/script.meta diff --git a/UnityProject/Assets/Scenes/Examples/Example1/script/BallMapping.cs b/UnityProject/Assets/Scenes/Examples/Composition/script/BallMapping.cs similarity index 100% rename from UnityProject/Assets/Scenes/Examples/Example1/script/BallMapping.cs rename to UnityProject/Assets/Scenes/Examples/Composition/script/BallMapping.cs diff --git a/UnityProject/Assets/Scenes/Examples/Example1/script/BallMapping.cs.meta b/UnityProject/Assets/Scenes/Examples/Composition/script/BallMapping.cs.meta similarity index 100% rename from UnityProject/Assets/Scenes/Examples/Example1/script/BallMapping.cs.meta rename to UnityProject/Assets/Scenes/Examples/Composition/script/BallMapping.cs.meta diff --git a/UnityProject/Assets/Scenes/Examples/Example1/script/RmsAnalyzer.cs b/UnityProject/Assets/Scenes/Examples/Composition/script/RmsAnalyzer.cs similarity index 100% rename from UnityProject/Assets/Scenes/Examples/Example1/script/RmsAnalyzer.cs rename to UnityProject/Assets/Scenes/Examples/Composition/script/RmsAnalyzer.cs diff --git a/UnityProject/Assets/Scenes/Examples/Example1/script/RmsAnalyzer.cs.meta b/UnityProject/Assets/Scenes/Examples/Composition/script/RmsAnalyzer.cs.meta similarity index 100% rename from UnityProject/Assets/Scenes/Examples/Example1/script/RmsAnalyzer.cs.meta rename to UnityProject/Assets/Scenes/Examples/Composition/script/RmsAnalyzer.cs.meta diff --git a/UnityProject/Assets/Scenes/Examples/PdBackendDemo/PdBackendDemo.unity b/UnityProject/Assets/Scenes/Examples/PdBackend/PdBackendDemo.unity similarity index 68% rename from UnityProject/Assets/Scenes/Examples/PdBackendDemo/PdBackendDemo.unity rename to UnityProject/Assets/Scenes/Examples/PdBackend/PdBackendDemo.unity index 6293895..598ff8b 100644 --- a/UnityProject/Assets/Scenes/Examples/PdBackendDemo/PdBackendDemo.unity +++ b/UnityProject/Assets/Scenes/Examples/PdBackend/PdBackendDemo.unity @@ -23,10 +23,10 @@ RenderSettings: 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_AmbientIntensity: 0 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_SkyboxMaterial: {fileID: 0} m_HaloStrength: 0.5 m_FlareStrength: 1 m_FlareFadeSpeed: 3 @@ -35,10 +35,10 @@ RenderSettings: m_DefaultReflectionMode: 0 m_DefaultReflectionResolution: 128 m_ReflectionBounces: 1 - m_ReflectionIntensity: 1 + m_ReflectionIntensity: 0 m_CustomReflection: {fileID: 0} m_Sun: {fileID: 0} - m_IndirectSpecularColor: {r: 0.44657898, g: 0.4964133, b: 0.5748178, a: 1} + m_IndirectSpecularColor: {r: 0, g: 0, b: 0, a: 0} m_UseRadianceAmbientProbe: 0 --- !u!157 &3 LightmapSettings: @@ -144,10 +144,10 @@ MonoBehaviour: pdBackend: {fileID: 987772533} selection: serializedVersion: 2 - x: 34.430885 - y: 99 - width: 56.747196 - height: 97 + x: -16.071749 + y: -380 + width: 361.61435 + height: 814 energyChanged: m_PersistentCalls: m_Calls: @@ -162,6 +162,17 @@ MonoBehaviour: m_StringArgument: m_BoolArgument: 0 m_CallState: 2 + - m_Target: {fileID: 0} + m_MethodName: + m_Mode: 1 + m_Arguments: + m_ObjectArgument: {fileID: 0} + m_ObjectArgumentAssemblyTypeName: + m_IntArgument: 0 + m_FloatArgument: 0 + m_StringArgument: + m_BoolArgument: 0 + m_CallState: 2 m_TypeName: cylvester.UnityFloatEvent, Assembly-CSharp, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null --- !u!4 &127705019 @@ -176,7 +187,7 @@ Transform: m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 3 + m_RootOrder: 2 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &267275365 GameObject: @@ -189,6 +200,7 @@ GameObject: - component: {fileID: 267275368} - component: {fileID: 267275367} - component: {fileID: 267275366} + - component: {fileID: 267275369} m_Layer: 0 m_Name: Main Camera m_TagString: MainCamera @@ -213,8 +225,8 @@ Camera: m_GameObject: {fileID: 267275365} m_Enabled: 1 serializedVersion: 2 - m_ClearFlags: 1 - m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0} + m_ClearFlags: 2 + m_BackGroundColor: {r: 0.019223925, g: 0.07044816, b: 0.1509434, a: 0} m_projectionMatrixMode: 1 m_SensorSize: {x: 36, y: 24} m_LensShift: {x: 0, y: 0} @@ -239,8 +251,8 @@ Camera: m_TargetTexture: {fileID: 0} m_TargetDisplay: 0 m_TargetEye: 3 - m_HDR: 1 - m_AllowMSAA: 1 + m_HDR: 0 + m_AllowMSAA: 0 m_AllowDynamicResolution: 0 m_ForceIntoRT: 0 m_OcclusionCulling: 1 @@ -254,12 +266,245 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 267275365} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: -5} + m_LocalPosition: {x: 0, y: 1.85, z: -5} 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} +--- !u!114 &267275369 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 267275365} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 23c1ce4fb46143f46bc5cb5224c934f6, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 1 + clearColorMode: 1 + backgroundColorHDR: {r: 0.025, g: 0.07, b: 0.19, a: 0} + clearDepth: 1 + renderingPath: 0 + volumeLayerMask: + serializedVersion: 2 + m_Bits: 4294967295 + volumeAnchorOverride: {fileID: 0} + aperture: 8 + shutterSpeed: 0.005 + iso: 400 + m_FrameSettings: + overrides: 0 + enableShadow: 1 + enableContactShadows: 1 + enableShadowMask: 1 + enableSSR: 0 + enableSSAO: 1 + enableSubsurfaceScattering: 1 + enableTransmission: 1 + enableAtmosphericScattering: 1 + enableVolumetrics: 1 + enableReprojectionForVolumetrics: 1 + enableLightLayers: 1 + diffuseGlobalDimmer: 1 + specularGlobalDimmer: 1 + shaderLitMode: 1 + enableDepthPrepassWithDeferredRendering: 0 + enableTransparentPrepass: 1 + enableMotionVectors: 1 + enableObjectMotionVectors: 1 + enableDecals: 1 + enableRoughRefraction: 1 + enableTransparentPostpass: 1 + enableDistortion: 1 + enablePostprocess: 1 + enableOpaqueObjects: 1 + enableTransparentObjects: 1 + enableRealtimePlanarReflection: 1 + enableMSAA: 0 + enableAsyncCompute: 1 + runLightListAsync: 1 + runSSRAsync: 1 + runSSAOAsync: 1 + runContactShadowsAsync: 1 + runVolumeVoxelizationAsync: 1 + lightLoopSettings: + overrides: 0 + enableTileAndCluster: 1 + enableComputeLightEvaluation: 1 + enableComputeLightVariants: 1 + enableComputeMaterialVariants: 1 + enableFptlForForwardOpaque: 1 + enableBigTilePrepass: 1 + isFptlEnabled: 1 +--- !u!1 &409530998 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 409531002} + - component: {fileID: 409531001} + - component: {fileID: 409531000} + - component: {fileID: 409530999} + m_Layer: 0 + m_Name: Directional Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &409530999 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 409530998} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c6c2871f720b2af4e9210febdac74517, type: 3} + m_Name: + m_EditorClassIdentifier: + m_Version: 1 + shadowResolution: 512 + shadowDimmer: 1 + volumetricShadowDimmer: 1 + shadowFadeDistance: 10000 + contactShadows: 0 + viewBiasMin: 0.2 + viewBiasMax: 100 + viewBiasScale: 1 + normalBiasMin: 0.5 + normalBiasMax: 0.5 + normalBiasScale: 1 + sampleBiasScale: 0 + edgeLeakFixup: 1 + edgeToleranceNormal: 1 + edgeTolerance: 1 + shadowCascadeCount: 4 + shadowCascadeRatios: + - 0.05 + - 0.2 + - 0.3 + shadowCascadeBorders: + - 0.2 + - 0.2 + - 0.2 + - 0.2 + shadowAlgorithm: 0 + shadowVariant: 0 + shadowPrecision: 0 + shadowData: + format: 0 + data: + shadowDatas: [] +--- !u!114 &409531000 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 409530998} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 7a68c43fe1f2a47cfa234b5eeaa98012, type: 3} + m_Name: + m_EditorClassIdentifier: + version: 3 + m_Version: 3 + directionalIntensity: 3.1415927 + punctualIntensity: 600 + areaIntensity: 200 + enableSpotReflector: 0 + luxAtDistance: 1 + m_InnerSpotPercent: 0 + lightDimmer: 1 + m_VolumetricDimmer: 1 + lightUnit: 2 + sunDiskSize: 1 + sunHaloSize: 0.1 + fadeDistance: 10000 + affectDiffuse: 1 + affectSpecular: 1 + nonLightmappedOnly: 0 + lightTypeExtent: 0 + spotLightShape: 0 + shapeWidth: 0.5 + shapeHeight: 0.5 + aspectRatio: 1 + shapeRadius: 0 + maxSmoothness: 0.99 + applyRangeAttenuation: 1 + useOldInspector: 0 + useVolumetric: 1 + featuresFoldout: 1 + showAdditionalSettings: 0 + displayLightIntensity: 1.5 + displayAreaLightEmissiveMesh: 0 + lightLayers: 1 + shadowNearPlane: 0.1 + shadowSoftness: 0.5 + blockerSampleCount: 24 + filterSampleCount: 16 + minFilterSize: 0.00001 +--- !u!108 &409531001 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 409530998} + m_Enabled: 1 + serializedVersion: 8 + m_Type: 1 + m_Color: {r: 1, g: 1, b: 1, a: 1} + m_Intensity: 1.5 + m_Range: 10 + m_SpotAngle: 30 + m_CookieSize: 10 + m_Shadows: + m_Type: 0 + 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_LightShadowCasterMode: 2 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &409531002 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 409530998} + m_LocalRotation: {x: 0.3612835, y: 0.30189243, z: -0.2597361, w: 0.84313244} + m_LocalPosition: {x: 4.56, y: 43.75, z: 24.1} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 50, y: 30, z: -20} --- !u!1 &428795648 GameObject: m_ObjectHideFlags: 0 @@ -308,7 +553,7 @@ MeshRenderer: m_RenderingLayerMask: 1 m_RendererPriority: 0 m_Materials: - - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0} + - {fileID: 2100000, guid: f044463ea66a19c47aef13261142b54e, type: 2} m_StaticBatchInfo: firstSubMesh: 0 subMeshCount: 0 @@ -344,11 +589,11 @@ Transform: m_PrefabAsset: {fileID: 0} m_GameObject: {fileID: 428795648} m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} - m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalPosition: {x: 0, y: 0, z: 3.25} m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 4 + m_RootOrder: 3 m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} --- !u!1 &987772532 GameObject: @@ -393,74 +638,5 @@ Transform: m_LocalScale: {x: 1, y: 1, z: 1} m_Children: [] m_Father: {fileID: 0} - m_RootOrder: 2 - m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} ---- !u!1 &1127904210 -GameObject: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - serializedVersion: 6 - m_Component: - - component: {fileID: 1127904212} - - component: {fileID: 1127904211} - 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 &1127904211 -Light: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1127904210} - 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_LightShadowCasterMode: 0 - m_AreaSize: {x: 1, y: 1} - m_BounceIntensity: 1 - m_ColorTemperature: 6570 - m_UseColorTemperature: 0 - m_ShadowRadius: 0 - m_ShadowAngle: 0 ---- !u!4 &1127904212 -Transform: - m_ObjectHideFlags: 0 - m_CorrespondingSourceObject: {fileID: 0} - m_PrefabInstance: {fileID: 0} - m_PrefabAsset: {fileID: 0} - m_GameObject: {fileID: 1127904210} - 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} + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} diff --git a/UnityProject/Assets/Scenes/Examples/PdBackendDemo/PdBackendDemo.unity.meta b/UnityProject/Assets/Scenes/Examples/PdBackend/PdBackendDemo.unity.meta similarity index 100% rename from UnityProject/Assets/Scenes/Examples/PdBackendDemo/PdBackendDemo.unity.meta rename to UnityProject/Assets/Scenes/Examples/PdBackend/PdBackendDemo.unity.meta diff --git a/UnityProject/Assets/Scenes/Examples/PdBackendDemo/script.meta b/UnityProject/Assets/Scenes/Examples/PdBackend/script.meta similarity index 100% rename from UnityProject/Assets/Scenes/Examples/PdBackendDemo/script.meta rename to UnityProject/Assets/Scenes/Examples/PdBackend/script.meta diff --git a/UnityProject/Assets/Scenes/Examples/PdBackendDemo/script/BoomBall.cs b/UnityProject/Assets/Scenes/Examples/PdBackend/script/BoomBall.cs similarity index 100% rename from UnityProject/Assets/Scenes/Examples/PdBackendDemo/script/BoomBall.cs rename to UnityProject/Assets/Scenes/Examples/PdBackend/script/BoomBall.cs diff --git a/UnityProject/Assets/Scenes/Examples/PdBackendDemo/script/BoomBall.cs.meta b/UnityProject/Assets/Scenes/Examples/PdBackend/script/BoomBall.cs.meta similarity index 100% rename from UnityProject/Assets/Scenes/Examples/PdBackendDemo/script/BoomBall.cs.meta rename to UnityProject/Assets/Scenes/Examples/PdBackend/script/BoomBall.cs.meta