CubeClash
This commit is contained in:
parent
11c298dbf5
commit
6a58849922
@ -90,7 +90,7 @@ ModelImporter:
|
|||||||
armStretch: 0.05
|
armStretch: 0.05
|
||||||
legStretch: 0.05
|
legStretch: 0.05
|
||||||
feetSpacing: 0
|
feetSpacing: 0
|
||||||
globalScale: 1
|
globalScale: 0.01
|
||||||
rootMotionBoneName:
|
rootMotionBoneName:
|
||||||
hasTranslationDoF: 0
|
hasTranslationDoF: 0
|
||||||
hasExtraRoot: 0
|
hasExtraRoot: 0
|
||||||
|
20
Assets/CubeClash_Water.cs
Normal file
20
Assets/CubeClash_Water.cs
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
using System.Collections;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using UnityEngine;
|
||||||
|
|
||||||
|
public class CubeClash_Water : MonoBehaviour
|
||||||
|
{
|
||||||
|
private void OnTriggerEnter(Collider other)
|
||||||
|
{
|
||||||
|
if(other.GetComponent<CubeClash_ZibuController>() != null)
|
||||||
|
{
|
||||||
|
StartCoroutine(Destroyer(other.gameObject));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
IEnumerator Destroyer(GameObject obj)
|
||||||
|
{
|
||||||
|
yield return new WaitForSeconds(1);
|
||||||
|
Debug.Log("Destroying: "+obj.name);
|
||||||
|
Destroy(obj);
|
||||||
|
}
|
||||||
|
}
|
11
Assets/CubeClash_Water.cs.meta
Normal file
11
Assets/CubeClash_Water.cs.meta
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: b1724fbab5fd1dc4fa20dccb5c543575
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
8
Assets/PanoramicCartoonSkybox.meta
Normal file
8
Assets/PanoramicCartoonSkybox.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 4ebc76e82fb11324bb5af220b52bb3b0
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
208
Assets/PanoramicCartoonSkybox/DemoDay.unity
Normal file
208
Assets/PanoramicCartoonSkybox/DemoDay.unity
Normal file
@ -0,0 +1,208 @@
|
|||||||
|
%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: 9
|
||||||
|
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: 3
|
||||||
|
m_SubtractiveShadowColor: {r: 0.42, g: 0.478, b: 0.627, a: 1}
|
||||||
|
m_SkyboxMaterial: {fileID: 2100000, guid: d168c0162d579834493612b46a8d2640, type: 2}
|
||||||
|
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.05451533, g: 0.5981563, b: 0.9815446, a: 1}
|
||||||
|
m_UseRadianceAmbientProbe: 0
|
||||||
|
--- !u!157 &3
|
||||||
|
LightmapSettings:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
serializedVersion: 12
|
||||||
|
m_GIWorkflowMode: 1
|
||||||
|
m_GISettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
m_BounceScale: 1
|
||||||
|
m_IndirectOutputScale: 1
|
||||||
|
m_AlbedoBoost: 1
|
||||||
|
m_EnvironmentLightingMode: 0
|
||||||
|
m_EnableBakedLightmaps: 1
|
||||||
|
m_EnableRealtimeLightmaps: 0
|
||||||
|
m_LightmapEditorSettings:
|
||||||
|
serializedVersion: 12
|
||||||
|
m_Resolution: 2
|
||||||
|
m_BakeResolution: 40
|
||||||
|
m_AtlasSize: 1024
|
||||||
|
m_AO: 0
|
||||||
|
m_AOMaxDistance: 1
|
||||||
|
m_CompAOExponent: 1
|
||||||
|
m_CompAOExponentDirect: 0
|
||||||
|
m_ExtractAmbientOcclusion: 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: 1
|
||||||
|
m_PVRSampling: 1
|
||||||
|
m_PVRDirectSampleCount: 32
|
||||||
|
m_PVRSampleCount: 512
|
||||||
|
m_PVRBounces: 2
|
||||||
|
m_PVREnvironmentSampleCount: 256
|
||||||
|
m_PVREnvironmentReferencePointCount: 2048
|
||||||
|
m_PVRFilteringMode: 1
|
||||||
|
m_PVRDenoiserTypeDirect: 1
|
||||||
|
m_PVRDenoiserTypeIndirect: 1
|
||||||
|
m_PVRDenoiserTypeAO: 1
|
||||||
|
m_PVRFilterTypeDirect: 0
|
||||||
|
m_PVRFilterTypeIndirect: 0
|
||||||
|
m_PVRFilterTypeAO: 0
|
||||||
|
m_PVREnvironmentMIS: 1
|
||||||
|
m_PVRCulling: 1
|
||||||
|
m_PVRFilteringGaussRadiusDirect: 1
|
||||||
|
m_PVRFilteringGaussRadiusIndirect: 5
|
||||||
|
m_PVRFilteringGaussRadiusAO: 2
|
||||||
|
m_PVRFilteringAtrousPositionSigmaDirect: 0.5
|
||||||
|
m_PVRFilteringAtrousPositionSigmaIndirect: 2
|
||||||
|
m_PVRFilteringAtrousPositionSigmaAO: 1
|
||||||
|
m_ExportTrainingData: 0
|
||||||
|
m_TrainingDataDestination: TrainingData
|
||||||
|
m_LightProbeSampleCountMultiplier: 4
|
||||||
|
m_LightingDataAsset: {fileID: 0}
|
||||||
|
m_LightingSettings: {fileID: 0}
|
||||||
|
--- !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
|
||||||
|
maxJobWorkers: 0
|
||||||
|
preserveTilesOutsideBounds: 0
|
||||||
|
debug:
|
||||||
|
m_Flags: 0
|
||||||
|
m_NavMeshData: {fileID: 0}
|
||||||
|
--- !u!1 &1050853509
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 1050853512}
|
||||||
|
- component: {fileID: 1050853511}
|
||||||
|
- component: {fileID: 1050853510}
|
||||||
|
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 &1050853510
|
||||||
|
AudioListener:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 1050853509}
|
||||||
|
m_Enabled: 1
|
||||||
|
--- !u!20 &1050853511
|
||||||
|
Camera:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 1050853509}
|
||||||
|
m_Enabled: 1
|
||||||
|
serializedVersion: 2
|
||||||
|
m_ClearFlags: 1
|
||||||
|
m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0}
|
||||||
|
m_projectionMatrixMode: 1
|
||||||
|
m_GateFitMode: 2
|
||||||
|
m_FOVAxisMode: 0
|
||||||
|
m_SensorSize: {x: 36, y: 24}
|
||||||
|
m_LensShift: {x: 0, y: 0}
|
||||||
|
m_FocalLength: 50
|
||||||
|
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 &1050853512
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 1050853509}
|
||||||
|
m_LocalRotation: {x: -0.10010127, y: 0, z: 0, w: 0.9949773}
|
||||||
|
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: -11.49, y: 0, z: 0}
|
7
Assets/PanoramicCartoonSkybox/DemoDay.unity.meta
Normal file
7
Assets/PanoramicCartoonSkybox/DemoDay.unity.meta
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 8dca7a94218f22046895e52aeeb85094
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
208
Assets/PanoramicCartoonSkybox/DemoNight.unity
Normal file
208
Assets/PanoramicCartoonSkybox/DemoNight.unity
Normal file
@ -0,0 +1,208 @@
|
|||||||
|
%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: 9
|
||||||
|
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: 2100000, guid: 316dd87f0803a6a40b0cadf92da8605f, type: 2}
|
||||||
|
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.024763934, g: 0.036004312, b: 0.11758774, a: 1}
|
||||||
|
m_UseRadianceAmbientProbe: 0
|
||||||
|
--- !u!157 &3
|
||||||
|
LightmapSettings:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
serializedVersion: 12
|
||||||
|
m_GIWorkflowMode: 1
|
||||||
|
m_GISettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
m_BounceScale: 1
|
||||||
|
m_IndirectOutputScale: 1
|
||||||
|
m_AlbedoBoost: 1
|
||||||
|
m_EnvironmentLightingMode: 0
|
||||||
|
m_EnableBakedLightmaps: 1
|
||||||
|
m_EnableRealtimeLightmaps: 0
|
||||||
|
m_LightmapEditorSettings:
|
||||||
|
serializedVersion: 12
|
||||||
|
m_Resolution: 2
|
||||||
|
m_BakeResolution: 40
|
||||||
|
m_AtlasSize: 1024
|
||||||
|
m_AO: 0
|
||||||
|
m_AOMaxDistance: 1
|
||||||
|
m_CompAOExponent: 1
|
||||||
|
m_CompAOExponentDirect: 0
|
||||||
|
m_ExtractAmbientOcclusion: 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: 1
|
||||||
|
m_PVRSampling: 1
|
||||||
|
m_PVRDirectSampleCount: 32
|
||||||
|
m_PVRSampleCount: 512
|
||||||
|
m_PVRBounces: 2
|
||||||
|
m_PVREnvironmentSampleCount: 256
|
||||||
|
m_PVREnvironmentReferencePointCount: 2048
|
||||||
|
m_PVRFilteringMode: 1
|
||||||
|
m_PVRDenoiserTypeDirect: 1
|
||||||
|
m_PVRDenoiserTypeIndirect: 1
|
||||||
|
m_PVRDenoiserTypeAO: 1
|
||||||
|
m_PVRFilterTypeDirect: 0
|
||||||
|
m_PVRFilterTypeIndirect: 0
|
||||||
|
m_PVRFilterTypeAO: 0
|
||||||
|
m_PVREnvironmentMIS: 1
|
||||||
|
m_PVRCulling: 1
|
||||||
|
m_PVRFilteringGaussRadiusDirect: 1
|
||||||
|
m_PVRFilteringGaussRadiusIndirect: 5
|
||||||
|
m_PVRFilteringGaussRadiusAO: 2
|
||||||
|
m_PVRFilteringAtrousPositionSigmaDirect: 0.5
|
||||||
|
m_PVRFilteringAtrousPositionSigmaIndirect: 2
|
||||||
|
m_PVRFilteringAtrousPositionSigmaAO: 1
|
||||||
|
m_ExportTrainingData: 0
|
||||||
|
m_TrainingDataDestination: TrainingData
|
||||||
|
m_LightProbeSampleCountMultiplier: 4
|
||||||
|
m_LightingDataAsset: {fileID: 0}
|
||||||
|
m_LightingSettings: {fileID: 0}
|
||||||
|
--- !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
|
||||||
|
maxJobWorkers: 0
|
||||||
|
preserveTilesOutsideBounds: 0
|
||||||
|
debug:
|
||||||
|
m_Flags: 0
|
||||||
|
m_NavMeshData: {fileID: 0}
|
||||||
|
--- !u!1 &1050853509
|
||||||
|
GameObject:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
serializedVersion: 6
|
||||||
|
m_Component:
|
||||||
|
- component: {fileID: 1050853512}
|
||||||
|
- component: {fileID: 1050853511}
|
||||||
|
- component: {fileID: 1050853510}
|
||||||
|
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 &1050853510
|
||||||
|
AudioListener:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 1050853509}
|
||||||
|
m_Enabled: 1
|
||||||
|
--- !u!20 &1050853511
|
||||||
|
Camera:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 1050853509}
|
||||||
|
m_Enabled: 1
|
||||||
|
serializedVersion: 2
|
||||||
|
m_ClearFlags: 1
|
||||||
|
m_BackGroundColor: {r: 0.19215687, g: 0.3019608, b: 0.4745098, a: 0}
|
||||||
|
m_projectionMatrixMode: 1
|
||||||
|
m_GateFitMode: 2
|
||||||
|
m_FOVAxisMode: 0
|
||||||
|
m_SensorSize: {x: 36, y: 24}
|
||||||
|
m_LensShift: {x: 0, y: 0}
|
||||||
|
m_FocalLength: 50
|
||||||
|
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 &1050853512
|
||||||
|
Transform:
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_GameObject: {fileID: 1050853509}
|
||||||
|
m_LocalRotation: {x: 0.106892794, y: -0.33964843, z: -0.038906347, w: -0.93364835}
|
||||||
|
m_LocalPosition: {x: -0.22478843, y: -0.19417119, z: -3.0578666}
|
||||||
|
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}
|
7
Assets/PanoramicCartoonSkybox/DemoNight.unity.meta
Normal file
7
Assets/PanoramicCartoonSkybox/DemoNight.unity.meta
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 6a09206f20bbe684a84651108902b5fe
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
8
Assets/PanoramicCartoonSkybox/Materials.meta
Normal file
8
Assets/PanoramicCartoonSkybox/Materials.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 2d9cb7d451ee26a4fa0058b9e93064ce
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
149
Assets/PanoramicCartoonSkybox/Materials/CloudDay.mat
Normal file
149
Assets/PanoramicCartoonSkybox/Materials/CloudDay.mat
Normal file
@ -0,0 +1,149 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: CloudDay
|
||||||
|
m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0}
|
||||||
|
m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _BackTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 6bff3c776903bcf4ca619c6370617740, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _BumpMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DetailAlbedoMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DetailMask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DetailNormalMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DownTex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _EmissionMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _FrontTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 6bff3c776903bcf4ca619c6370617740, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _LeftTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: ff45604315701964bbda0e0085161a87, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _MainTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 914ee1385e8c4b842bd2e1807cef4968, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _MetallicGlossMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _OcclusionMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _ParallaxMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _RightTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: ff45604315701964bbda0e0085161a87, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _Tex:
|
||||||
|
m_Texture: {fileID: 8900000, guid: d68ddf85b5c251d4298df645a1dbda55, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _Tex_Blend:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _Texture1:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 914ee1385e8c4b842bd2e1807cef4968, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _Texture2:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _UpTex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _Blend: 0
|
||||||
|
- _BumpScale: 1
|
||||||
|
- _CubemapPosition: 0
|
||||||
|
- _CubemapTransition: 0
|
||||||
|
- _Cubemapp: 1
|
||||||
|
- _Cutoff: 0.5
|
||||||
|
- _DetailNormalMapScale: 1
|
||||||
|
- _DstBlend: 0
|
||||||
|
- _EnableFog: 0
|
||||||
|
- _EnableRotation: 0
|
||||||
|
- _Exposure: 1
|
||||||
|
- _Exposure1: 1
|
||||||
|
- _Exposure2: 1
|
||||||
|
- _FogFill: 0.5
|
||||||
|
- _FogHeight: 1
|
||||||
|
- _FogIntensity: 1
|
||||||
|
- _FogMessage: 0
|
||||||
|
- _FogPosition: 0
|
||||||
|
- _FogSmoothness: 0.01
|
||||||
|
- _Fogg: 1
|
||||||
|
- _GlossMapScale: 1
|
||||||
|
- _Glossiness: 0.5
|
||||||
|
- _GlossyReflections: 1
|
||||||
|
- _ImageType: 0
|
||||||
|
- _Layout: 0
|
||||||
|
- _Mapping: 1
|
||||||
|
- _Metallic: 0
|
||||||
|
- _MirrorOnBack: 0
|
||||||
|
- _Mode: 0
|
||||||
|
- _OcclusionStrength: 1
|
||||||
|
- _Parallax: 0.02
|
||||||
|
- _Rotation: 35
|
||||||
|
- _Rotation1: 0
|
||||||
|
- _Rotation2: 0
|
||||||
|
- _RotationSpeed: 1
|
||||||
|
- _Rotationn: 1
|
||||||
|
- _SkyboxExtended: 1
|
||||||
|
- _SmoothnessTextureChannel: 0
|
||||||
|
- _SpecularHighlights: 1
|
||||||
|
- _SrcBlend: 1
|
||||||
|
- _UVSec: 0
|
||||||
|
- _ZWrite: 1
|
||||||
|
m_Colors:
|
||||||
|
- _BackgroundColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5}
|
||||||
|
- _Color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
|
||||||
|
- _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5}
|
||||||
|
- _Tint1: {r: 0.5, g: 0.5, b: 0.5, a: 0.5}
|
||||||
|
- _Tint2: {r: 0.5, g: 0.5, b: 0.5, a: 0.5}
|
||||||
|
- _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 1}
|
||||||
|
m_BuildTextureStacks: []
|
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: d168c0162d579834493612b46a8d2640
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
133
Assets/PanoramicCartoonSkybox/Materials/CloudNight.mat
Normal file
133
Assets/PanoramicCartoonSkybox/Materials/CloudNight.mat
Normal file
@ -0,0 +1,133 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: CloudNight
|
||||||
|
m_Shader: {fileID: 108, guid: 0000000000000000f000000000000000, type: 0}
|
||||||
|
m_ShaderKeywords: _MAPPING_LATITUDE_LONGITUDE_LAYOUT
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _BackTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 6bff3c776903bcf4ca619c6370617740, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _BumpMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DetailAlbedoMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DetailMask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DetailNormalMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DownTex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _EmissionMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _FrontTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 6bff3c776903bcf4ca619c6370617740, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _LeftTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: ff45604315701964bbda0e0085161a87, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _MainTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 3f0adde132b8a5147ae89d4413353eba, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _MetallicGlossMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _OcclusionMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _ParallaxMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _RightTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: ff45604315701964bbda0e0085161a87, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _Tex:
|
||||||
|
m_Texture: {fileID: 8900000, guid: d68ddf85b5c251d4298df645a1dbda55, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _Tex_Blend:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _UpTex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _BumpScale: 1
|
||||||
|
- _CubemapPosition: 0
|
||||||
|
- _CubemapTransition: 0
|
||||||
|
- _Cubemapp: 1
|
||||||
|
- _Cutoff: 0.5
|
||||||
|
- _DetailNormalMapScale: 1
|
||||||
|
- _DstBlend: 0
|
||||||
|
- _EnableFog: 0
|
||||||
|
- _EnableRotation: 0
|
||||||
|
- _Exposure: 1
|
||||||
|
- _FogFill: 0.5
|
||||||
|
- _FogHeight: 1
|
||||||
|
- _FogIntensity: 1
|
||||||
|
- _FogMessage: 0
|
||||||
|
- _FogPosition: 0
|
||||||
|
- _FogSmoothness: 0.01
|
||||||
|
- _Fogg: 1
|
||||||
|
- _GlossMapScale: 1
|
||||||
|
- _Glossiness: 0.5
|
||||||
|
- _GlossyReflections: 1
|
||||||
|
- _ImageType: 0
|
||||||
|
- _Layout: 0
|
||||||
|
- _Mapping: 1
|
||||||
|
- _Metallic: 0
|
||||||
|
- _MirrorOnBack: 0
|
||||||
|
- _Mode: 0
|
||||||
|
- _OcclusionStrength: 1
|
||||||
|
- _Parallax: 0.02
|
||||||
|
- _Rotation: 35
|
||||||
|
- _RotationSpeed: 1
|
||||||
|
- _Rotationn: 1
|
||||||
|
- _SkyboxExtended: 1
|
||||||
|
- _SmoothnessTextureChannel: 0
|
||||||
|
- _SpecularHighlights: 1
|
||||||
|
- _SrcBlend: 1
|
||||||
|
- _UVSec: 0
|
||||||
|
- _ZWrite: 1
|
||||||
|
m_Colors:
|
||||||
|
- _Color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
|
||||||
|
- _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 0.5}
|
||||||
|
- _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 1}
|
||||||
|
m_BuildTextureStacks: []
|
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 316dd87f0803a6a40b0cadf92da8605f
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/PanoramicCartoonSkybox/Readme.pdf
Normal file
BIN
Assets/PanoramicCartoonSkybox/Readme.pdf
Normal file
Binary file not shown.
7
Assets/PanoramicCartoonSkybox/Readme.pdf.meta
Normal file
7
Assets/PanoramicCartoonSkybox/Readme.pdf.meta
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 68cf2ffe5fb05df4ab7ef172e496d163
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
8
Assets/PanoramicCartoonSkybox/Textures.meta
Normal file
8
Assets/PanoramicCartoonSkybox/Textures.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 5d278e9336caf0c499c9610228acdb2b
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/PanoramicCartoonSkybox/Textures/SkyDay.psd
Normal file
BIN
Assets/PanoramicCartoonSkybox/Textures/SkyDay.psd
Normal file
Binary file not shown.
120
Assets/PanoramicCartoonSkybox/Textures/SkyDay.psd.meta
Normal file
120
Assets/PanoramicCartoonSkybox/Textures/SkyDay.psd.meta
Normal file
@ -0,0 +1,120 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 914ee1385e8c4b842bd2e1807cef4968
|
||||||
|
TextureImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 11
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 0
|
||||||
|
sRGBTexture: 1
|
||||||
|
linearTexture: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapsPreserveCoverage: 0
|
||||||
|
alphaTestReferenceValue: 0.5
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
streamingMipmaps: 0
|
||||||
|
streamingMipmapsPriority: 0
|
||||||
|
vTOnly: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 6
|
||||||
|
cubemapConvolution: 0
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: 1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
filterMode: 1
|
||||||
|
aniso: -1
|
||||||
|
mipBias: -100
|
||||||
|
wrapU: 1
|
||||||
|
wrapV: 1
|
||||||
|
wrapW: 1
|
||||||
|
nPOTScale: 1
|
||||||
|
lightmap: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spriteGenerateFallbackPhysicsShape: 1
|
||||||
|
alphaUsage: 1
|
||||||
|
alphaIsTransparency: 0
|
||||||
|
spriteTessellationDetail: -1
|
||||||
|
textureType: 0
|
||||||
|
textureShape: 1
|
||||||
|
singleChannelComponent: 0
|
||||||
|
flipbookRows: 1
|
||||||
|
flipbookColumns: 1
|
||||||
|
maxTextureSizeSet: 0
|
||||||
|
compressionQualitySet: 0
|
||||||
|
textureFormatSet: 0
|
||||||
|
ignorePngGamma: 0
|
||||||
|
applyGammaDecoding: 0
|
||||||
|
platformSettings:
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: DefaultTexturePlatform
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: Standalone
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: Android
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
spriteSheet:
|
||||||
|
serializedVersion: 2
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
physicsShape: []
|
||||||
|
bones: []
|
||||||
|
spriteID:
|
||||||
|
internalID: 0
|
||||||
|
vertices: []
|
||||||
|
indices:
|
||||||
|
edges: []
|
||||||
|
weights: []
|
||||||
|
secondaryTextures: []
|
||||||
|
spritePackingTag:
|
||||||
|
pSDRemoveMatte: 0
|
||||||
|
pSDShowRemoveMatteOption: 1
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/PanoramicCartoonSkybox/Textures/SkyNight.psd
Normal file
BIN
Assets/PanoramicCartoonSkybox/Textures/SkyNight.psd
Normal file
Binary file not shown.
120
Assets/PanoramicCartoonSkybox/Textures/SkyNight.psd.meta
Normal file
120
Assets/PanoramicCartoonSkybox/Textures/SkyNight.psd.meta
Normal file
@ -0,0 +1,120 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 3f0adde132b8a5147ae89d4413353eba
|
||||||
|
TextureImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 11
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 0
|
||||||
|
sRGBTexture: 1
|
||||||
|
linearTexture: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapsPreserveCoverage: 0
|
||||||
|
alphaTestReferenceValue: 0.5
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
streamingMipmaps: 0
|
||||||
|
streamingMipmapsPriority: 0
|
||||||
|
vTOnly: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 6
|
||||||
|
cubemapConvolution: 0
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: 1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
filterMode: 1
|
||||||
|
aniso: -1
|
||||||
|
mipBias: -100
|
||||||
|
wrapU: 1
|
||||||
|
wrapV: 1
|
||||||
|
wrapW: 1
|
||||||
|
nPOTScale: 1
|
||||||
|
lightmap: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spriteGenerateFallbackPhysicsShape: 1
|
||||||
|
alphaUsage: 1
|
||||||
|
alphaIsTransparency: 0
|
||||||
|
spriteTessellationDetail: -1
|
||||||
|
textureType: 0
|
||||||
|
textureShape: 1
|
||||||
|
singleChannelComponent: 0
|
||||||
|
flipbookRows: 1
|
||||||
|
flipbookColumns: 1
|
||||||
|
maxTextureSizeSet: 0
|
||||||
|
compressionQualitySet: 0
|
||||||
|
textureFormatSet: 0
|
||||||
|
ignorePngGamma: 0
|
||||||
|
applyGammaDecoding: 0
|
||||||
|
platformSettings:
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: DefaultTexturePlatform
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: Standalone
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
- serializedVersion: 3
|
||||||
|
buildTarget: Android
|
||||||
|
maxTextureSize: 4096
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
forceMaximumCompressionQuality_BC6H_BC7: 0
|
||||||
|
spriteSheet:
|
||||||
|
serializedVersion: 2
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
physicsShape: []
|
||||||
|
bones: []
|
||||||
|
spriteID:
|
||||||
|
internalID: 0
|
||||||
|
vertices: []
|
||||||
|
indices:
|
||||||
|
edges: []
|
||||||
|
weights: []
|
||||||
|
secondaryTextures: []
|
||||||
|
spritePackingTag:
|
||||||
|
pSDRemoveMatte: 0
|
||||||
|
pSDShowRemoveMatteOption: 1
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
File diff suppressed because it is too large
Load Diff
8
Assets/Scripts/CubeClash.meta
Normal file
8
Assets/Scripts/CubeClash.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 656ad929b08239d4ea7a3db63bfb7de7
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
17
Assets/Scripts/CubeClash/CubeClash_ArenaManager.cs
Normal file
17
Assets/Scripts/CubeClash/CubeClash_ArenaManager.cs
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
using UnityEngine;
|
||||||
|
|
||||||
|
public class CubeClash_ArenaManager : MonoBehaviour
|
||||||
|
{
|
||||||
|
[Header("Arena Settings")]
|
||||||
|
public Transform arenaCube;
|
||||||
|
public float shrinkRate = 0.01f; // per second
|
||||||
|
public float minSize = 2f;
|
||||||
|
|
||||||
|
void Update()
|
||||||
|
{
|
||||||
|
if (arenaCube.localScale.x > minSize)
|
||||||
|
{
|
||||||
|
arenaCube.localScale -= Vector3.one * shrinkRate * Time.deltaTime;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
11
Assets/Scripts/CubeClash/CubeClash_ArenaManager.cs.meta
Normal file
11
Assets/Scripts/CubeClash/CubeClash_ArenaManager.cs.meta
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: fce909bf676a834449ad5ff9ad3b012b
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
31
Assets/Scripts/CubeClash/CubeClash_BirdSwoop.cs
Normal file
31
Assets/Scripts/CubeClash/CubeClash_BirdSwoop.cs
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
using UnityEngine;
|
||||||
|
using System.Collections;
|
||||||
|
|
||||||
|
public class CubeClash_BirdSwoop : MonoBehaviour
|
||||||
|
{
|
||||||
|
public float carryHeight = 5f;
|
||||||
|
public float carryDuration = 2f;
|
||||||
|
private bool carrying = false;
|
||||||
|
|
||||||
|
private void OnTriggerEnter(Collider other)
|
||||||
|
{
|
||||||
|
if (!carrying && other.CompareTag("Zibu"))
|
||||||
|
{
|
||||||
|
StartCoroutine(CarryRoutine(other.attachedRigidbody));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
IEnumerator CarryRoutine(Rigidbody rb)
|
||||||
|
{
|
||||||
|
carrying = true;
|
||||||
|
Vector3 targetPos = rb.position + Vector3.up * carryHeight;
|
||||||
|
float t = 0f;
|
||||||
|
while (t < carryDuration)
|
||||||
|
{
|
||||||
|
rb.MovePosition(Vector3.Lerp(rb.position, targetPos, t / carryDuration));
|
||||||
|
t += Time.deltaTime;
|
||||||
|
yield return null;
|
||||||
|
}
|
||||||
|
carrying = false;
|
||||||
|
}
|
||||||
|
}
|
11
Assets/Scripts/CubeClash/CubeClash_BirdSwoop.cs.meta
Normal file
11
Assets/Scripts/CubeClash/CubeClash_BirdSwoop.cs.meta
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 83cbc27b9f42d694a81633a88d96e572
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
35
Assets/Scripts/CubeClash/CubeClash_Blueberry.cs
Normal file
35
Assets/Scripts/CubeClash/CubeClash_Blueberry.cs
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
using UnityEngine;
|
||||||
|
using System.Collections;
|
||||||
|
|
||||||
|
public class CubeClash_Blueberry : MonoBehaviour
|
||||||
|
{
|
||||||
|
public float buffDuration = 5f;
|
||||||
|
public float distanceBoost = 1.5f; // increase dash distance
|
||||||
|
public float speedBoost = 1.5f; // increase dash speed
|
||||||
|
public float cooldownReduction = 0.5f;
|
||||||
|
|
||||||
|
private void OnTriggerEnter(Collider other)
|
||||||
|
{
|
||||||
|
CubeClash_ZibuController zibu = other.GetComponent<CubeClash_ZibuController>();
|
||||||
|
if (zibu)
|
||||||
|
{
|
||||||
|
StartCoroutine(ApplyBuff(zibu));
|
||||||
|
Destroy(gameObject);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private IEnumerator ApplyBuff(CubeClash_ZibuController zibu)
|
||||||
|
{
|
||||||
|
// Apply buffs
|
||||||
|
zibu.bumpDistance *= distanceBoost;
|
||||||
|
zibu.bumpSpeed *= speedBoost;
|
||||||
|
zibu.cooldown *= cooldownReduction;
|
||||||
|
|
||||||
|
yield return new WaitForSeconds(buffDuration);
|
||||||
|
|
||||||
|
// Revert buffs
|
||||||
|
zibu.bumpDistance /= distanceBoost;
|
||||||
|
zibu.bumpSpeed /= speedBoost;
|
||||||
|
zibu.cooldown /= cooldownReduction;
|
||||||
|
}
|
||||||
|
}
|
11
Assets/Scripts/CubeClash/CubeClash_Blueberry.cs.meta
Normal file
11
Assets/Scripts/CubeClash/CubeClash_Blueberry.cs.meta
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 07d0b9c28ad60e0439e433bbd19c268a
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
31
Assets/Scripts/CubeClash/CubeClash_Butterfly.cs
Normal file
31
Assets/Scripts/CubeClash/CubeClash_Butterfly.cs
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
using UnityEngine;
|
||||||
|
|
||||||
|
public class CubeClash_Butterfly : MonoBehaviour
|
||||||
|
{
|
||||||
|
public Transform followTarget;
|
||||||
|
public float followSpeed = 2f;
|
||||||
|
public float hoverHeight = 1.5f;
|
||||||
|
public float lifeTime = 5f;
|
||||||
|
|
||||||
|
void Start()
|
||||||
|
{
|
||||||
|
Destroy(gameObject, lifeTime);
|
||||||
|
}
|
||||||
|
|
||||||
|
void Update()
|
||||||
|
{
|
||||||
|
if (followTarget)
|
||||||
|
{
|
||||||
|
Vector3 targetPos = followTarget.position + Vector3.up * hoverHeight;
|
||||||
|
transform.position = Vector3.Lerp(transform.position, targetPos, followSpeed * Time.deltaTime);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void OnTriggerEnter(Collider other)
|
||||||
|
{
|
||||||
|
if (other.CompareTag("Zibu"))
|
||||||
|
{
|
||||||
|
followTarget = other.transform;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
11
Assets/Scripts/CubeClash/CubeClash_Butterfly.cs.meta
Normal file
11
Assets/Scripts/CubeClash/CubeClash_Butterfly.cs.meta
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: a0fb583899052274faec422b4a7dbebc
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
30
Assets/Scripts/CubeClash/CubeClash_CubeLid.cs
Normal file
30
Assets/Scripts/CubeClash/CubeClash_CubeLid.cs
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
using UnityEngine;
|
||||||
|
|
||||||
|
public class CubeClash_CubeLid : MonoBehaviour
|
||||||
|
{
|
||||||
|
public float launchForce = 20f;
|
||||||
|
public float activeInterval = 8f;
|
||||||
|
private float timer;
|
||||||
|
|
||||||
|
void Update()
|
||||||
|
{
|
||||||
|
timer += Time.deltaTime;
|
||||||
|
if (timer >= activeInterval)
|
||||||
|
{
|
||||||
|
timer = 0f;
|
||||||
|
ActivateLid();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void ActivateLid()
|
||||||
|
{
|
||||||
|
Collider[] cols = Physics.OverlapBox(transform.position, transform.localScale * 0.5f);
|
||||||
|
foreach (Collider col in cols)
|
||||||
|
{
|
||||||
|
if (col.CompareTag("Zibu") && col.attachedRigidbody != null)
|
||||||
|
{
|
||||||
|
col.attachedRigidbody.AddForce(Vector3.up * launchForce, ForceMode.Impulse);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
11
Assets/Scripts/CubeClash/CubeClash_CubeLid.cs.meta
Normal file
11
Assets/Scripts/CubeClash/CubeClash_CubeLid.cs.meta
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 83550e42dcda5e64fabc8e890bea552e
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
69
Assets/Scripts/CubeClash/CubeClash_HazardManager.cs
Normal file
69
Assets/Scripts/CubeClash/CubeClash_HazardManager.cs
Normal file
@ -0,0 +1,69 @@
|
|||||||
|
using UnityEngine;
|
||||||
|
|
||||||
|
public class CubeClash_HazardManager : MonoBehaviour
|
||||||
|
{
|
||||||
|
[Header("Hazards")]
|
||||||
|
public GameObject windGustPrefab;
|
||||||
|
public GameObject birdPrefab;
|
||||||
|
public GameObject butterflyPrefab;
|
||||||
|
public GameObject cubeLidPrefab;
|
||||||
|
public GameObject shockZonePrefab;
|
||||||
|
|
||||||
|
[Header("Items")]
|
||||||
|
public GameObject blueberryPrefab;
|
||||||
|
public GameObject timeBombPrefab;
|
||||||
|
|
||||||
|
[Header("Timing")]
|
||||||
|
public float hazardInterval = 5f;
|
||||||
|
public float itemInterval = 8f;
|
||||||
|
|
||||||
|
private float hazardTimer;
|
||||||
|
private float itemTimer;
|
||||||
|
|
||||||
|
void Update()
|
||||||
|
{
|
||||||
|
hazardTimer += Time.deltaTime;
|
||||||
|
itemTimer += Time.deltaTime;
|
||||||
|
|
||||||
|
if (hazardTimer >= hazardInterval)
|
||||||
|
{
|
||||||
|
SpawnHazard();
|
||||||
|
hazardTimer = 0f;
|
||||||
|
}
|
||||||
|
|
||||||
|
if (itemTimer >= itemInterval)
|
||||||
|
{
|
||||||
|
SpawnItem();
|
||||||
|
itemTimer = 0f;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void SpawnHazard()
|
||||||
|
{
|
||||||
|
int roll = Random.Range(0, 4);
|
||||||
|
|
||||||
|
switch (roll)
|
||||||
|
{
|
||||||
|
case 0: Instantiate(windGustPrefab, GetRandomPos(), Quaternion.identity); break;
|
||||||
|
case 1: Instantiate(birdPrefab, GetRandomPos(), Quaternion.identity); break;
|
||||||
|
case 2: Instantiate(butterflyPrefab, GetRandomPos(), Quaternion.identity); break;
|
||||||
|
case 3: Instantiate(shockZonePrefab, GetRandomPos(), Quaternion.identity); break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void SpawnItem()
|
||||||
|
{
|
||||||
|
int roll = Random.Range(0, 2);
|
||||||
|
|
||||||
|
switch (roll)
|
||||||
|
{
|
||||||
|
case 0: Instantiate(blueberryPrefab, GetRandomPos(), Quaternion.identity); break;
|
||||||
|
case 1: Instantiate(timeBombPrefab, GetRandomPos(), Quaternion.identity); break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
Vector3 GetRandomPos()
|
||||||
|
{
|
||||||
|
return new Vector3(Random.Range(-3f, 3f), 1f, Random.Range(-3f, 3f));
|
||||||
|
}
|
||||||
|
}
|
11
Assets/Scripts/CubeClash/CubeClash_HazardManager.cs.meta
Normal file
11
Assets/Scripts/CubeClash/CubeClash_HazardManager.cs.meta
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: a89a15c122829914cb153d80552517e2
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
33
Assets/Scripts/CubeClash/CubeClash_ShockZone.cs
Normal file
33
Assets/Scripts/CubeClash/CubeClash_ShockZone.cs
Normal file
@ -0,0 +1,33 @@
|
|||||||
|
using UnityEngine;
|
||||||
|
|
||||||
|
public class CubeClash_ShockZone : MonoBehaviour
|
||||||
|
{
|
||||||
|
public float chargeTime = 2f;
|
||||||
|
public float activeTime = 2f;
|
||||||
|
private float timer;
|
||||||
|
private bool active = false;
|
||||||
|
|
||||||
|
void Update()
|
||||||
|
{
|
||||||
|
timer += Time.deltaTime;
|
||||||
|
|
||||||
|
if (!active && timer >= chargeTime)
|
||||||
|
{
|
||||||
|
active = true;
|
||||||
|
timer = 0f;
|
||||||
|
}
|
||||||
|
else if (active && timer >= activeTime)
|
||||||
|
{
|
||||||
|
active = false;
|
||||||
|
timer = 0f;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void OnTriggerStay(Collider other)
|
||||||
|
{
|
||||||
|
if (active && other.CompareTag("Zibu"))
|
||||||
|
{
|
||||||
|
Destroy(other.gameObject);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
11
Assets/Scripts/CubeClash/CubeClash_ShockZone.cs.meta
Normal file
11
Assets/Scripts/CubeClash/CubeClash_ShockZone.cs.meta
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: fb6bed0371fc82047bbc641fac8f0aba
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
27
Assets/Scripts/CubeClash/CubeClash_TimeBomb.cs
Normal file
27
Assets/Scripts/CubeClash/CubeClash_TimeBomb.cs
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
using UnityEngine;
|
||||||
|
using System.Collections;
|
||||||
|
|
||||||
|
public class CubeClash_TimeBomb : MonoBehaviour
|
||||||
|
{
|
||||||
|
public float countdown = 3f;
|
||||||
|
public float radius = 3f;
|
||||||
|
|
||||||
|
void Start()
|
||||||
|
{
|
||||||
|
StartCoroutine(ExplodeRoutine());
|
||||||
|
}
|
||||||
|
|
||||||
|
IEnumerator ExplodeRoutine()
|
||||||
|
{
|
||||||
|
yield return new WaitForSeconds(countdown);
|
||||||
|
Collider[] cols = Physics.OverlapSphere(transform.position, radius);
|
||||||
|
foreach (Collider col in cols)
|
||||||
|
{
|
||||||
|
if (col.CompareTag("Zibu"))
|
||||||
|
{
|
||||||
|
Destroy(col.gameObject);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Destroy(gameObject);
|
||||||
|
}
|
||||||
|
}
|
11
Assets/Scripts/CubeClash/CubeClash_TimeBomb.cs.meta
Normal file
11
Assets/Scripts/CubeClash/CubeClash_TimeBomb.cs.meta
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 462c37932b35e9c42a06528c682c8f06
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
26
Assets/Scripts/CubeClash/CubeClash_VictoryManager.cs
Normal file
26
Assets/Scripts/CubeClash/CubeClash_VictoryManager.cs
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
using UnityEngine;
|
||||||
|
|
||||||
|
public class CubeClash_VictoryManager : MonoBehaviour
|
||||||
|
{
|
||||||
|
public GameObject winScreen;
|
||||||
|
public static CubeClash_VictoryManager Instance;
|
||||||
|
private void Awake()
|
||||||
|
{
|
||||||
|
Instance = this;
|
||||||
|
}
|
||||||
|
void Update()
|
||||||
|
{
|
||||||
|
CubeClash_ZibuController[] zibus = FindObjectsOfType<CubeClash_ZibuController>();
|
||||||
|
if (zibus.Length == 1)
|
||||||
|
{
|
||||||
|
DeclareWinner(zibus[0].gameObject);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void DeclareWinner(GameObject winner)
|
||||||
|
{
|
||||||
|
if (winScreen) winScreen.SetActive(true);
|
||||||
|
Debug.Log("Winner: " + winner.name);
|
||||||
|
enabled = false;
|
||||||
|
}
|
||||||
|
}
|
11
Assets/Scripts/CubeClash/CubeClash_VictoryManager.cs.meta
Normal file
11
Assets/Scripts/CubeClash/CubeClash_VictoryManager.cs.meta
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 2e0980d5f8edf9a419040f7bc2b10d46
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
21
Assets/Scripts/CubeClash/CubeClash_WindGust.cs
Normal file
21
Assets/Scripts/CubeClash/CubeClash_WindGust.cs
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
using UnityEngine;
|
||||||
|
|
||||||
|
public class CubeClash_WindGust : MonoBehaviour
|
||||||
|
{
|
||||||
|
public float force = 15f;
|
||||||
|
public float lifeTime = 3f;
|
||||||
|
|
||||||
|
void Start()
|
||||||
|
{
|
||||||
|
Destroy(gameObject, lifeTime);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void OnTriggerEnter(Collider other)
|
||||||
|
{
|
||||||
|
if (other.attachedRigidbody != null && other.CompareTag("Zibu"))
|
||||||
|
{
|
||||||
|
Vector3 dir = new Vector3(Random.Range(-1f,1f), 0, Random.Range(-1f,1f)).normalized;
|
||||||
|
other.attachedRigidbody.AddForce(dir * force, ForceMode.Impulse);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
11
Assets/Scripts/CubeClash/CubeClash_WindGust.cs.meta
Normal file
11
Assets/Scripts/CubeClash/CubeClash_WindGust.cs.meta
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 56e282f882c6ad148871953413c4af2f
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
157
Assets/Scripts/CubeClash/CubeClash_ZibuAI.cs
Normal file
157
Assets/Scripts/CubeClash/CubeClash_ZibuAI.cs
Normal file
@ -0,0 +1,157 @@
|
|||||||
|
using UnityEngine;
|
||||||
|
using System.Collections;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
|
||||||
|
[RequireComponent(typeof(CubeClash_ZibuController))]
|
||||||
|
public class CubeClash_ZibuAI : MonoBehaviour
|
||||||
|
{
|
||||||
|
[Header("AI Settings")]
|
||||||
|
public float moveSpeed = 3f;
|
||||||
|
public float decisionInterval = 2f;
|
||||||
|
public float bumpRange = 2.5f;
|
||||||
|
public float roamRadius = 5f;
|
||||||
|
|
||||||
|
[Header("Arena Bounds")]
|
||||||
|
public Transform arenaCube;
|
||||||
|
private Bounds arenaBounds;
|
||||||
|
|
||||||
|
private CubeClash_ZibuController zibuController;
|
||||||
|
private Rigidbody rb;
|
||||||
|
private CubeClash_ZibuController target;
|
||||||
|
private Vector3 roamTarget;
|
||||||
|
private float decisionTimer;
|
||||||
|
|
||||||
|
private bool isBumpCooling = false;
|
||||||
|
private CubeClash_ZibuController lastTarget;
|
||||||
|
|
||||||
|
void Awake()
|
||||||
|
{
|
||||||
|
zibuController = GetComponent<CubeClash_ZibuController>();
|
||||||
|
rb = GetComponent<Rigidbody>();
|
||||||
|
|
||||||
|
zibuController.isPlayerControlled = false;
|
||||||
|
|
||||||
|
if (arenaCube != null)
|
||||||
|
{
|
||||||
|
arenaBounds = new Bounds(arenaCube.position, arenaCube.localScale);
|
||||||
|
}
|
||||||
|
|
||||||
|
PickRoamTarget();
|
||||||
|
}
|
||||||
|
|
||||||
|
void Update()
|
||||||
|
{
|
||||||
|
decisionTimer += Time.deltaTime;
|
||||||
|
if (decisionTimer >= decisionInterval)
|
||||||
|
{
|
||||||
|
decisionTimer = 0f;
|
||||||
|
PickTargetOrRoam();
|
||||||
|
}
|
||||||
|
|
||||||
|
if (target != null)
|
||||||
|
{
|
||||||
|
// move generally towards target, but still bump direction is forward
|
||||||
|
MoveTowards(target.transform.position);
|
||||||
|
TryBumpTarget();
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
MoveTowards(roamTarget);
|
||||||
|
|
||||||
|
if (Vector3.Distance(transform.position, roamTarget) < 1f)
|
||||||
|
{
|
||||||
|
PickRoamTarget();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void PickTargetOrRoam()
|
||||||
|
{
|
||||||
|
List<CubeClash_ZibuController> allZibus = CubeClash_ZibuController.AllZibus;
|
||||||
|
|
||||||
|
if (allZibus.Count > 1)
|
||||||
|
{
|
||||||
|
List<CubeClash_ZibuController> candidates = new List<CubeClash_ZibuController>();
|
||||||
|
foreach (var z in allZibus)
|
||||||
|
{
|
||||||
|
if (z != zibuController && z != lastTarget)
|
||||||
|
candidates.Add(z);
|
||||||
|
}
|
||||||
|
|
||||||
|
if (candidates.Count > 0)
|
||||||
|
{
|
||||||
|
int index = Random.Range(0, candidates.Count);
|
||||||
|
target = candidates[index];
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
target = null;
|
||||||
|
PickRoamTarget();
|
||||||
|
}
|
||||||
|
void MoveTowards(Vector3 destination)
|
||||||
|
{
|
||||||
|
Vector3 dir = (destination - transform.position).normalized;
|
||||||
|
Vector3 move = new Vector3(dir.x, 0, dir.z) * moveSpeed;
|
||||||
|
rb.velocity = new Vector3(move.x, rb.velocity.y, move.z);
|
||||||
|
|
||||||
|
if (dir.magnitude > 0.1f)
|
||||||
|
{
|
||||||
|
// flatten direction on Y axis
|
||||||
|
dir.y = 0;
|
||||||
|
|
||||||
|
// smooth rotate only around Y
|
||||||
|
Quaternion targetRot = Quaternion.LookRotation(dir, Vector3.up);
|
||||||
|
transform.rotation = Quaternion.Slerp(transform.rotation, targetRot, Time.deltaTime * 5f);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void PickRoamTarget()
|
||||||
|
{
|
||||||
|
Vector3 randomOffset = new Vector3(Random.Range(-roamRadius, roamRadius), 0, Random.Range(-roamRadius, roamRadius));
|
||||||
|
roamTarget = transform.position + randomOffset;
|
||||||
|
|
||||||
|
if (arenaCube != null)
|
||||||
|
{
|
||||||
|
arenaBounds = new Bounds(arenaCube.position, arenaCube.localScale);
|
||||||
|
|
||||||
|
roamTarget.x = Mathf.Clamp(roamTarget.x, arenaBounds.min.x + 1f, arenaBounds.max.x - 1f);
|
||||||
|
roamTarget.z = Mathf.Clamp(roamTarget.z, arenaBounds.min.z + 1f, arenaBounds.max.z - 1f);
|
||||||
|
roamTarget.y = transform.position.y;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
void TryBumpTarget()
|
||||||
|
{
|
||||||
|
if (isBumpCooling || target == null) return;
|
||||||
|
|
||||||
|
float dist = Vector3.Distance(transform.position, target.transform.position);
|
||||||
|
if (dist <= bumpRange)
|
||||||
|
{
|
||||||
|
Vector3 toTarget = (target.transform.position - transform.position).normalized;
|
||||||
|
float dot = Vector3.Dot(transform.forward, toTarget);
|
||||||
|
|
||||||
|
if (dot > 0.7f)
|
||||||
|
{
|
||||||
|
StartCoroutine(BumpWithDelay());
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
IEnumerator BumpWithDelay()
|
||||||
|
{
|
||||||
|
isBumpCooling = true;
|
||||||
|
|
||||||
|
yield return new WaitForSeconds(Random.Range(0.1f, 0.4f));
|
||||||
|
|
||||||
|
zibuController.PerformBump(transform.forward);
|
||||||
|
|
||||||
|
// after bump: forget target & roam somewhere else
|
||||||
|
lastTarget = target;
|
||||||
|
target = null;
|
||||||
|
PickRoamTarget();
|
||||||
|
|
||||||
|
yield return new WaitForSeconds(Random.Range(1f, 2f));
|
||||||
|
isBumpCooling = false;
|
||||||
|
}
|
||||||
|
}
|
11
Assets/Scripts/CubeClash/CubeClash_ZibuAI.cs.meta
Normal file
11
Assets/Scripts/CubeClash/CubeClash_ZibuAI.cs.meta
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 72a577870a520a9408488fa07f77d024
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
147
Assets/Scripts/CubeClash/CubeClash_ZibuController.cs
Normal file
147
Assets/Scripts/CubeClash/CubeClash_ZibuController.cs
Normal file
@ -0,0 +1,147 @@
|
|||||||
|
using UnityEngine;
|
||||||
|
using System.Collections;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
|
||||||
|
[RequireComponent(typeof(Rigidbody))]
|
||||||
|
public class CubeClash_ZibuController : MonoBehaviour
|
||||||
|
{
|
||||||
|
public static List<CubeClash_ZibuController> AllZibus = new List<CubeClash_ZibuController>();
|
||||||
|
|
||||||
|
[Header("Control")]
|
||||||
|
public bool isPlayerControlled = true;
|
||||||
|
|
||||||
|
[Header("Movement Settings")]
|
||||||
|
public float moveSpeed = 5f;
|
||||||
|
public Joystick joystick;
|
||||||
|
|
||||||
|
[Header("Bump Settings")]
|
||||||
|
public float bumpDistance = 3f;
|
||||||
|
public float bumpSpeed = 20f;
|
||||||
|
public float returnSpeed = 10f;
|
||||||
|
public float cooldown = 2f;
|
||||||
|
public float knockbackForce = 15f;
|
||||||
|
|
||||||
|
[Header("Animation")]
|
||||||
|
public Animator animator; // assign in Inspector
|
||||||
|
|
||||||
|
private Rigidbody rb;
|
||||||
|
private bool canBump = true;
|
||||||
|
[HideInInspector] public bool isBumping = false;
|
||||||
|
|
||||||
|
void OnEnable()
|
||||||
|
{
|
||||||
|
if (!AllZibus.Contains(this))
|
||||||
|
AllZibus.Add(this);
|
||||||
|
}
|
||||||
|
|
||||||
|
void OnDisable()
|
||||||
|
{
|
||||||
|
AllZibus.Remove(this);
|
||||||
|
}
|
||||||
|
|
||||||
|
void Awake()
|
||||||
|
{
|
||||||
|
rb = GetComponent<Rigidbody>();
|
||||||
|
if (animator == null) animator = GetComponentInChildren<Animator>();
|
||||||
|
}
|
||||||
|
|
||||||
|
void Update()
|
||||||
|
{
|
||||||
|
if (isPlayerControlled && !isBumping)
|
||||||
|
{
|
||||||
|
HandleMovement();
|
||||||
|
}
|
||||||
|
|
||||||
|
UpdateAnimations();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void HandleMovement()
|
||||||
|
{
|
||||||
|
if (joystick != null)
|
||||||
|
{
|
||||||
|
Vector3 move = new Vector3(joystick.Horizontal, 0, joystick.Vertical);
|
||||||
|
if (move.magnitude > 0.1f)
|
||||||
|
{
|
||||||
|
Vector3 targetVelocity = move.normalized * moveSpeed;
|
||||||
|
rb.velocity = new Vector3(targetVelocity.x, rb.velocity.y, targetVelocity.z);
|
||||||
|
|
||||||
|
// face only in Y-axis
|
||||||
|
Quaternion targetRot = Quaternion.LookRotation(new Vector3(move.x, 0, move.z));
|
||||||
|
transform.rotation = Quaternion.Slerp(transform.rotation, targetRot, Time.deltaTime * 10f);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
rb.velocity = new Vector3(0, rb.velocity.y, 0);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void UpdateAnimations()
|
||||||
|
{
|
||||||
|
if (animator != null)
|
||||||
|
{
|
||||||
|
// Use velocity magnitude (XZ only) to set "Speed"
|
||||||
|
Vector3 horizontalVel = new Vector3(rb.velocity.x, 0, rb.velocity.z);
|
||||||
|
float speed = horizontalVel.magnitude;
|
||||||
|
|
||||||
|
animator.SetFloat("Speed", speed);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
public void PerformBump()
|
||||||
|
{
|
||||||
|
if (!canBump || isBumping) return;
|
||||||
|
StartCoroutine(BumpRoutine(transform.forward));
|
||||||
|
}
|
||||||
|
|
||||||
|
public void PerformBump(Vector3 direction)
|
||||||
|
{
|
||||||
|
if (!canBump || isBumping) return;
|
||||||
|
StartCoroutine(BumpRoutine(direction));
|
||||||
|
}
|
||||||
|
|
||||||
|
private IEnumerator BumpRoutine(Vector3 direction)
|
||||||
|
{
|
||||||
|
canBump = false;
|
||||||
|
isBumping = true;
|
||||||
|
|
||||||
|
Vector3 startPos = transform.position;
|
||||||
|
Vector3 targetPos = startPos + direction.normalized * bumpDistance;
|
||||||
|
|
||||||
|
float t = 0f;
|
||||||
|
while (t < 1f)
|
||||||
|
{
|
||||||
|
t += Time.deltaTime * bumpSpeed;
|
||||||
|
rb.MovePosition(Vector3.Lerp(startPos, targetPos, t));
|
||||||
|
yield return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
t = 0f;
|
||||||
|
while (t < 1f)
|
||||||
|
{
|
||||||
|
t += Time.deltaTime * returnSpeed;
|
||||||
|
rb.MovePosition(Vector3.Lerp(targetPos, startPos, t));
|
||||||
|
yield return null;
|
||||||
|
}
|
||||||
|
|
||||||
|
isBumping = false;
|
||||||
|
|
||||||
|
yield return new WaitForSeconds(cooldown);
|
||||||
|
canBump = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void OnCollisionEnter(Collision collision)
|
||||||
|
{
|
||||||
|
CubeClash_ZibuController other = collision.gameObject.GetComponent<CubeClash_ZibuController>();
|
||||||
|
if (other != null)
|
||||||
|
{
|
||||||
|
if (isBumping && other.isBumping) return;
|
||||||
|
|
||||||
|
if (isBumping && !other.isBumping && other.rb != null)
|
||||||
|
{
|
||||||
|
Vector3 pushDir = transform.forward.normalized;
|
||||||
|
other.rb.AddForce(pushDir * knockbackForce, ForceMode.Impulse);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
11
Assets/Scripts/CubeClash/CubeClash_ZibuController.cs.meta
Normal file
11
Assets/Scripts/CubeClash/CubeClash_ZibuController.cs.meta
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 51c4a9deb8032a043be560fab5998ab9
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
294
Assets/Testable Assets/m_ZibuAIGreen.mat
Normal file
294
Assets/Testable Assets/m_ZibuAIGreen.mat
Normal file
@ -0,0 +1,294 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 8
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: m_ZibuAIGreen
|
||||||
|
m_Shader: {fileID: 4800000, guid: a36b7719ff0465b42ab1407d67672c5f, type: 3}
|
||||||
|
m_Parent: {fileID: 0}
|
||||||
|
m_ModifiedSerializedProperties: 0
|
||||||
|
m_ValidKeywords:
|
||||||
|
- GLOWTEX_ON
|
||||||
|
- GLOW_ON
|
||||||
|
- OVERLAY_ON
|
||||||
|
m_InvalidKeywords: []
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_LockedProperties:
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _BumpMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _ColorRampTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 279657edc397ece4b8029c727adf6ddc, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _ColorRampTexGradient:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _ColorSwapTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: a7e7547952ace884e90472bda48da255, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DetailAlbedoMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DetailMask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DetailNormalMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DistortTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 7aad8c583ef292e48b06af0d1f2fab97, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _EmissionMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _FadeBurnTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 677cca399782dea41aedc1d292ecb67d, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _FadeTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 7aad8c583ef292e48b06af0d1f2fab97, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _GlowTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: a7e7547952ace884e90472bda48da255, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _MainTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: a7e7547952ace884e90472bda48da255, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _MetallicGlossMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _OcclusionMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _OutlineDistortTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 7aad8c583ef292e48b06af0d1f2fab97, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _OutlineTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 74087f6d03f233e4a8a142fa01f9e5cf, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _OverlayTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: a7e7547952ace884e90472bda48da255, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _ParallaxMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _ShineMask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Ints: []
|
||||||
|
m_Floats:
|
||||||
|
- _Alpha: 1
|
||||||
|
- _AlphaCutoffValue: 0.25
|
||||||
|
- _AlphaOutlineBlend: 1
|
||||||
|
- _AlphaOutlineGlow: 5
|
||||||
|
- _AlphaOutlineMinAlpha: 0
|
||||||
|
- _AlphaOutlinePower: 1
|
||||||
|
- _AlphaRoundThreshold: 0.5
|
||||||
|
- _BillboardY: 0
|
||||||
|
- _BlurHD: 0
|
||||||
|
- _BlurIntensity: 10
|
||||||
|
- _Brightness: 0
|
||||||
|
- _BumpScale: 1
|
||||||
|
- _ChromAberrAlpha: 0.4
|
||||||
|
- _ChromAberrAmount: 1
|
||||||
|
- _ClipUvDown: 0
|
||||||
|
- _ClipUvLeft: 0
|
||||||
|
- _ClipUvRight: 0
|
||||||
|
- _ClipUvUp: 0
|
||||||
|
- _ColorChangeLuminosity: 0
|
||||||
|
- _ColorChangeTolerance: 0.25
|
||||||
|
- _ColorChangeTolerance2: 0.25
|
||||||
|
- _ColorChangeTolerance3: 0.25
|
||||||
|
- _ColorMask: 15
|
||||||
|
- _ColorRampBlend: 1
|
||||||
|
- _ColorRampLuminosity: -0.56
|
||||||
|
- _ColorRampOutline: 0
|
||||||
|
- _ColorSwapBlend: 0.892
|
||||||
|
- _ColorSwapBlueLuminosity: 1
|
||||||
|
- _ColorSwapGreenLuminosity: -0.94
|
||||||
|
- _ColorSwapRedLuminosity: 1
|
||||||
|
- _Contrast: 1
|
||||||
|
- _CullingOption: 0
|
||||||
|
- _Cutoff: 0.5
|
||||||
|
- _DetailNormalMapScale: 1
|
||||||
|
- _DistortAmount: 0.5
|
||||||
|
- _DistortTexXSpeed: 5
|
||||||
|
- _DistortTexYSpeed: 5
|
||||||
|
- _DstBlend: 0
|
||||||
|
- _EditorDrawers: 6
|
||||||
|
- _FadeAmount: -0.1
|
||||||
|
- _FadeBurnGlow: 2
|
||||||
|
- _FadeBurnTransition: 0.075
|
||||||
|
- _FadeBurnWidth: 0.025
|
||||||
|
- _FishEyeUvAmount: 0.35
|
||||||
|
- _FlickerAlpha: 0
|
||||||
|
- _FlickerFreq: 0.2
|
||||||
|
- _FlickerPercent: 0.05
|
||||||
|
- _GhostBlend: 1
|
||||||
|
- _GhostColorBoost: 1
|
||||||
|
- _GhostTransparency: 0
|
||||||
|
- _GlitchAmount: 3
|
||||||
|
- _GlitchSize: 1
|
||||||
|
- _GlossMapScale: 1
|
||||||
|
- _Glossiness: 0.4472136
|
||||||
|
- _GlossyReflections: 1
|
||||||
|
- _Glow: 1
|
||||||
|
- _GlowGlobal: 1
|
||||||
|
- _GradBlend: 1
|
||||||
|
- _GradBoostX: 1.2
|
||||||
|
- _GradBoostY: 1.2
|
||||||
|
- _GradIsRadial: 0
|
||||||
|
- _GrassManualAnim: 1
|
||||||
|
- _GrassManualToggle: 0
|
||||||
|
- _GrassRadialBend: 0.1
|
||||||
|
- _GrassSpeed: 2
|
||||||
|
- _GrassWind: 20
|
||||||
|
- _GreyscaleBlend: 1
|
||||||
|
- _GreyscaleLuminosity: -0.19
|
||||||
|
- _GreyscaleOutline: 0
|
||||||
|
- _HandDrawnAmount: 10
|
||||||
|
- _HandDrawnSpeed: 5
|
||||||
|
- _HitEffectBlend: 1
|
||||||
|
- _HitEffectGlow: 5
|
||||||
|
- _HologramBlend: 1
|
||||||
|
- _HologramMaxAlpha: 0.75
|
||||||
|
- _HologramMinAlpha: 0.1
|
||||||
|
- _HologramStripesAmount: 0.1
|
||||||
|
- _HologramStripesSpeed: 4.5
|
||||||
|
- _HologramUnmodAmount: 0
|
||||||
|
- _HsvBright: 1
|
||||||
|
- _HsvSaturation: 1
|
||||||
|
- _HsvShift: 180
|
||||||
|
- _InnerOutlineAlpha: 1
|
||||||
|
- _InnerOutlineGlow: 4
|
||||||
|
- _InnerOutlineThickness: 1
|
||||||
|
- _MaxXUV: 1
|
||||||
|
- _MaxYUV: 1
|
||||||
|
- _Metallic: 0
|
||||||
|
- _MinXUV: 0
|
||||||
|
- _MinYUV: 0
|
||||||
|
- _Mode: 0
|
||||||
|
- _MotionBlurAngle: 0.1
|
||||||
|
- _MotionBlurDist: 1.25
|
||||||
|
- _MyDstMode: 10
|
||||||
|
- _MySrcMode: 5
|
||||||
|
- _NegativeAmount: 0
|
||||||
|
- _OcclusionStrength: 1
|
||||||
|
- _OffsetUvX: 0
|
||||||
|
- _OffsetUvY: 0
|
||||||
|
- _OnlyInnerOutline: 0
|
||||||
|
- _OnlyOutline: 0
|
||||||
|
- _OutlineAlpha: 1
|
||||||
|
- _OutlineDistortAmount: 0.5
|
||||||
|
- _OutlineDistortTexXSpeed: 5
|
||||||
|
- _OutlineDistortTexYSpeed: 5
|
||||||
|
- _OutlineGlow: 1.5
|
||||||
|
- _OutlinePixelWidth: 1
|
||||||
|
- _OutlineTexXSpeed: 10
|
||||||
|
- _OutlineTexYSpeed: 0
|
||||||
|
- _OutlineWidth: 0.004
|
||||||
|
- _OverlayBlend: 1
|
||||||
|
- _OverlayGlow: 1.25
|
||||||
|
- _Parallax: 0.02
|
||||||
|
- _PinchUvAmount: 0.35
|
||||||
|
- _PixelateSize: 32
|
||||||
|
- _PosterizeGamma: 0.75
|
||||||
|
- _PosterizeNumColors: 8
|
||||||
|
- _PosterizeOutline: 0
|
||||||
|
- _RandomSeed: 0
|
||||||
|
- _RectSize: 1
|
||||||
|
- _RotateUvAmount: 0
|
||||||
|
- _RoundWaveSpeed: 2
|
||||||
|
- _RoundWaveStrength: 0.7
|
||||||
|
- _ShadowAlpha: 0.5
|
||||||
|
- _ShadowX: 0.1
|
||||||
|
- _ShadowY: -0.05
|
||||||
|
- _ShakeUvSpeed: 2.5
|
||||||
|
- _ShakeUvX: 1.5
|
||||||
|
- _ShakeUvY: 1
|
||||||
|
- _ShineGlow: 1
|
||||||
|
- _ShineLocation: 0.5
|
||||||
|
- _ShineRotate: 0
|
||||||
|
- _ShineWidth: 0.1
|
||||||
|
- _SmoothnessTextureChannel: 0
|
||||||
|
- _SpecularHighlights: 1
|
||||||
|
- _SrcBlend: 1
|
||||||
|
- _Stencil: 0
|
||||||
|
- _StencilComp: 8
|
||||||
|
- _StencilOp: 0
|
||||||
|
- _StencilReadMask: 255
|
||||||
|
- _StencilWriteMask: 255
|
||||||
|
- _TextureScrollXSpeed: 1
|
||||||
|
- _TextureScrollYSpeed: 0
|
||||||
|
- _TwistUvAmount: 1
|
||||||
|
- _TwistUvPosX: 0.5
|
||||||
|
- _TwistUvPosY: 0.5
|
||||||
|
- _TwistUvRadius: 0.75
|
||||||
|
- _UVSec: 0
|
||||||
|
- _WaveAmount: 7
|
||||||
|
- _WaveSpeed: 10
|
||||||
|
- _WaveStrength: 7.5
|
||||||
|
- _WaveX: 0
|
||||||
|
- _WaveY: 0.5
|
||||||
|
- _ZTestMode: 4
|
||||||
|
- _ZWrite: 1
|
||||||
|
- _ZoomUvAmount: 0.5
|
||||||
|
m_Colors:
|
||||||
|
- _AlphaOutlineColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _Color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _ColorChangeNewCol: {r: 1, g: 1, b: 0, a: 1}
|
||||||
|
- _ColorChangeNewCol2: {r: 1, g: 1, b: 0, a: 1}
|
||||||
|
- _ColorChangeNewCol3: {r: 1, g: 1, b: 0, a: 1}
|
||||||
|
- _ColorChangeTarget: {r: 1, g: 0, b: 0, a: 1}
|
||||||
|
- _ColorChangeTarget2: {r: 1, g: 0, b: 0, a: 1}
|
||||||
|
- _ColorChangeTarget3: {r: 1, g: 0, b: 0, a: 1}
|
||||||
|
- _ColorSwapBlue: {r: 0, g: 0.14847445, b: 1, a: 1}
|
||||||
|
- _ColorSwapGreen: {r: 0, g: 1, b: 0.11084986, a: 1}
|
||||||
|
- _ColorSwapRed: {r: 1, g: 0, b: 0, a: 1}
|
||||||
|
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
|
||||||
|
- _FadeBurnColor: {r: 1, g: 1, b: 0, a: 1}
|
||||||
|
- _GlowColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _GradBotLeftCol: {r: 0, g: 0, b: 1, a: 1}
|
||||||
|
- _GradBotRightCol: {r: 0, g: 1, b: 0, a: 1}
|
||||||
|
- _GradTopLeftCol: {r: 1, g: 0, b: 0, a: 1}
|
||||||
|
- _GradTopRightCol: {r: 1, g: 1, b: 0, a: 1}
|
||||||
|
- _GreyscaleTintColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _HitEffectColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _HologramStripeColor: {r: 0, g: 1, b: 1, a: 1}
|
||||||
|
- _InnerOutlineColor: {r: 1, g: 0, b: 0, a: 1}
|
||||||
|
- _OutlineColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _OverlayColor: {r: 0.68546176, g: 1, b: 0.6179246, a: 1}
|
||||||
|
- _ShadowColor: {r: 0, g: 0, b: 0, a: 1}
|
||||||
|
- _ShineColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
m_BuildTextureStacks: []
|
8
Assets/Testable Assets/m_ZibuAIGreen.mat.meta
Normal file
8
Assets/Testable Assets/m_ZibuAIGreen.mat.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: c95a9173c4c39e54b830d39ae77e169e
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
294
Assets/Testable Assets/m_ZibuAIOther.mat
Normal file
294
Assets/Testable Assets/m_ZibuAIOther.mat
Normal file
@ -0,0 +1,294 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 8
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: m_ZibuAIOther
|
||||||
|
m_Shader: {fileID: 4800000, guid: a36b7719ff0465b42ab1407d67672c5f, type: 3}
|
||||||
|
m_Parent: {fileID: 0}
|
||||||
|
m_ModifiedSerializedProperties: 0
|
||||||
|
m_ValidKeywords:
|
||||||
|
- GLOWTEX_ON
|
||||||
|
- GLOW_ON
|
||||||
|
- OVERLAY_ON
|
||||||
|
m_InvalidKeywords: []
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_LockedProperties:
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _BumpMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _ColorRampTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 279657edc397ece4b8029c727adf6ddc, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _ColorRampTexGradient:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _ColorSwapTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: a7e7547952ace884e90472bda48da255, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DetailAlbedoMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DetailMask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DetailNormalMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DistortTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 7aad8c583ef292e48b06af0d1f2fab97, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _EmissionMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _FadeBurnTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 677cca399782dea41aedc1d292ecb67d, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _FadeTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 7aad8c583ef292e48b06af0d1f2fab97, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _GlowTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: a7e7547952ace884e90472bda48da255, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _MainTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: a7e7547952ace884e90472bda48da255, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _MetallicGlossMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _OcclusionMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _OutlineDistortTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 7aad8c583ef292e48b06af0d1f2fab97, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _OutlineTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 74087f6d03f233e4a8a142fa01f9e5cf, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _OverlayTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: a7e7547952ace884e90472bda48da255, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _ParallaxMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _ShineMask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Ints: []
|
||||||
|
m_Floats:
|
||||||
|
- _Alpha: 1
|
||||||
|
- _AlphaCutoffValue: 0.25
|
||||||
|
- _AlphaOutlineBlend: 1
|
||||||
|
- _AlphaOutlineGlow: 5
|
||||||
|
- _AlphaOutlineMinAlpha: 0
|
||||||
|
- _AlphaOutlinePower: 1
|
||||||
|
- _AlphaRoundThreshold: 0.5
|
||||||
|
- _BillboardY: 0
|
||||||
|
- _BlurHD: 0
|
||||||
|
- _BlurIntensity: 10
|
||||||
|
- _Brightness: 0
|
||||||
|
- _BumpScale: 1
|
||||||
|
- _ChromAberrAlpha: 0.4
|
||||||
|
- _ChromAberrAmount: 1
|
||||||
|
- _ClipUvDown: 0
|
||||||
|
- _ClipUvLeft: 0
|
||||||
|
- _ClipUvRight: 0
|
||||||
|
- _ClipUvUp: 0
|
||||||
|
- _ColorChangeLuminosity: 0
|
||||||
|
- _ColorChangeTolerance: 0.25
|
||||||
|
- _ColorChangeTolerance2: 0.25
|
||||||
|
- _ColorChangeTolerance3: 0.25
|
||||||
|
- _ColorMask: 15
|
||||||
|
- _ColorRampBlend: 1
|
||||||
|
- _ColorRampLuminosity: -0.56
|
||||||
|
- _ColorRampOutline: 0
|
||||||
|
- _ColorSwapBlend: 0.892
|
||||||
|
- _ColorSwapBlueLuminosity: 1
|
||||||
|
- _ColorSwapGreenLuminosity: -0.94
|
||||||
|
- _ColorSwapRedLuminosity: 1
|
||||||
|
- _Contrast: 1
|
||||||
|
- _CullingOption: 0
|
||||||
|
- _Cutoff: 0.5
|
||||||
|
- _DetailNormalMapScale: 1
|
||||||
|
- _DistortAmount: 0.5
|
||||||
|
- _DistortTexXSpeed: 5
|
||||||
|
- _DistortTexYSpeed: 5
|
||||||
|
- _DstBlend: 0
|
||||||
|
- _EditorDrawers: 6
|
||||||
|
- _FadeAmount: -0.1
|
||||||
|
- _FadeBurnGlow: 2
|
||||||
|
- _FadeBurnTransition: 0.075
|
||||||
|
- _FadeBurnWidth: 0.025
|
||||||
|
- _FishEyeUvAmount: 0.35
|
||||||
|
- _FlickerAlpha: 0
|
||||||
|
- _FlickerFreq: 0.2
|
||||||
|
- _FlickerPercent: 0.05
|
||||||
|
- _GhostBlend: 1
|
||||||
|
- _GhostColorBoost: 1
|
||||||
|
- _GhostTransparency: 0
|
||||||
|
- _GlitchAmount: 3
|
||||||
|
- _GlitchSize: 1
|
||||||
|
- _GlossMapScale: 1
|
||||||
|
- _Glossiness: 0.4472136
|
||||||
|
- _GlossyReflections: 1
|
||||||
|
- _Glow: 1
|
||||||
|
- _GlowGlobal: 1
|
||||||
|
- _GradBlend: 1
|
||||||
|
- _GradBoostX: 1.2
|
||||||
|
- _GradBoostY: 1.2
|
||||||
|
- _GradIsRadial: 0
|
||||||
|
- _GrassManualAnim: 1
|
||||||
|
- _GrassManualToggle: 0
|
||||||
|
- _GrassRadialBend: 0.1
|
||||||
|
- _GrassSpeed: 2
|
||||||
|
- _GrassWind: 20
|
||||||
|
- _GreyscaleBlend: 1
|
||||||
|
- _GreyscaleLuminosity: -0.19
|
||||||
|
- _GreyscaleOutline: 0
|
||||||
|
- _HandDrawnAmount: 10
|
||||||
|
- _HandDrawnSpeed: 5
|
||||||
|
- _HitEffectBlend: 1
|
||||||
|
- _HitEffectGlow: 5
|
||||||
|
- _HologramBlend: 1
|
||||||
|
- _HologramMaxAlpha: 0.75
|
||||||
|
- _HologramMinAlpha: 0.1
|
||||||
|
- _HologramStripesAmount: 0.1
|
||||||
|
- _HologramStripesSpeed: 4.5
|
||||||
|
- _HologramUnmodAmount: 0
|
||||||
|
- _HsvBright: 1
|
||||||
|
- _HsvSaturation: 1
|
||||||
|
- _HsvShift: 180
|
||||||
|
- _InnerOutlineAlpha: 1
|
||||||
|
- _InnerOutlineGlow: 4
|
||||||
|
- _InnerOutlineThickness: 1
|
||||||
|
- _MaxXUV: 1
|
||||||
|
- _MaxYUV: 1
|
||||||
|
- _Metallic: 0
|
||||||
|
- _MinXUV: 0
|
||||||
|
- _MinYUV: 0
|
||||||
|
- _Mode: 0
|
||||||
|
- _MotionBlurAngle: 0.1
|
||||||
|
- _MotionBlurDist: 1.25
|
||||||
|
- _MyDstMode: 10
|
||||||
|
- _MySrcMode: 5
|
||||||
|
- _NegativeAmount: 0
|
||||||
|
- _OcclusionStrength: 1
|
||||||
|
- _OffsetUvX: 0
|
||||||
|
- _OffsetUvY: 0
|
||||||
|
- _OnlyInnerOutline: 0
|
||||||
|
- _OnlyOutline: 0
|
||||||
|
- _OutlineAlpha: 1
|
||||||
|
- _OutlineDistortAmount: 0.5
|
||||||
|
- _OutlineDistortTexXSpeed: 5
|
||||||
|
- _OutlineDistortTexYSpeed: 5
|
||||||
|
- _OutlineGlow: 1.5
|
||||||
|
- _OutlinePixelWidth: 1
|
||||||
|
- _OutlineTexXSpeed: 10
|
||||||
|
- _OutlineTexYSpeed: 0
|
||||||
|
- _OutlineWidth: 0.004
|
||||||
|
- _OverlayBlend: 1
|
||||||
|
- _OverlayGlow: 5.5
|
||||||
|
- _Parallax: 0.02
|
||||||
|
- _PinchUvAmount: 0.35
|
||||||
|
- _PixelateSize: 32
|
||||||
|
- _PosterizeGamma: 0.75
|
||||||
|
- _PosterizeNumColors: 8
|
||||||
|
- _PosterizeOutline: 0
|
||||||
|
- _RandomSeed: 0
|
||||||
|
- _RectSize: 1
|
||||||
|
- _RotateUvAmount: 0
|
||||||
|
- _RoundWaveSpeed: 2
|
||||||
|
- _RoundWaveStrength: 0.7
|
||||||
|
- _ShadowAlpha: 0.5
|
||||||
|
- _ShadowX: 0.1
|
||||||
|
- _ShadowY: -0.05
|
||||||
|
- _ShakeUvSpeed: 2.5
|
||||||
|
- _ShakeUvX: 1.5
|
||||||
|
- _ShakeUvY: 1
|
||||||
|
- _ShineGlow: 1
|
||||||
|
- _ShineLocation: 0.5
|
||||||
|
- _ShineRotate: 0
|
||||||
|
- _ShineWidth: 0.1
|
||||||
|
- _SmoothnessTextureChannel: 0
|
||||||
|
- _SpecularHighlights: 1
|
||||||
|
- _SrcBlend: 1
|
||||||
|
- _Stencil: 0
|
||||||
|
- _StencilComp: 8
|
||||||
|
- _StencilOp: 0
|
||||||
|
- _StencilReadMask: 255
|
||||||
|
- _StencilWriteMask: 255
|
||||||
|
- _TextureScrollXSpeed: 1
|
||||||
|
- _TextureScrollYSpeed: 0
|
||||||
|
- _TwistUvAmount: 1
|
||||||
|
- _TwistUvPosX: 0.5
|
||||||
|
- _TwistUvPosY: 0.5
|
||||||
|
- _TwistUvRadius: 0.75
|
||||||
|
- _UVSec: 0
|
||||||
|
- _WaveAmount: 7
|
||||||
|
- _WaveSpeed: 10
|
||||||
|
- _WaveStrength: 7.5
|
||||||
|
- _WaveX: 0
|
||||||
|
- _WaveY: 0.5
|
||||||
|
- _ZTestMode: 4
|
||||||
|
- _ZWrite: 1
|
||||||
|
- _ZoomUvAmount: 0.5
|
||||||
|
m_Colors:
|
||||||
|
- _AlphaOutlineColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _Color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _ColorChangeNewCol: {r: 1, g: 1, b: 0, a: 1}
|
||||||
|
- _ColorChangeNewCol2: {r: 1, g: 1, b: 0, a: 1}
|
||||||
|
- _ColorChangeNewCol3: {r: 1, g: 1, b: 0, a: 1}
|
||||||
|
- _ColorChangeTarget: {r: 1, g: 0, b: 0, a: 1}
|
||||||
|
- _ColorChangeTarget2: {r: 1, g: 0, b: 0, a: 1}
|
||||||
|
- _ColorChangeTarget3: {r: 1, g: 0, b: 0, a: 1}
|
||||||
|
- _ColorSwapBlue: {r: 0, g: 0.14847445, b: 1, a: 1}
|
||||||
|
- _ColorSwapGreen: {r: 0, g: 1, b: 0.11084986, a: 1}
|
||||||
|
- _ColorSwapRed: {r: 1, g: 0, b: 0, a: 1}
|
||||||
|
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
|
||||||
|
- _FadeBurnColor: {r: 1, g: 1, b: 0, a: 1}
|
||||||
|
- _GlowColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _GradBotLeftCol: {r: 0, g: 0, b: 1, a: 1}
|
||||||
|
- _GradBotRightCol: {r: 0, g: 1, b: 0, a: 1}
|
||||||
|
- _GradTopLeftCol: {r: 1, g: 0, b: 0, a: 1}
|
||||||
|
- _GradTopRightCol: {r: 1, g: 1, b: 0, a: 1}
|
||||||
|
- _GreyscaleTintColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _HitEffectColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _HologramStripeColor: {r: 0, g: 1, b: 1, a: 1}
|
||||||
|
- _InnerOutlineColor: {r: 1, g: 0, b: 0, a: 1}
|
||||||
|
- _OutlineColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _OverlayColor: {r: 0.18970275, g: 0.64180213, b: 0.8207547, a: 1}
|
||||||
|
- _ShadowColor: {r: 0, g: 0, b: 0, a: 1}
|
||||||
|
- _ShineColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
m_BuildTextureStacks: []
|
8
Assets/Testable Assets/m_ZibuAIOther.mat.meta
Normal file
8
Assets/Testable Assets/m_ZibuAIOther.mat.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 6d3417edced07c442b9cacb93a0ec3b1
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
294
Assets/Testable Assets/m_ZibuAIRed.mat
Normal file
294
Assets/Testable Assets/m_ZibuAIRed.mat
Normal file
@ -0,0 +1,294 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 8
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: m_ZibuAIRed
|
||||||
|
m_Shader: {fileID: 4800000, guid: a36b7719ff0465b42ab1407d67672c5f, type: 3}
|
||||||
|
m_Parent: {fileID: 0}
|
||||||
|
m_ModifiedSerializedProperties: 0
|
||||||
|
m_ValidKeywords:
|
||||||
|
- GLOWTEX_ON
|
||||||
|
- GLOW_ON
|
||||||
|
- OVERLAY_ON
|
||||||
|
m_InvalidKeywords: []
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_LockedProperties:
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _BumpMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _ColorRampTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 279657edc397ece4b8029c727adf6ddc, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _ColorRampTexGradient:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _ColorSwapTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: a7e7547952ace884e90472bda48da255, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DetailAlbedoMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DetailMask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DetailNormalMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DistortTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 7aad8c583ef292e48b06af0d1f2fab97, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _EmissionMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _FadeBurnTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 677cca399782dea41aedc1d292ecb67d, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _FadeTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 7aad8c583ef292e48b06af0d1f2fab97, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _GlowTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: a7e7547952ace884e90472bda48da255, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _MainTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: a7e7547952ace884e90472bda48da255, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _MetallicGlossMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _OcclusionMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _OutlineDistortTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 7aad8c583ef292e48b06af0d1f2fab97, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _OutlineTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: 74087f6d03f233e4a8a142fa01f9e5cf, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _OverlayTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: a7e7547952ace884e90472bda48da255, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _ParallaxMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _ShineMask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Ints: []
|
||||||
|
m_Floats:
|
||||||
|
- _Alpha: 1
|
||||||
|
- _AlphaCutoffValue: 0.25
|
||||||
|
- _AlphaOutlineBlend: 1
|
||||||
|
- _AlphaOutlineGlow: 5
|
||||||
|
- _AlphaOutlineMinAlpha: 0
|
||||||
|
- _AlphaOutlinePower: 1
|
||||||
|
- _AlphaRoundThreshold: 0.5
|
||||||
|
- _BillboardY: 0
|
||||||
|
- _BlurHD: 0
|
||||||
|
- _BlurIntensity: 10
|
||||||
|
- _Brightness: 0
|
||||||
|
- _BumpScale: 1
|
||||||
|
- _ChromAberrAlpha: 0.4
|
||||||
|
- _ChromAberrAmount: 1
|
||||||
|
- _ClipUvDown: 0
|
||||||
|
- _ClipUvLeft: 0
|
||||||
|
- _ClipUvRight: 0
|
||||||
|
- _ClipUvUp: 0
|
||||||
|
- _ColorChangeLuminosity: 0
|
||||||
|
- _ColorChangeTolerance: 0.25
|
||||||
|
- _ColorChangeTolerance2: 0.25
|
||||||
|
- _ColorChangeTolerance3: 0.25
|
||||||
|
- _ColorMask: 15
|
||||||
|
- _ColorRampBlend: 1
|
||||||
|
- _ColorRampLuminosity: -0.56
|
||||||
|
- _ColorRampOutline: 0
|
||||||
|
- _ColorSwapBlend: 0.892
|
||||||
|
- _ColorSwapBlueLuminosity: 1
|
||||||
|
- _ColorSwapGreenLuminosity: -0.94
|
||||||
|
- _ColorSwapRedLuminosity: 1
|
||||||
|
- _Contrast: 1
|
||||||
|
- _CullingOption: 0
|
||||||
|
- _Cutoff: 0.5
|
||||||
|
- _DetailNormalMapScale: 1
|
||||||
|
- _DistortAmount: 0.5
|
||||||
|
- _DistortTexXSpeed: 5
|
||||||
|
- _DistortTexYSpeed: 5
|
||||||
|
- _DstBlend: 0
|
||||||
|
- _EditorDrawers: 6
|
||||||
|
- _FadeAmount: -0.1
|
||||||
|
- _FadeBurnGlow: 2
|
||||||
|
- _FadeBurnTransition: 0.075
|
||||||
|
- _FadeBurnWidth: 0.025
|
||||||
|
- _FishEyeUvAmount: 0.35
|
||||||
|
- _FlickerAlpha: 0
|
||||||
|
- _FlickerFreq: 0.2
|
||||||
|
- _FlickerPercent: 0.05
|
||||||
|
- _GhostBlend: 1
|
||||||
|
- _GhostColorBoost: 1
|
||||||
|
- _GhostTransparency: 0
|
||||||
|
- _GlitchAmount: 3
|
||||||
|
- _GlitchSize: 1
|
||||||
|
- _GlossMapScale: 1
|
||||||
|
- _Glossiness: 0.4472136
|
||||||
|
- _GlossyReflections: 1
|
||||||
|
- _Glow: 1
|
||||||
|
- _GlowGlobal: 1
|
||||||
|
- _GradBlend: 1
|
||||||
|
- _GradBoostX: 1.2
|
||||||
|
- _GradBoostY: 1.2
|
||||||
|
- _GradIsRadial: 0
|
||||||
|
- _GrassManualAnim: 1
|
||||||
|
- _GrassManualToggle: 0
|
||||||
|
- _GrassRadialBend: 0.1
|
||||||
|
- _GrassSpeed: 2
|
||||||
|
- _GrassWind: 20
|
||||||
|
- _GreyscaleBlend: 1
|
||||||
|
- _GreyscaleLuminosity: -0.19
|
||||||
|
- _GreyscaleOutline: 0
|
||||||
|
- _HandDrawnAmount: 10
|
||||||
|
- _HandDrawnSpeed: 5
|
||||||
|
- _HitEffectBlend: 1
|
||||||
|
- _HitEffectGlow: 5
|
||||||
|
- _HologramBlend: 1
|
||||||
|
- _HologramMaxAlpha: 0.75
|
||||||
|
- _HologramMinAlpha: 0.1
|
||||||
|
- _HologramStripesAmount: 0.1
|
||||||
|
- _HologramStripesSpeed: 4.5
|
||||||
|
- _HologramUnmodAmount: 0
|
||||||
|
- _HsvBright: 1
|
||||||
|
- _HsvSaturation: 1
|
||||||
|
- _HsvShift: 180
|
||||||
|
- _InnerOutlineAlpha: 1
|
||||||
|
- _InnerOutlineGlow: 4
|
||||||
|
- _InnerOutlineThickness: 1
|
||||||
|
- _MaxXUV: 1
|
||||||
|
- _MaxYUV: 1
|
||||||
|
- _Metallic: 0
|
||||||
|
- _MinXUV: 0
|
||||||
|
- _MinYUV: 0
|
||||||
|
- _Mode: 0
|
||||||
|
- _MotionBlurAngle: 0.1
|
||||||
|
- _MotionBlurDist: 1.25
|
||||||
|
- _MyDstMode: 10
|
||||||
|
- _MySrcMode: 5
|
||||||
|
- _NegativeAmount: 0
|
||||||
|
- _OcclusionStrength: 1
|
||||||
|
- _OffsetUvX: 0
|
||||||
|
- _OffsetUvY: 0
|
||||||
|
- _OnlyInnerOutline: 0
|
||||||
|
- _OnlyOutline: 0
|
||||||
|
- _OutlineAlpha: 1
|
||||||
|
- _OutlineDistortAmount: 0.5
|
||||||
|
- _OutlineDistortTexXSpeed: 5
|
||||||
|
- _OutlineDistortTexYSpeed: 5
|
||||||
|
- _OutlineGlow: 1.5
|
||||||
|
- _OutlinePixelWidth: 1
|
||||||
|
- _OutlineTexXSpeed: 10
|
||||||
|
- _OutlineTexYSpeed: 0
|
||||||
|
- _OutlineWidth: 0.004
|
||||||
|
- _OverlayBlend: 1
|
||||||
|
- _OverlayGlow: 5.5
|
||||||
|
- _Parallax: 0.02
|
||||||
|
- _PinchUvAmount: 0.35
|
||||||
|
- _PixelateSize: 32
|
||||||
|
- _PosterizeGamma: 0.75
|
||||||
|
- _PosterizeNumColors: 8
|
||||||
|
- _PosterizeOutline: 0
|
||||||
|
- _RandomSeed: 0
|
||||||
|
- _RectSize: 1
|
||||||
|
- _RotateUvAmount: 0
|
||||||
|
- _RoundWaveSpeed: 2
|
||||||
|
- _RoundWaveStrength: 0.7
|
||||||
|
- _ShadowAlpha: 0.5
|
||||||
|
- _ShadowX: 0.1
|
||||||
|
- _ShadowY: -0.05
|
||||||
|
- _ShakeUvSpeed: 2.5
|
||||||
|
- _ShakeUvX: 1.5
|
||||||
|
- _ShakeUvY: 1
|
||||||
|
- _ShineGlow: 1
|
||||||
|
- _ShineLocation: 0.5
|
||||||
|
- _ShineRotate: 0
|
||||||
|
- _ShineWidth: 0.1
|
||||||
|
- _SmoothnessTextureChannel: 0
|
||||||
|
- _SpecularHighlights: 1
|
||||||
|
- _SrcBlend: 1
|
||||||
|
- _Stencil: 0
|
||||||
|
- _StencilComp: 8
|
||||||
|
- _StencilOp: 0
|
||||||
|
- _StencilReadMask: 255
|
||||||
|
- _StencilWriteMask: 255
|
||||||
|
- _TextureScrollXSpeed: 1
|
||||||
|
- _TextureScrollYSpeed: 0
|
||||||
|
- _TwistUvAmount: 1
|
||||||
|
- _TwistUvPosX: 0.5
|
||||||
|
- _TwistUvPosY: 0.5
|
||||||
|
- _TwistUvRadius: 0.75
|
||||||
|
- _UVSec: 0
|
||||||
|
- _WaveAmount: 7
|
||||||
|
- _WaveSpeed: 10
|
||||||
|
- _WaveStrength: 7.5
|
||||||
|
- _WaveX: 0
|
||||||
|
- _WaveY: 0.5
|
||||||
|
- _ZTestMode: 4
|
||||||
|
- _ZWrite: 1
|
||||||
|
- _ZoomUvAmount: 0.5
|
||||||
|
m_Colors:
|
||||||
|
- _AlphaOutlineColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _Color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _ColorChangeNewCol: {r: 1, g: 1, b: 0, a: 1}
|
||||||
|
- _ColorChangeNewCol2: {r: 1, g: 1, b: 0, a: 1}
|
||||||
|
- _ColorChangeNewCol3: {r: 1, g: 1, b: 0, a: 1}
|
||||||
|
- _ColorChangeTarget: {r: 1, g: 0, b: 0, a: 1}
|
||||||
|
- _ColorChangeTarget2: {r: 1, g: 0, b: 0, a: 1}
|
||||||
|
- _ColorChangeTarget3: {r: 1, g: 0, b: 0, a: 1}
|
||||||
|
- _ColorSwapBlue: {r: 0, g: 0.14847445, b: 1, a: 1}
|
||||||
|
- _ColorSwapGreen: {r: 0, g: 1, b: 0.11084986, a: 1}
|
||||||
|
- _ColorSwapRed: {r: 1, g: 0, b: 0, a: 1}
|
||||||
|
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
|
||||||
|
- _FadeBurnColor: {r: 1, g: 1, b: 0, a: 1}
|
||||||
|
- _GlowColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _GradBotLeftCol: {r: 0, g: 0, b: 1, a: 1}
|
||||||
|
- _GradBotRightCol: {r: 0, g: 1, b: 0, a: 1}
|
||||||
|
- _GradTopLeftCol: {r: 1, g: 0, b: 0, a: 1}
|
||||||
|
- _GradTopRightCol: {r: 1, g: 1, b: 0, a: 1}
|
||||||
|
- _GreyscaleTintColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _HitEffectColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _HologramStripeColor: {r: 0, g: 1, b: 1, a: 1}
|
||||||
|
- _InnerOutlineColor: {r: 1, g: 0, b: 0, a: 1}
|
||||||
|
- _OutlineColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _OverlayColor: {r: 1, g: 0, b: 0, a: 1}
|
||||||
|
- _ShadowColor: {r: 0, g: 0, b: 0, a: 1}
|
||||||
|
- _ShineColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
m_BuildTextureStacks: []
|
8
Assets/Testable Assets/m_ZibuAIRed.mat.meta
Normal file
8
Assets/Testable Assets/m_ZibuAIRed.mat.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 0fe638a6cc4f4554797a511d48516edb
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
8
Assets/ToonSketch.meta
Normal file
8
Assets/ToonSketch.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: c44af18e602fd0c45b788a91c444b490
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
8
Assets/ToonSketch/Demo.meta
Normal file
8
Assets/ToonSketch/Demo.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 99887cf2a0f6a462c8e5df500540dbbd
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
8
Assets/ToonSketch/Demo/Water.meta
Normal file
8
Assets/ToonSketch/Demo/Water.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 69c4213fa5a5faf459e3a4106ed9846a
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
8
Assets/ToonSketch/Demo/Water/Demo Assets.meta
Normal file
8
Assets/ToonSketch/Demo/Water/Demo Assets.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: bcb141c898fd9cb42a581e05e3285ceb
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
8
Assets/ToonSketch/Demo/Water/Demo Assets/Materials.meta
Normal file
8
Assets/ToonSketch/Demo/Water/Demo Assets/Materials.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 5a19e092b3c47fe49a62e6213a2b0d66
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
108
Assets/ToonSketch/Demo/Water/Demo Assets/Materials/Ground.mat
Normal file
108
Assets/ToonSketch/Demo/Water/Demo Assets/Materials/Ground.mat
Normal file
@ -0,0 +1,108 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: Ground
|
||||||
|
m_Shader: {fileID: 4800000, guid: 2a67836bb135c5545803d4aa6da10506, type: 3}
|
||||||
|
m_ShaderKeywords: _TS_GLOSSREFLECT_ON _TS_RIMCOLORING_ON
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _BumpMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DetailAlbedoMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DetailMask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DetailNormalMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _EmissionMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _MainTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: d9e1922d220f75f45ab6bfdcbc18057b, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _MetallicGlossMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _OcclusionMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _ParallaxMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _RampTex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _SpecularTex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _Blend: 0
|
||||||
|
- _Bump: 0
|
||||||
|
- _BumpScale: 1
|
||||||
|
- _Cull: 2
|
||||||
|
- _Cutoff: 0.5
|
||||||
|
- _DetailNormalMapScale: 1
|
||||||
|
- _DstBlend: 0
|
||||||
|
- _GlossMapScale: 1
|
||||||
|
- _Glossiness: 0.5
|
||||||
|
- _GlossyReflections: 1
|
||||||
|
- _IgnoreIndirect: 0
|
||||||
|
- _Metallic: 0
|
||||||
|
- _Mode: 0
|
||||||
|
- _OcclusionStrength: 1
|
||||||
|
- _Parallax: 0.02
|
||||||
|
- _Ramp: 0
|
||||||
|
- _RampCutoff: 0.1
|
||||||
|
- _RampThreshold: 0.5
|
||||||
|
- _RimColoring: 1
|
||||||
|
- _RimIntensity: 1
|
||||||
|
- _RimLighting: 0
|
||||||
|
- _RimMax: 0.8
|
||||||
|
- _RimMin: 0.6
|
||||||
|
- _RimType: 0
|
||||||
|
- _Smoothness: 0.5
|
||||||
|
- _SmoothnessTextureChannel: 0
|
||||||
|
- _SmoothnessType: 0
|
||||||
|
- _Specular: 0
|
||||||
|
- _SpecularCutoff: 0.1
|
||||||
|
- _SpecularHighlights: 1
|
||||||
|
- _SpecularIntensity: 1
|
||||||
|
- _SpecularThreshold: 0.5
|
||||||
|
- _SpecularType: 0
|
||||||
|
- _SrcBlend: 1
|
||||||
|
- _Style: 0
|
||||||
|
- _UVSec: 0
|
||||||
|
- _ZWrite: 1
|
||||||
|
m_Colors:
|
||||||
|
- _Color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
|
||||||
|
- _RimColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _SpecularColor: {r: 1, g: 1, b: 1, a: 1}
|
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 6f71876963ca60a48a04bb9362ad17b6
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
142
Assets/ToonSketch/Demo/Water/Demo Assets/Materials/Rock.mat
Normal file
142
Assets/ToonSketch/Demo/Water/Demo Assets/Materials/Rock.mat
Normal file
@ -0,0 +1,142 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 6
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: Rock
|
||||||
|
m_Shader: {fileID: 4800000, guid: 1f81341f884579349b1675085f1a6ec7, type: 3}
|
||||||
|
m_ShaderKeywords: _TS_GLOSSREFLECT_ON _TS_RIMCOLORING_ON
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: -1
|
||||||
|
stringTagMap: {}
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _BumpMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DetailAlbedoMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DetailMask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DetailNormalMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _EmissionMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _Hatch0:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _Hatch1:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _Hatch2:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _Hatch3:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _Hatch4:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _Hatch5:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _MainTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: b18e1dae64875394eb1a182ee07fdf24, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _MetallicGlossMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _OcclusionMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _ParallaxMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _RampTex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _SpecularTex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Floats:
|
||||||
|
- _Blend: 0
|
||||||
|
- _Bump: 0
|
||||||
|
- _BumpScale: 1
|
||||||
|
- _Cull: 2
|
||||||
|
- _Cutoff: 0.5
|
||||||
|
- _DetailNormalMapScale: 1
|
||||||
|
- _DstBlend: 0
|
||||||
|
- _GlossMapScale: 1
|
||||||
|
- _Glossiness: 0.5
|
||||||
|
- _GlossyReflections: 1
|
||||||
|
- _HatchScale: 10
|
||||||
|
- _HatchShading: 0
|
||||||
|
- _HatchStrength: 1
|
||||||
|
- _HatchThreshold: 0.5
|
||||||
|
- _HatchUVs: 0
|
||||||
|
- _IgnoreIndirect: 0
|
||||||
|
- _Metallic: 0
|
||||||
|
- _Mode: 0
|
||||||
|
- _OcclusionStrength: 1
|
||||||
|
- _OutlineAngle: 90
|
||||||
|
- _OutlineBrightness: 0.5
|
||||||
|
- _OutlineSaturation: 0.5
|
||||||
|
- _OutlineWidth: 5
|
||||||
|
- _Parallax: 0.02
|
||||||
|
- _Ramp: 0
|
||||||
|
- _RampCutoff: 0.1
|
||||||
|
- _RampThreshold: 0.5
|
||||||
|
- _RimColoring: 1
|
||||||
|
- _RimIntensity: 1
|
||||||
|
- _RimLighting: 0
|
||||||
|
- _RimMax: 0.8
|
||||||
|
- _RimMin: 0.6
|
||||||
|
- _RimType: 0
|
||||||
|
- _Smoothness: 0.5
|
||||||
|
- _SmoothnessTextureChannel: 0
|
||||||
|
- _SmoothnessType: 0
|
||||||
|
- _Specular: 0
|
||||||
|
- _SpecularCutoff: 0.1
|
||||||
|
- _SpecularHighlights: 1
|
||||||
|
- _SpecularIntensity: 1
|
||||||
|
- _SpecularThreshold: 0.5
|
||||||
|
- _SpecularType: 0
|
||||||
|
- _SrcBlend: 1
|
||||||
|
- _Style: 0
|
||||||
|
- _UVSec: 0
|
||||||
|
- _ZWrite: 1
|
||||||
|
m_Colors:
|
||||||
|
- _Color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
|
||||||
|
- _OutlineColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _RimColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _SpecularColor: {r: 1, g: 1, b: 1, a: 1}
|
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 9936bc3e57f91ff418f8fbabd0d90d65
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
161
Assets/ToonSketch/Demo/Water/Demo Assets/Materials/Water.mat
Normal file
161
Assets/ToonSketch/Demo/Water/Demo Assets/Materials/Water.mat
Normal file
@ -0,0 +1,161 @@
|
|||||||
|
%YAML 1.1
|
||||||
|
%TAG !u! tag:unity3d.com,2011:
|
||||||
|
--- !u!21 &2100000
|
||||||
|
Material:
|
||||||
|
serializedVersion: 8
|
||||||
|
m_ObjectHideFlags: 0
|
||||||
|
m_CorrespondingSourceObject: {fileID: 0}
|
||||||
|
m_PrefabInstance: {fileID: 0}
|
||||||
|
m_PrefabAsset: {fileID: 0}
|
||||||
|
m_Name: Water
|
||||||
|
m_Shader: {fileID: 4800000, guid: 452df626e52b91642afa91d1a360014b, type: 3}
|
||||||
|
m_Parent: {fileID: 0}
|
||||||
|
m_ModifiedSerializedProperties: 0
|
||||||
|
m_ValidKeywords:
|
||||||
|
- _ALPHABLEND_ON
|
||||||
|
m_InvalidKeywords:
|
||||||
|
- TCP2_DISABLE_WRAPPED_LIGHT
|
||||||
|
- _TS_RIMCOLORING_ON
|
||||||
|
m_LightmapFlags: 4
|
||||||
|
m_EnableInstancingVariants: 0
|
||||||
|
m_DoubleSidedGI: 0
|
||||||
|
m_CustomRenderQueue: 3000
|
||||||
|
stringTagMap:
|
||||||
|
RenderType: Transparent
|
||||||
|
disabledShaderPasses: []
|
||||||
|
m_LockedProperties:
|
||||||
|
m_SavedProperties:
|
||||||
|
serializedVersion: 3
|
||||||
|
m_TexEnvs:
|
||||||
|
- _BumpMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DetailAlbedoMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DetailMask:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _DetailNormalMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _EmissionMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _MainTex:
|
||||||
|
m_Texture: {fileID: 2800000, guid: e70323fd23836774d81ed5a9851c9582, type: 3}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _MetallicGlossMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _OcclusionMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _ParallaxMap:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _Ramp:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _RampTex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
- _SpecularTex:
|
||||||
|
m_Texture: {fileID: 0}
|
||||||
|
m_Scale: {x: 1, y: 1}
|
||||||
|
m_Offset: {x: 0, y: 0}
|
||||||
|
m_Ints: []
|
||||||
|
m_Floats:
|
||||||
|
- _Blend: 0
|
||||||
|
- _Bump: 0
|
||||||
|
- _BumpScale: 1
|
||||||
|
- _Cull: 2
|
||||||
|
- _Cutoff: 0.5
|
||||||
|
- _DetailNormalMapScale: 1
|
||||||
|
- _DstBlend: 10
|
||||||
|
- _FlowWaveFactor: 1
|
||||||
|
- _FoamAmount: 1
|
||||||
|
- _FoamDistance: 10
|
||||||
|
- _FoamDistort: 0.2
|
||||||
|
- _FoamFade: 1
|
||||||
|
- _FoamHardEdge: 0.5
|
||||||
|
- _FoamMaxDepth: 0.8
|
||||||
|
- _FoamMinDepth: 0.2
|
||||||
|
- _FoamSoftNoise: 0.5
|
||||||
|
- _FoamSoftness: 1
|
||||||
|
- _FoamSpeed: 1
|
||||||
|
- _FoamStrength: 1
|
||||||
|
- _FoamTiling: 10
|
||||||
|
- _GlossMapScale: 1
|
||||||
|
- _Glossiness: 0.5
|
||||||
|
- _GlossyReflections: 0
|
||||||
|
- _IgnoreIndirect: 0
|
||||||
|
- _Metallic: 0
|
||||||
|
- _Mode: 0
|
||||||
|
- _OcclusionStrength: 1
|
||||||
|
- _Parallax: 0.02
|
||||||
|
- _Ramp: 0
|
||||||
|
- _RampCutoff: 0.1
|
||||||
|
- _RampSmooth: 0.2
|
||||||
|
- _RampSmoothAdd: 0.75
|
||||||
|
- _RampThreshold: 0.5
|
||||||
|
- _RimColoring: 1
|
||||||
|
- _RimIntensity: 1
|
||||||
|
- _RimLighting: 0
|
||||||
|
- _RimMax: 0.8
|
||||||
|
- _RimMin: 0.6
|
||||||
|
- _RimStrength: 0.5
|
||||||
|
- _RimType: 0
|
||||||
|
- _Smoothness: 0.5
|
||||||
|
- _SmoothnessTextureChannel: 0
|
||||||
|
- _SmoothnessType: 0
|
||||||
|
- _SpecBlend: 1
|
||||||
|
- _SpecSmooth: 1
|
||||||
|
- _Specular: 0
|
||||||
|
- _SpecularCutoff: 0.1
|
||||||
|
- _SpecularHighlights: 1
|
||||||
|
- _SpecularIntensity: 1
|
||||||
|
- _SpecularThreshold: 0.5
|
||||||
|
- _SpecularType: 0
|
||||||
|
- _SrcBlend: 5
|
||||||
|
- _Style: 0
|
||||||
|
- _SurfaceDistort: 0.1
|
||||||
|
- _SurfaceSpeed: 0.5
|
||||||
|
- _SurfaceStrength: 0.2
|
||||||
|
- _SurfaceTiling: 5
|
||||||
|
- _SurfaceUseWorld: 0
|
||||||
|
- _TCP2_DISABLE_WRAPPED_LIGHT: 1
|
||||||
|
- _TCP2_RAMPTEXT: 0
|
||||||
|
- _TCP2_SPEC_TOON: 0
|
||||||
|
- _TCP2_STYLIZED_FRESNEL: 0
|
||||||
|
- _UVSec: 0
|
||||||
|
- _VertexData: 0
|
||||||
|
- _WaterDepthCutoff: 1
|
||||||
|
- _WaveAmount: 0.5
|
||||||
|
- _WaveSpeed: 0.5
|
||||||
|
- _WaveStrength: 0.1
|
||||||
|
- _WaveUseWorld: 0
|
||||||
|
- _ZWrite: 0
|
||||||
|
m_Colors:
|
||||||
|
- _Color: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
|
||||||
|
- _FlowDirection: {r: 0, g: 0, b: 0, a: 0}
|
||||||
|
- _HColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _RimColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _SColor: {r: 0.24999997, g: 0.24999997, b: 0.24999997, a: 1}
|
||||||
|
- _SpecularColor: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _WaterColorDeep: {r: 0.21751513, g: 0.4731608, b: 0.9811321, a: 0.7}
|
||||||
|
- _WaterColorFoam: {r: 1, g: 1, b: 1, a: 1}
|
||||||
|
- _WaterColorShallow: {r: 0.29999998, g: 0.8, b: 0.9, a: 0.7}
|
||||||
|
m_BuildTextureStacks: []
|
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 780c23045a8ef234aa5828a97059e261
|
||||||
|
NativeFormatImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
mainObjectFileID: 2100000
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
8
Assets/ToonSketch/Demo/Water/Demo Assets/Models.meta
Normal file
8
Assets/ToonSketch/Demo/Water/Demo Assets/Models.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: bd94bc6234fee174f8b99376995aae5a
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/ToonSketch/Demo/Water/Demo Assets/Models/Pond.FBX
Normal file
BIN
Assets/ToonSketch/Demo/Water/Demo Assets/Models/Pond.FBX
Normal file
Binary file not shown.
104
Assets/ToonSketch/Demo/Water/Demo Assets/Models/Pond.FBX.meta
Normal file
104
Assets/ToonSketch/Demo/Water/Demo Assets/Models/Pond.FBX.meta
Normal file
@ -0,0 +1,104 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: c7e1539568e92534d9e2c65518dd5fdd
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 23
|
||||||
|
fileIDToRecycleName:
|
||||||
|
100000: //RootNode
|
||||||
|
100002: Shoreline
|
||||||
|
100004: Water
|
||||||
|
400000: //RootNode
|
||||||
|
400002: Shoreline
|
||||||
|
400004: Water
|
||||||
|
2100000: No Name
|
||||||
|
2300000: Shoreline
|
||||||
|
2300002: Water
|
||||||
|
3300000: Shoreline
|
||||||
|
3300002: Water
|
||||||
|
4300000: Shoreline
|
||||||
|
4300002: Water
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
importMaterials: 1
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
motionNodeName:
|
||||||
|
rigImportErrors:
|
||||||
|
rigImportWarnings:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 1
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations: []
|
||||||
|
isReadable: 0
|
||||||
|
meshes:
|
||||||
|
lODScreenPercentages: []
|
||||||
|
globalScale: 1
|
||||||
|
meshCompression: 0
|
||||||
|
addColliders: 0
|
||||||
|
useSRGBMaterialColor: 1
|
||||||
|
importVisibility: 1
|
||||||
|
importBlendShapes: 1
|
||||||
|
importCameras: 1
|
||||||
|
importLights: 1
|
||||||
|
swapUVChannels: 0
|
||||||
|
generateSecondaryUV: 0
|
||||||
|
useFileUnits: 1
|
||||||
|
optimizeMeshForGPU: 1
|
||||||
|
keepQuads: 0
|
||||||
|
weldVertices: 1
|
||||||
|
preserveHierarchy: 0
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
previousCalculatedGlobalScale: 1
|
||||||
|
hasPreviousCalculatedGlobalScale: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
importAnimation: 1
|
||||||
|
copyAvatar: 0
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 2
|
||||||
|
human: []
|
||||||
|
skeleton: []
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 0
|
||||||
|
hasExtraRoot: 0
|
||||||
|
skeletonHasParents: 1
|
||||||
|
lastHumanDescriptionAvatarSource: {instanceID: 0}
|
||||||
|
animationType: 0
|
||||||
|
humanoidOversampling: 1
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/ToonSketch/Demo/Water/Demo Assets/Models/Rock.FBX
Normal file
BIN
Assets/ToonSketch/Demo/Water/Demo Assets/Models/Rock.FBX
Normal file
Binary file not shown.
@ -0,0 +1,97 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 3cba8de496a7bcc48b80545ab4ccf0b3
|
||||||
|
ModelImporter:
|
||||||
|
serializedVersion: 23
|
||||||
|
fileIDToRecycleName:
|
||||||
|
100000: //RootNode
|
||||||
|
400000: //RootNode
|
||||||
|
2100000: No Name
|
||||||
|
2300000: //RootNode
|
||||||
|
3300000: //RootNode
|
||||||
|
4300000: Rock
|
||||||
|
externalObjects: {}
|
||||||
|
materials:
|
||||||
|
importMaterials: 1
|
||||||
|
materialName: 0
|
||||||
|
materialSearch: 1
|
||||||
|
materialLocation: 1
|
||||||
|
animations:
|
||||||
|
legacyGenerateAnimations: 4
|
||||||
|
bakeSimulation: 0
|
||||||
|
resampleCurves: 1
|
||||||
|
optimizeGameObjects: 0
|
||||||
|
motionNodeName:
|
||||||
|
rigImportErrors:
|
||||||
|
rigImportWarnings:
|
||||||
|
animationImportErrors:
|
||||||
|
animationImportWarnings:
|
||||||
|
animationRetargetingWarnings:
|
||||||
|
animationDoRetargetingWarnings: 0
|
||||||
|
importAnimatedCustomProperties: 0
|
||||||
|
importConstraints: 0
|
||||||
|
animationCompression: 1
|
||||||
|
animationRotationError: 0.5
|
||||||
|
animationPositionError: 0.5
|
||||||
|
animationScaleError: 0.5
|
||||||
|
animationWrapMode: 0
|
||||||
|
extraExposedTransformPaths: []
|
||||||
|
extraUserProperties: []
|
||||||
|
clipAnimations: []
|
||||||
|
isReadable: 0
|
||||||
|
meshes:
|
||||||
|
lODScreenPercentages: []
|
||||||
|
globalScale: 1
|
||||||
|
meshCompression: 0
|
||||||
|
addColliders: 0
|
||||||
|
useSRGBMaterialColor: 1
|
||||||
|
importVisibility: 1
|
||||||
|
importBlendShapes: 1
|
||||||
|
importCameras: 1
|
||||||
|
importLights: 1
|
||||||
|
swapUVChannels: 0
|
||||||
|
generateSecondaryUV: 0
|
||||||
|
useFileUnits: 1
|
||||||
|
optimizeMeshForGPU: 1
|
||||||
|
keepQuads: 0
|
||||||
|
weldVertices: 1
|
||||||
|
preserveHierarchy: 0
|
||||||
|
indexFormat: 0
|
||||||
|
secondaryUVAngleDistortion: 8
|
||||||
|
secondaryUVAreaDistortion: 15.000001
|
||||||
|
secondaryUVHardAngle: 88
|
||||||
|
secondaryUVPackMargin: 4
|
||||||
|
useFileScale: 1
|
||||||
|
previousCalculatedGlobalScale: 1
|
||||||
|
hasPreviousCalculatedGlobalScale: 0
|
||||||
|
tangentSpace:
|
||||||
|
normalSmoothAngle: 60
|
||||||
|
normalImportMode: 0
|
||||||
|
tangentImportMode: 3
|
||||||
|
normalCalculationMode: 4
|
||||||
|
legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0
|
||||||
|
blendShapeNormalImportMode: 1
|
||||||
|
normalSmoothingSource: 0
|
||||||
|
importAnimation: 1
|
||||||
|
copyAvatar: 0
|
||||||
|
humanDescription:
|
||||||
|
serializedVersion: 2
|
||||||
|
human: []
|
||||||
|
skeleton: []
|
||||||
|
armTwist: 0.5
|
||||||
|
foreArmTwist: 0.5
|
||||||
|
upperLegTwist: 0.5
|
||||||
|
legTwist: 0.5
|
||||||
|
armStretch: 0.05
|
||||||
|
legStretch: 0.05
|
||||||
|
feetSpacing: 0
|
||||||
|
rootMotionBoneName:
|
||||||
|
hasTranslationDoF: 0
|
||||||
|
hasExtraRoot: 0
|
||||||
|
skeletonHasParents: 1
|
||||||
|
lastHumanDescriptionAvatarSource: {instanceID: 0}
|
||||||
|
animationType: 0
|
||||||
|
humanoidOversampling: 1
|
||||||
|
additionalBone: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
8
Assets/ToonSketch/Demo/Water/Demo Assets/Scripts.meta
Normal file
8
Assets/ToonSketch/Demo/Water/Demo Assets/Scripts.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 0e2cddcd430a6a34889bd9faa0f04e74
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
105
Assets/ToonSketch/Demo/Water/Demo Assets/Scripts/DemoCamera.cs
Normal file
105
Assets/ToonSketch/Demo/Water/Demo Assets/Scripts/DemoCamera.cs
Normal file
@ -0,0 +1,105 @@
|
|||||||
|
using System.Collections;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using UnityEngine;
|
||||||
|
|
||||||
|
namespace ToonSketch.Water.Demo
|
||||||
|
{
|
||||||
|
public class DemoCamera : MonoBehaviour
|
||||||
|
{
|
||||||
|
public Transform target;
|
||||||
|
public Vector3 offset = new Vector3(0f, 0f, 1f);
|
||||||
|
[Range(0f, 1f)]
|
||||||
|
public float startZoom = 0.5f;
|
||||||
|
public float zoomMin = 0.8f;
|
||||||
|
public float zoomMax = 1.5f;
|
||||||
|
public float lookMax = 35f;
|
||||||
|
public float cameraSpeed = 5f;
|
||||||
|
public float lookSpeed = 10f;
|
||||||
|
public float orbitSpeed = 15f;
|
||||||
|
public bool autoOrbit = true;
|
||||||
|
|
||||||
|
[HideInInspector]
|
||||||
|
public float zoom = 0f;
|
||||||
|
[HideInInspector]
|
||||||
|
public float orbit = 0f;
|
||||||
|
[HideInInspector]
|
||||||
|
public float look = 0f;
|
||||||
|
|
||||||
|
private Vector3 targetPosition = Vector3.zero;
|
||||||
|
|
||||||
|
private void Start()
|
||||||
|
{
|
||||||
|
// Set our initial target position and snap to it, also set zoom/orbit/look to defaults
|
||||||
|
SetZoom(startZoom);
|
||||||
|
SetOrbit(0f);
|
||||||
|
SetLook(0f);
|
||||||
|
UpdateTargetPosition();
|
||||||
|
SnapPosition();
|
||||||
|
}
|
||||||
|
|
||||||
|
public void SetZoom(float zoom)
|
||||||
|
{
|
||||||
|
this.zoom = Mathf.Clamp01(zoom);
|
||||||
|
}
|
||||||
|
|
||||||
|
public void SetOrbit(float orbit)
|
||||||
|
{
|
||||||
|
this.orbit = orbit;
|
||||||
|
}
|
||||||
|
|
||||||
|
public void SetLook(float look)
|
||||||
|
{
|
||||||
|
this.look = Mathf.Clamp(look, -lookMax, lookMax);
|
||||||
|
}
|
||||||
|
|
||||||
|
private bool UpdateTargetPosition()
|
||||||
|
{
|
||||||
|
// If we don't have a target then return false
|
||||||
|
if (target == null)
|
||||||
|
return false;
|
||||||
|
|
||||||
|
// Otherwise our base target position is our target's position
|
||||||
|
targetPosition = target.position;
|
||||||
|
// Then we need to work out our offset and zoom
|
||||||
|
targetPosition += Quaternion.Euler(look, orbit, 0f) * new Vector3(offset.x, Mathf.Lerp(0f, offset.y, zoom), offset.z * (Mathf.Lerp(zoomMin, zoomMax, zoom)));
|
||||||
|
|
||||||
|
// Since we updated target position then return true
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void SnapPosition()
|
||||||
|
{
|
||||||
|
// Set our position to the target instantly and update lookat target if we have one
|
||||||
|
transform.position = targetPosition;
|
||||||
|
if (target != null)
|
||||||
|
transform.LookAt(target);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void LateUpdate()
|
||||||
|
{
|
||||||
|
// Grab our inputs and set values
|
||||||
|
float zoomInput = Input.GetAxis("Mouse ScrollWheel");
|
||||||
|
Vector2 moveInput = new Vector2(Input.GetAxis("Mouse X"), Input.GetAxis("Mouse Y"));
|
||||||
|
// Update look
|
||||||
|
if (autoOrbit)
|
||||||
|
SetLook(0f);
|
||||||
|
else
|
||||||
|
SetLook(look + (moveInput.y * lookSpeed));
|
||||||
|
// Update orbit
|
||||||
|
if (autoOrbit)
|
||||||
|
SetOrbit(orbit + (Time.deltaTime * orbitSpeed));
|
||||||
|
else
|
||||||
|
SetOrbit(orbit + (moveInput.x * orbitSpeed));
|
||||||
|
// Update zoom
|
||||||
|
SetZoom(zoom - zoomInput);
|
||||||
|
// Update our target position and handle moving the camera if we need to
|
||||||
|
if (UpdateTargetPosition())
|
||||||
|
{
|
||||||
|
// Update our position based on target
|
||||||
|
transform.position = Vector3.Lerp(transform.position, targetPosition, Time.deltaTime * cameraSpeed);
|
||||||
|
if (target != null)
|
||||||
|
transform.LookAt(target);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,11 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 822cbf151ed56d7439fb086494c64322
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
@ -0,0 +1,71 @@
|
|||||||
|
using System.Collections;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using UnityEngine;
|
||||||
|
|
||||||
|
namespace ToonSketch.Water.Demo
|
||||||
|
{
|
||||||
|
public class DemoOrbit : MonoBehaviour
|
||||||
|
{
|
||||||
|
public Transform target;
|
||||||
|
public Vector3 offset = new Vector3(0f, 0f, 1f);
|
||||||
|
public float moveSpeed = 5f;
|
||||||
|
public float orbitSpeed = 15f;
|
||||||
|
|
||||||
|
[HideInInspector]
|
||||||
|
public float orbit = 0f;
|
||||||
|
|
||||||
|
public bool orbiting = false;
|
||||||
|
|
||||||
|
private Vector3 targetPosition = Vector3.zero;
|
||||||
|
|
||||||
|
private void Start()
|
||||||
|
{
|
||||||
|
SetOrbit(0f);
|
||||||
|
UpdateTargetPosition();
|
||||||
|
SnapPosition();
|
||||||
|
}
|
||||||
|
|
||||||
|
public void SetOrbit(float orbit)
|
||||||
|
{
|
||||||
|
this.orbit = orbit;
|
||||||
|
}
|
||||||
|
|
||||||
|
private bool UpdateTargetPosition()
|
||||||
|
{
|
||||||
|
// If we don't have a target then return false
|
||||||
|
if (target == null)
|
||||||
|
return false;
|
||||||
|
|
||||||
|
// Otherwise our base target position is our target's position
|
||||||
|
targetPosition = target.position;
|
||||||
|
// Then we need to work out our offset
|
||||||
|
targetPosition += Quaternion.Euler(0f, orbit, 0f) * offset;
|
||||||
|
|
||||||
|
// Since we updated target position then return true
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void SnapPosition()
|
||||||
|
{
|
||||||
|
// Set our position to the target instantly and update lookat target if we have one
|
||||||
|
transform.position = targetPosition;
|
||||||
|
if (target != null)
|
||||||
|
transform.LookAt(target);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void LateUpdate()
|
||||||
|
{
|
||||||
|
// Update orbit
|
||||||
|
if (orbiting)
|
||||||
|
SetOrbit(orbit + (Time.deltaTime * orbitSpeed));
|
||||||
|
// Update our target position and handle moving the transform if we need to
|
||||||
|
if (UpdateTargetPosition())
|
||||||
|
{
|
||||||
|
// Update our position based on target
|
||||||
|
transform.position = Vector3.Lerp(transform.position, targetPosition, Time.deltaTime * moveSpeed);
|
||||||
|
if (target != null)
|
||||||
|
transform.LookAt(target);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,11 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: b169402e81601214e84b76b406b599d9
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
128
Assets/ToonSketch/Demo/Water/Demo Assets/Scripts/DemoSystem.cs
Normal file
128
Assets/ToonSketch/Demo/Water/Demo Assets/Scripts/DemoSystem.cs
Normal file
@ -0,0 +1,128 @@
|
|||||||
|
using System.Collections;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using UnityEngine;
|
||||||
|
|
||||||
|
namespace ToonSketch.Water.Demo
|
||||||
|
{
|
||||||
|
public class DemoSystem : MonoBehaviour
|
||||||
|
{
|
||||||
|
public DemoCamera mainCam;
|
||||||
|
public Light directionalLight;
|
||||||
|
public DemoOrbit[] spotLights;
|
||||||
|
public Light pointLight;
|
||||||
|
public bool hideGUI = false;
|
||||||
|
|
||||||
|
private bool directionalLightOn;
|
||||||
|
private bool spotLightsOn;
|
||||||
|
private bool spotLightsOrbit;
|
||||||
|
private bool pointLightOn;
|
||||||
|
|
||||||
|
private void Awake()
|
||||||
|
{
|
||||||
|
SetOrbitCam();
|
||||||
|
SetDirectionalLight(true);
|
||||||
|
SetSpotLights(true);
|
||||||
|
SetSpotLightsOrbit(true);
|
||||||
|
SetPointLight(false);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void SetOrbitCam()
|
||||||
|
{
|
||||||
|
mainCam.gameObject.SetActive(true);
|
||||||
|
mainCam.orbitSpeed = 20f;
|
||||||
|
mainCam.autoOrbit = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void SetStaticCam()
|
||||||
|
{
|
||||||
|
mainCam.gameObject.SetActive(true);
|
||||||
|
mainCam.orbitSpeed = 0f;
|
||||||
|
mainCam.autoOrbit = true;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void SetFreeCam()
|
||||||
|
{
|
||||||
|
mainCam.gameObject.SetActive(true);
|
||||||
|
mainCam.orbitSpeed = 20f;
|
||||||
|
mainCam.autoOrbit = false;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void SetDirectionalLight(bool value)
|
||||||
|
{
|
||||||
|
directionalLightOn = value;
|
||||||
|
directionalLight.gameObject.SetActive(directionalLightOn);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void SetSpotLights(bool value)
|
||||||
|
{
|
||||||
|
spotLightsOn = value;
|
||||||
|
foreach (DemoOrbit light in spotLights)
|
||||||
|
light.gameObject.SetActive(spotLightsOn);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void SetSpotLightsOrbit(bool value)
|
||||||
|
{
|
||||||
|
spotLightsOrbit = value;
|
||||||
|
foreach (DemoOrbit light in spotLights)
|
||||||
|
light.orbiting = spotLightsOrbit;
|
||||||
|
}
|
||||||
|
|
||||||
|
private void SetPointLight(bool value)
|
||||||
|
{
|
||||||
|
pointLightOn = value;
|
||||||
|
pointLight.gameObject.SetActive(pointLightOn);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void OnGUI()
|
||||||
|
{
|
||||||
|
if (hideGUI)
|
||||||
|
return;
|
||||||
|
int width = 200;
|
||||||
|
int x = 10;
|
||||||
|
int y = 10;
|
||||||
|
// Cameras
|
||||||
|
GUI.Box(new Rect(x, y, width, 100), "Camera");
|
||||||
|
x += 10;
|
||||||
|
y += 30;
|
||||||
|
if (GUI.Button(new Rect(x, y, width - 20, 20), "Orbit Cam"))
|
||||||
|
{
|
||||||
|
SetOrbitCam();
|
||||||
|
}
|
||||||
|
y += 20;
|
||||||
|
if (GUI.Button(new Rect(x, y, width - 20, 20), "Static Cam"))
|
||||||
|
{
|
||||||
|
SetStaticCam();
|
||||||
|
}
|
||||||
|
y += 20;
|
||||||
|
if (GUI.Button(new Rect(x, y, width - 20, 20), "Free Cam"))
|
||||||
|
{
|
||||||
|
SetFreeCam();
|
||||||
|
}
|
||||||
|
x -= 10;
|
||||||
|
y += 40;
|
||||||
|
// Lights
|
||||||
|
GUI.Box(new Rect(x, y, width, 120), "Lights");
|
||||||
|
x += 10;
|
||||||
|
y += 30;
|
||||||
|
if (GUI.Button(new Rect(x, y, width - 20, 20), "Toggle Directional Light"))
|
||||||
|
{
|
||||||
|
SetDirectionalLight(!directionalLightOn);
|
||||||
|
}
|
||||||
|
y += 20;
|
||||||
|
if (GUI.Button(new Rect(x, y, width - 20, 20), "Toggle Spotlights"))
|
||||||
|
{
|
||||||
|
SetSpotLights(!spotLightsOn);
|
||||||
|
}
|
||||||
|
y += 20;
|
||||||
|
if (GUI.Button(new Rect(x, y, width - 20, 20), "Toggle Spotlight Orbit"))
|
||||||
|
{
|
||||||
|
SetSpotLightsOrbit(!spotLightsOrbit);
|
||||||
|
}
|
||||||
|
y += 20;
|
||||||
|
if (GUI.Button(new Rect(x, y, width - 20, 20), "Toggle Point Light"))
|
||||||
|
{
|
||||||
|
SetPointLight(!pointLightOn);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,11 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 766056e1d1a58554abdc36b7381e20ff
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
8
Assets/ToonSketch/Demo/Water/Demo Assets/Textures.meta
Normal file
8
Assets/ToonSketch/Demo/Water/Demo Assets/Textures.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 149a3fcd31037914c87d01a509700686
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/ToonSketch/Demo/Water/Demo Assets/Textures/grass.png
Normal file
BIN
Assets/ToonSketch/Demo/Water/Demo Assets/Textures/grass.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 122 KiB |
@ -0,0 +1,90 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: f6e22672ac0d31648ba0cb110c5f0ffd
|
||||||
|
TextureImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 10
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 1
|
||||||
|
sRGBTexture: 1
|
||||||
|
linearTexture: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapsPreserveCoverage: 0
|
||||||
|
alphaTestReferenceValue: 0.5
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
streamingMipmaps: 0
|
||||||
|
streamingMipmapsPriority: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 6
|
||||||
|
cubemapConvolution: 0
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: 1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
filterMode: -1
|
||||||
|
aniso: -1
|
||||||
|
mipBias: -100
|
||||||
|
wrapU: -1
|
||||||
|
wrapV: -1
|
||||||
|
wrapW: -1
|
||||||
|
nPOTScale: 1
|
||||||
|
lightmap: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spriteGenerateFallbackPhysicsShape: 1
|
||||||
|
alphaUsage: 1
|
||||||
|
alphaIsTransparency: 0
|
||||||
|
spriteTessellationDetail: -1
|
||||||
|
textureType: 0
|
||||||
|
textureShape: 1
|
||||||
|
singleChannelComponent: 0
|
||||||
|
maxTextureSizeSet: 0
|
||||||
|
compressionQualitySet: 0
|
||||||
|
textureFormatSet: 0
|
||||||
|
platformSettings:
|
||||||
|
- serializedVersion: 2
|
||||||
|
buildTarget: DefaultTexturePlatform
|
||||||
|
maxTextureSize: 2048
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
spriteSheet:
|
||||||
|
serializedVersion: 2
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
physicsShape: []
|
||||||
|
bones: []
|
||||||
|
spriteID:
|
||||||
|
internalID: 0
|
||||||
|
vertices: []
|
||||||
|
indices:
|
||||||
|
edges: []
|
||||||
|
weights: []
|
||||||
|
secondaryTextures: []
|
||||||
|
spritePackingTag:
|
||||||
|
pSDRemoveMatte: 0
|
||||||
|
pSDShowRemoveMatteOption: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/ToonSketch/Demo/Water/Demo Assets/Textures/mud.png
Normal file
BIN
Assets/ToonSketch/Demo/Water/Demo Assets/Textures/mud.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 114 KiB |
@ -0,0 +1,90 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 7f290ce3b9fad4f498a40780d9897339
|
||||||
|
TextureImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 10
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 1
|
||||||
|
sRGBTexture: 1
|
||||||
|
linearTexture: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapsPreserveCoverage: 0
|
||||||
|
alphaTestReferenceValue: 0.5
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
streamingMipmaps: 0
|
||||||
|
streamingMipmapsPriority: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 6
|
||||||
|
cubemapConvolution: 0
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: 1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
filterMode: -1
|
||||||
|
aniso: -1
|
||||||
|
mipBias: -100
|
||||||
|
wrapU: -1
|
||||||
|
wrapV: -1
|
||||||
|
wrapW: -1
|
||||||
|
nPOTScale: 1
|
||||||
|
lightmap: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spriteGenerateFallbackPhysicsShape: 1
|
||||||
|
alphaUsage: 1
|
||||||
|
alphaIsTransparency: 0
|
||||||
|
spriteTessellationDetail: -1
|
||||||
|
textureType: 0
|
||||||
|
textureShape: 1
|
||||||
|
singleChannelComponent: 0
|
||||||
|
maxTextureSizeSet: 0
|
||||||
|
compressionQualitySet: 0
|
||||||
|
textureFormatSet: 0
|
||||||
|
platformSettings:
|
||||||
|
- serializedVersion: 2
|
||||||
|
buildTarget: DefaultTexturePlatform
|
||||||
|
maxTextureSize: 2048
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
spriteSheet:
|
||||||
|
serializedVersion: 2
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
physicsShape: []
|
||||||
|
bones: []
|
||||||
|
spriteID:
|
||||||
|
internalID: 0
|
||||||
|
vertices: []
|
||||||
|
indices:
|
||||||
|
edges: []
|
||||||
|
weights: []
|
||||||
|
secondaryTextures: []
|
||||||
|
spritePackingTag:
|
||||||
|
pSDRemoveMatte: 0
|
||||||
|
pSDShowRemoveMatteOption: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/ToonSketch/Demo/Water/Demo Assets/Textures/sand.png
Normal file
BIN
Assets/ToonSketch/Demo/Water/Demo Assets/Textures/sand.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 185 KiB |
@ -0,0 +1,90 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: d9e1922d220f75f45ab6bfdcbc18057b
|
||||||
|
TextureImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 10
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 1
|
||||||
|
sRGBTexture: 1
|
||||||
|
linearTexture: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapsPreserveCoverage: 0
|
||||||
|
alphaTestReferenceValue: 0.5
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
streamingMipmaps: 0
|
||||||
|
streamingMipmapsPriority: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 6
|
||||||
|
cubemapConvolution: 0
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: 1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
filterMode: -1
|
||||||
|
aniso: -1
|
||||||
|
mipBias: -100
|
||||||
|
wrapU: -1
|
||||||
|
wrapV: -1
|
||||||
|
wrapW: -1
|
||||||
|
nPOTScale: 1
|
||||||
|
lightmap: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spriteGenerateFallbackPhysicsShape: 1
|
||||||
|
alphaUsage: 1
|
||||||
|
alphaIsTransparency: 0
|
||||||
|
spriteTessellationDetail: -1
|
||||||
|
textureType: 0
|
||||||
|
textureShape: 1
|
||||||
|
singleChannelComponent: 0
|
||||||
|
maxTextureSizeSet: 0
|
||||||
|
compressionQualitySet: 0
|
||||||
|
textureFormatSet: 0
|
||||||
|
platformSettings:
|
||||||
|
- serializedVersion: 2
|
||||||
|
buildTarget: DefaultTexturePlatform
|
||||||
|
maxTextureSize: 2048
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
spriteSheet:
|
||||||
|
serializedVersion: 2
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
physicsShape: []
|
||||||
|
bones: []
|
||||||
|
spriteID:
|
||||||
|
internalID: 0
|
||||||
|
vertices: []
|
||||||
|
indices:
|
||||||
|
edges: []
|
||||||
|
weights: []
|
||||||
|
secondaryTextures: []
|
||||||
|
spritePackingTag:
|
||||||
|
pSDRemoveMatte: 0
|
||||||
|
pSDShowRemoveMatteOption: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/ToonSketch/Demo/Water/Demo Assets/Textures/snow.png
Normal file
BIN
Assets/ToonSketch/Demo/Water/Demo Assets/Textures/snow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 181 KiB |
@ -0,0 +1,90 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 8d7d106503376304ba97941bd5cf861a
|
||||||
|
TextureImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 10
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 1
|
||||||
|
sRGBTexture: 1
|
||||||
|
linearTexture: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapsPreserveCoverage: 0
|
||||||
|
alphaTestReferenceValue: 0.5
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
streamingMipmaps: 0
|
||||||
|
streamingMipmapsPriority: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 6
|
||||||
|
cubemapConvolution: 0
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: 1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
filterMode: -1
|
||||||
|
aniso: -1
|
||||||
|
mipBias: -100
|
||||||
|
wrapU: -1
|
||||||
|
wrapV: -1
|
||||||
|
wrapW: -1
|
||||||
|
nPOTScale: 1
|
||||||
|
lightmap: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spriteGenerateFallbackPhysicsShape: 1
|
||||||
|
alphaUsage: 1
|
||||||
|
alphaIsTransparency: 0
|
||||||
|
spriteTessellationDetail: -1
|
||||||
|
textureType: 0
|
||||||
|
textureShape: 1
|
||||||
|
singleChannelComponent: 0
|
||||||
|
maxTextureSizeSet: 0
|
||||||
|
compressionQualitySet: 0
|
||||||
|
textureFormatSet: 0
|
||||||
|
platformSettings:
|
||||||
|
- serializedVersion: 2
|
||||||
|
buildTarget: DefaultTexturePlatform
|
||||||
|
maxTextureSize: 2048
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
spriteSheet:
|
||||||
|
serializedVersion: 2
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
physicsShape: []
|
||||||
|
bones: []
|
||||||
|
spriteID:
|
||||||
|
internalID: 0
|
||||||
|
vertices: []
|
||||||
|
indices:
|
||||||
|
edges: []
|
||||||
|
weights: []
|
||||||
|
secondaryTextures: []
|
||||||
|
spritePackingTag:
|
||||||
|
pSDRemoveMatte: 0
|
||||||
|
pSDShowRemoveMatteOption: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/ToonSketch/Demo/Water/Demo Assets/Textures/stone.png
Normal file
BIN
Assets/ToonSketch/Demo/Water/Demo Assets/Textures/stone.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 177 KiB |
@ -0,0 +1,90 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: b18e1dae64875394eb1a182ee07fdf24
|
||||||
|
TextureImporter:
|
||||||
|
internalIDToNameTable: []
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 10
|
||||||
|
mipmaps:
|
||||||
|
mipMapMode: 0
|
||||||
|
enableMipMap: 1
|
||||||
|
sRGBTexture: 1
|
||||||
|
linearTexture: 0
|
||||||
|
fadeOut: 0
|
||||||
|
borderMipMap: 0
|
||||||
|
mipMapsPreserveCoverage: 0
|
||||||
|
alphaTestReferenceValue: 0.5
|
||||||
|
mipMapFadeDistanceStart: 1
|
||||||
|
mipMapFadeDistanceEnd: 3
|
||||||
|
bumpmap:
|
||||||
|
convertToNormalMap: 0
|
||||||
|
externalNormalMap: 0
|
||||||
|
heightScale: 0.25
|
||||||
|
normalMapFilter: 0
|
||||||
|
isReadable: 0
|
||||||
|
streamingMipmaps: 0
|
||||||
|
streamingMipmapsPriority: 0
|
||||||
|
grayScaleToAlpha: 0
|
||||||
|
generateCubemap: 6
|
||||||
|
cubemapConvolution: 0
|
||||||
|
seamlessCubemap: 0
|
||||||
|
textureFormat: 1
|
||||||
|
maxTextureSize: 2048
|
||||||
|
textureSettings:
|
||||||
|
serializedVersion: 2
|
||||||
|
filterMode: -1
|
||||||
|
aniso: -1
|
||||||
|
mipBias: -100
|
||||||
|
wrapU: -1
|
||||||
|
wrapV: -1
|
||||||
|
wrapW: -1
|
||||||
|
nPOTScale: 1
|
||||||
|
lightmap: 0
|
||||||
|
compressionQuality: 50
|
||||||
|
spriteMode: 0
|
||||||
|
spriteExtrude: 1
|
||||||
|
spriteMeshType: 1
|
||||||
|
alignment: 0
|
||||||
|
spritePivot: {x: 0.5, y: 0.5}
|
||||||
|
spritePixelsToUnits: 100
|
||||||
|
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
|
||||||
|
spriteGenerateFallbackPhysicsShape: 1
|
||||||
|
alphaUsage: 1
|
||||||
|
alphaIsTransparency: 0
|
||||||
|
spriteTessellationDetail: -1
|
||||||
|
textureType: 0
|
||||||
|
textureShape: 1
|
||||||
|
singleChannelComponent: 0
|
||||||
|
maxTextureSizeSet: 0
|
||||||
|
compressionQualitySet: 0
|
||||||
|
textureFormatSet: 0
|
||||||
|
platformSettings:
|
||||||
|
- serializedVersion: 2
|
||||||
|
buildTarget: DefaultTexturePlatform
|
||||||
|
maxTextureSize: 2048
|
||||||
|
resizeAlgorithm: 0
|
||||||
|
textureFormat: -1
|
||||||
|
textureCompression: 1
|
||||||
|
compressionQuality: 50
|
||||||
|
crunchedCompression: 0
|
||||||
|
allowsAlphaSplitting: 0
|
||||||
|
overridden: 0
|
||||||
|
androidETC2FallbackOverride: 0
|
||||||
|
spriteSheet:
|
||||||
|
serializedVersion: 2
|
||||||
|
sprites: []
|
||||||
|
outline: []
|
||||||
|
physicsShape: []
|
||||||
|
bones: []
|
||||||
|
spriteID:
|
||||||
|
internalID: 0
|
||||||
|
vertices: []
|
||||||
|
indices:
|
||||||
|
edges: []
|
||||||
|
weights: []
|
||||||
|
secondaryTextures: []
|
||||||
|
spritePackingTag:
|
||||||
|
pSDRemoveMatte: 0
|
||||||
|
pSDShowRemoveMatteOption: 0
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
1037
Assets/ToonSketch/Demo/Water/_Demo.unity
Normal file
1037
Assets/ToonSketch/Demo/Water/_Demo.unity
Normal file
File diff suppressed because it is too large
Load Diff
7
Assets/ToonSketch/Demo/Water/_Demo.unity.meta
Normal file
7
Assets/ToonSketch/Demo/Water/_Demo.unity.meta
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 43afc1dc8ad5ac446979ec362016142e
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
8
Assets/ToonSketch/Documentation.meta
Normal file
8
Assets/ToonSketch/Documentation.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: a15c88d44eb9243499f186343f030213
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/ToonSketch/Documentation/ToonSketch Basic_Core.pdf
Normal file
BIN
Assets/ToonSketch/Documentation/ToonSketch Basic_Core.pdf
Normal file
Binary file not shown.
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 0a6015e9a58aa8645b3c0e250ea1bbc3
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
BIN
Assets/ToonSketch/Documentation/ToonSketch Water.pdf
Normal file
BIN
Assets/ToonSketch/Documentation/ToonSketch Water.pdf
Normal file
Binary file not shown.
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: c352193708be3624ea467a44c63bc32b
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
20
Assets/ToonSketch/README.txt
Normal file
20
Assets/ToonSketch/README.txt
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
ToonSketch
|
||||||
|
|
||||||
|
by Ikonoclast.❤ ( http://ikonoclast.love/ )
|
||||||
|
|
||||||
|
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
|
||||||
|
|
||||||
|
ToonSketch is a set of non-photorealistic rendering (NPR) asset packs for use in creating graphical styles
|
||||||
|
inspired by animation, comics, and other artistic mediums.
|
||||||
|
|
||||||
|
|
||||||
|
Documentation::
|
||||||
|
Documentation for the modules installed can be found under "ToonSketch/Documentation"
|
||||||
|
|
||||||
|
|
||||||
|
Demo::
|
||||||
|
There are demo assets for each module installed under "ToonSketch/Demo" and scenes which can be used as examples of how to use the effects.
|
||||||
|
There are also a number of textures included with each module either in the "Textures" folder of either the module or the "Shared" folder such as ramp textures, etc.
|
||||||
|
|
||||||
|
|
||||||
|
Thanks for purchasing ToonSketch~! ❤
|
7
Assets/ToonSketch/README.txt.meta
Normal file
7
Assets/ToonSketch/README.txt.meta
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 5cea265af717845248b1a09a02dc7ec3
|
||||||
|
TextScriptImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
8
Assets/ToonSketch/Shared.meta
Normal file
8
Assets/ToonSketch/Shared.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: ce7dda01bdd62f2489ae8911e3b2b9c6
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
8
Assets/ToonSketch/Shared/Scripts.meta
Normal file
8
Assets/ToonSketch/Shared/Scripts.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 05bf9b69124f4c14aa939665fd9447e2
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
8
Assets/ToonSketch/Shared/Scripts/Editor.meta
Normal file
8
Assets/ToonSketch/Shared/Scripts/Editor.meta
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 7ac8f6b15cb2b69499760ca2fe228e20
|
||||||
|
folderAsset: yes
|
||||||
|
DefaultImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
111
Assets/ToonSketch/Shared/Scripts/Editor/EditorParams.cs
Normal file
111
Assets/ToonSketch/Shared/Scripts/Editor/EditorParams.cs
Normal file
@ -0,0 +1,111 @@
|
|||||||
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using UnityEngine;
|
||||||
|
using UnityEditor;
|
||||||
|
|
||||||
|
namespace ToonSketch.Shared
|
||||||
|
{
|
||||||
|
public class EditorParams
|
||||||
|
{
|
||||||
|
public const string module = "Basic";
|
||||||
|
public const string version = "2.0";
|
||||||
|
|
||||||
|
public enum BlendMode
|
||||||
|
{
|
||||||
|
Opaque,
|
||||||
|
Cutout,
|
||||||
|
Fade,
|
||||||
|
Transparent
|
||||||
|
}
|
||||||
|
|
||||||
|
public enum CullMode
|
||||||
|
{
|
||||||
|
Off,
|
||||||
|
Front,
|
||||||
|
Back
|
||||||
|
}
|
||||||
|
|
||||||
|
public enum StyleMode
|
||||||
|
{
|
||||||
|
Soft,
|
||||||
|
Hard
|
||||||
|
}
|
||||||
|
|
||||||
|
public static class Styles
|
||||||
|
{
|
||||||
|
public static GUIContent blendModeText = new GUIContent("Blend Mode", "Blending mode to use");
|
||||||
|
public static GUIContent cullModeText = new GUIContent("Cull Mode", "Culling mode to use");
|
||||||
|
public static GUIContent styleModeText = new GUIContent("Diffuse Style", "Diffuse lighting type to use");
|
||||||
|
public static GUIContent albedoText = new GUIContent("Albedo", "Albedo (RGB) and Transparency (A)");
|
||||||
|
public static GUIContent alphaCutoffText = new GUIContent("Alpha Cutoff", "Threshold for alpha cutoff");
|
||||||
|
public static GUIContent rampTextureEnableText = new GUIContent("Ramp Texture?", "Enable custom ramp texture?");
|
||||||
|
public static GUIContent rampTextureText = new GUIContent("Ramp", "Ramp (RGB)");
|
||||||
|
public static GUIContent rampThresholdText = new GUIContent("Ramp Threshold", "Ramp threshold");
|
||||||
|
public static GUIContent rampCutoffText = new GUIContent("Ramp Cutoff", "Ramp cutoff");
|
||||||
|
public static GUIContent bumpEnableText = new GUIContent("Bump Mapping?", "Enable bump mapping?");
|
||||||
|
public static GUIContent bumpTextureText = new GUIContent("Bump Texture", "Bump Map (Normal)");
|
||||||
|
public static GUIContent specularEnableText = new GUIContent("Enable Specular Highlights?", "Enable specular highlights?");
|
||||||
|
public static GUIContent specularColorText = new GUIContent("Specular Color", "Specular Color (RGB) and Smoothness (A)");
|
||||||
|
public static GUIContent specularTypeText = new GUIContent("Specular Type", "Specular type");
|
||||||
|
public static GUIContent smoothnessTypeText = new GUIContent("Smoothness Channel", "Smoothness channel");
|
||||||
|
public static GUIContent smoothnessText = new GUIContent("Smoothness", "Smoothness amount");
|
||||||
|
public static GUIContent glossyReflectionsText = new GUIContent("Glossy Reflections?", "Enable glossy reflections?");
|
||||||
|
public static GUIContent specularThresholdText = new GUIContent("Specular Threshold", "Specular threshold");
|
||||||
|
public static GUIContent specularCutoffText = new GUIContent("Specular Cutoff", "Specular cutoff");
|
||||||
|
public static GUIContent specularIntensityText = new GUIContent("Specular Intensity", "Specular intensity");
|
||||||
|
public static GUIContent rimEnableText = new GUIContent("Enable Rim Lighting?", "Enable rim lighting?");
|
||||||
|
public static GUIContent rimColorText = new GUIContent("Rim Color", "Rim Color (RGB)");
|
||||||
|
public static GUIContent rimTypeText = new GUIContent("Rim Type", "Rim type");
|
||||||
|
public static GUIContent rimColoringText = new GUIContent("Rim Uses Material Color?", "Rim uses material color?");
|
||||||
|
public static GUIContent rimCutoffText = new GUIContent("Rim Cutoff", "Rim cutoff");
|
||||||
|
public static GUIContent rimIntensityText = new GUIContent("Rim Intensity", "Rim intensity");
|
||||||
|
public static GUIContent ignoreIndirectText = new GUIContent("Ignore Indirect Lighting?", "Ignore indirect lighting?");
|
||||||
|
public static GUIContent outlineColorText = new GUIContent("Outline Color", "Outline Color (RGB)");
|
||||||
|
public static GUIContent outlineWidthText = new GUIContent("Outline Width", "Outline width");
|
||||||
|
public static GUIContent outlineSaturationText = new GUIContent("Outline Saturation", "Outline saturation");
|
||||||
|
public static GUIContent outlineBrightnessText = new GUIContent("Outline Brightness", "Outline brightness");
|
||||||
|
public static GUIContent outlineAngleText = new GUIContent("Outline Angle Cutoff", "Outline angle cutoff");
|
||||||
|
}
|
||||||
|
|
||||||
|
public class Properties
|
||||||
|
{
|
||||||
|
public MaterialProperty styleMode = null;
|
||||||
|
public MaterialProperty blendMode = null;
|
||||||
|
public MaterialProperty cullMode = null;
|
||||||
|
public MaterialProperty albedoTexture = null;
|
||||||
|
public MaterialProperty albedoColor = null;
|
||||||
|
public MaterialProperty alphaCutoff = null;
|
||||||
|
public MaterialProperty rampTextureEnable = null;
|
||||||
|
public MaterialProperty rampTexture = null;
|
||||||
|
public MaterialProperty rampThreshold = null;
|
||||||
|
public MaterialProperty rampCutoff = null;
|
||||||
|
public MaterialProperty bumpEnable = null;
|
||||||
|
public MaterialProperty bumpTexture = null;
|
||||||
|
public MaterialProperty bumpStrength = null;
|
||||||
|
public MaterialProperty specularEnable = null;
|
||||||
|
public MaterialProperty specularTexture = null;
|
||||||
|
public MaterialProperty specularColor = null;
|
||||||
|
public MaterialProperty specularType = null;
|
||||||
|
public MaterialProperty smoothnessType = null;
|
||||||
|
public MaterialProperty smoothness = null;
|
||||||
|
public MaterialProperty glossyReflections = null;
|
||||||
|
public MaterialProperty specularThreshold = null;
|
||||||
|
public MaterialProperty specularCutoff = null;
|
||||||
|
public MaterialProperty specularIntensity = null;
|
||||||
|
public MaterialProperty rimEnable = null;
|
||||||
|
public MaterialProperty rimColor = null;
|
||||||
|
public MaterialProperty rimType = null;
|
||||||
|
public MaterialProperty rimColoring = null;
|
||||||
|
public MaterialProperty rimMin = null;
|
||||||
|
public MaterialProperty rimMax = null;
|
||||||
|
public MaterialProperty rimIntensity = null;
|
||||||
|
public MaterialProperty ignoreIndirect = null;
|
||||||
|
public MaterialProperty outlineColor = null;
|
||||||
|
public MaterialProperty outlineWidth = null;
|
||||||
|
public MaterialProperty outlineSaturation = null;
|
||||||
|
public MaterialProperty outlineBrightness = null;
|
||||||
|
public MaterialProperty outlineAngle = null;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
11
Assets/ToonSketch/Shared/Scripts/Editor/EditorParams.cs.meta
Normal file
11
Assets/ToonSketch/Shared/Scripts/Editor/EditorParams.cs.meta
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: 420d5d7b121bc504faac45055006839f
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user