commit 88f58ae755aaacecb67a9b37bb0afaaa853216df Author: t0stiman <18124323+t0stiman@users.noreply.github.com> Date: Mon Jan 8 17:28:13 2024 +0100 initial commit diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..583a50f --- /dev/null +++ b/.gitattributes @@ -0,0 +1,87 @@ +## Unity ## + +*.cs diff=csharp text +*.cginc text +*.shader text + +*.mat merge=unityyamlmerge eol=lf +*.anim merge=unityyamlmerge eol=lf +*.unity merge=unityyamlmerge eol=lf +*.prefab merge=unityyamlmerge eol=lf +*.physicsMaterial2D merge=unityyamlmerge eol=lf +*.physicMaterial merge=unityyamlmerge eol=lf +*.asset merge=unityyamlmerge eol=lf +*.meta merge=unityyamlmerge eol=lf +*.controller merge=unityyamlmerge eol=lf + + +## git-lfs ## + +#Image +*.bmp filter=lfs diff=lfs merge=lfs -text +*.exr filter=lfs diff=lfs merge=lfs -text +*.gif filter=lfs diff=lfs merge=lfs -text +*.hdr filter=lfs diff=lfs merge=lfs -text +*.iff filter=lfs diff=lfs merge=lfs -text +*.jpeg filter=lfs diff=lfs merge=lfs -text +*.jpg filter=lfs diff=lfs merge=lfs -text +*.pict filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.psd filter=lfs diff=lfs merge=lfs -text +*.tga filter=lfs diff=lfs merge=lfs -text +*.tif filter=lfs diff=lfs merge=lfs -text +*.tiff filter=lfs diff=lfs merge=lfs -text + +#Audio +*.aif filter=lfs diff=lfs merge=lfs -text +*.aiff filter=lfs diff=lfs merge=lfs -text +*.it filter=lfs diff=lfs merge=lfs -text +*.mod filter=lfs diff=lfs merge=lfs -text +*.mp3 filter=lfs diff=lfs merge=lfs -text +*.ogg filter=lfs diff=lfs merge=lfs -text +*.s3m filter=lfs diff=lfs merge=lfs -text +*.wav filter=lfs diff=lfs merge=lfs -text +*.xm filter=lfs diff=lfs merge=lfs -text + +#Video +*.mp4 filter=lfs diff=lfs merge=lfs -text +*.mov filter=lfs diff=lfs merge=lfs -text + +#3D Object +*.3dm filter=lfs diff=lfs merge=lfs -text +*.3ds filter=lfs diff=lfs merge=lfs -text +*.blend filter=lfs diff=lfs merge=lfs -text +*.c4d filter=lfs diff=lfs merge=lfs -text +*.collada filter=lfs diff=lfs merge=lfs -text +*.dae filter=lfs diff=lfs merge=lfs -text +*.dxf filter=lfs diff=lfs merge=lfs -text +*.fbx filter=lfs diff=lfs merge=lfs -text +*.jas filter=lfs diff=lfs merge=lfs -text +*.lws filter=lfs diff=lfs merge=lfs -text +*.lxo filter=lfs diff=lfs merge=lfs -text +*.ma filter=lfs diff=lfs merge=lfs -text +*.max filter=lfs diff=lfs merge=lfs -text +*.mb filter=lfs diff=lfs merge=lfs -text +*.obj filter=lfs diff=lfs merge=lfs -text +*.ply filter=lfs diff=lfs merge=lfs -text +*.skp filter=lfs diff=lfs merge=lfs -text +*.stl filter=lfs diff=lfs merge=lfs -text +*.ztl filter=lfs diff=lfs merge=lfs -text + +# Fonts +*.otf filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text + +#ETC +*.a filter=lfs diff=lfs merge=lfs -text +*.exr filter=lfs diff=lfs merge=lfs -text +*.tga filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.dll filter=lfs diff=lfs merge=lfs -text +*.unitypackage filter=lfs diff=lfs merge=lfs -text +*.aif filter=lfs diff=lfs merge=lfs -text +*.rns filter=lfs diff=lfs merge=lfs -text +*.reason filter=lfs diff=lfs merge=lfs -text +*.lxo filter=lfs diff=lfs merge=lfs -text +*.bundle filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e668380 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.manifest +*.zip +items/items +items/crewmatebundle \ No newline at end of file diff --git a/ItemBundleBuilder/.gitignore b/ItemBundleBuilder/.gitignore new file mode 100644 index 0000000..b955697 --- /dev/null +++ b/ItemBundleBuilder/.gitignore @@ -0,0 +1,74 @@ +# This .gitignore file should be placed at the root of your Unity project directory +# +# Get latest from https://github.com/github/gitignore/blob/main/Unity.gitignore +# +/[Ll]ibrary/ +/[Tt]emp/ +/[Oo]bj/ +/[Bb]uild/ +/[Bb]uilds/ +/[Ll]ogs/ +/[Uu]ser[Ss]ettings/ + +# MemoryCaptures can get excessive in size. +# They also could contain extremely sensitive data +/[Mm]emoryCaptures/ + +# Recordings can get excessive in size +/[Rr]ecordings/ + +# Uncomment this line if you wish to ignore the asset store tools plugin +# /[Aa]ssets/AssetStoreTools* + +# Autogenerated Jetbrains Rider plugin +/[Aa]ssets/Plugins/Editor/JetBrains* + +# Visual Studio cache directory +.vs/ + +# Gradle cache directory +.gradle/ + +# Autogenerated VS/MD/Consulo solution and project files +ExportedObj/ +.consulo/ +*.csproj +*.unityproj +*.sln +*.suo +*.tmp +*.user +*.userprefs +*.pidb +*.booproj +*.svd +*.pdb +*.mdb +*.opendb +*.VC.db + +# Unity3D generated meta files +*.pidb.meta +*.pdb.meta +*.mdb.meta + +# Unity3D generated file on crash reports +sysinfo.txt + +# Builds +*.apk +*.aab +*.unitypackage +*.app + +# Crashlytics generated file +crashlytics-build.properties + +# Packed Addressables +/[Aa]ssets/[Aa]ddressable[Aa]ssets[Dd]ata/*/*.bin* + +# Temporary auto-generated Android Assets +/[Aa]ssets/[Ss]treamingAssets/aa.meta +/[Aa]ssets/[Ss]treamingAssets/aa/* + +.idea \ No newline at end of file diff --git a/ItemBundleBuilder/Assets/DontBuildThis.meta b/ItemBundleBuilder/Assets/DontBuildThis.meta new file mode 100644 index 0000000..f8c3953 --- /dev/null +++ b/ItemBundleBuilder/Assets/DontBuildThis.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e463f34c8ffc76d4185b6ce7b5a69467 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/DontBuildThis/SampleScene.unity b/ItemBundleBuilder/Assets/DontBuildThis/SampleScene.unity new file mode 100644 index 0000000..0ea7c48 --- /dev/null +++ b/ItemBundleBuilder/Assets/DontBuildThis/SampleScene.unity @@ -0,0 +1,1447 @@ +%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: 10304, guid: 0000000000000000f000000000000000, type: 0} + m_HaloStrength: 0.5 + m_FlareStrength: 1 + m_FlareFadeSpeed: 3 + m_HaloTexture: {fileID: 0} + m_SpotCookie: {fileID: 10001, guid: 0000000000000000e000000000000000, type: 0} + m_DefaultReflectionMode: 0 + m_DefaultReflectionResolution: 128 + m_ReflectionBounces: 1 + m_ReflectionIntensity: 1 + m_CustomReflection: {fileID: 0} + m_Sun: {fileID: 0} + m_IndirectSpecularColor: {r: 0.18028401, g: 0.22571425, b: 0.30692324, a: 1} + m_UseRadianceAmbientProbe: 0 +--- !u!157 &3 +LightmapSettings: + m_ObjectHideFlags: 0 + serializedVersion: 11 + 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_UseShadowmask: 1 +--- !u!196 &4 +NavMeshSettings: + serializedVersion: 2 + m_ObjectHideFlags: 0 + m_BuildSettings: + serializedVersion: 2 + agentTypeID: 0 + agentRadius: 0.5 + agentHeight: 2 + agentSlope: 45 + agentClimb: 0.4 + ledgeDropHeight: 0 + maxJumpAcrossDistance: 0 + minRegionArea: 2 + manualCellSize: 0 + cellSize: 0.16666667 + manualTileSize: 0 + tileSize: 256 + accuratePlacement: 0 + debug: + m_Flags: 0 + m_NavMeshData: {fileID: 0} +--- !u!1001 &589942915 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_RootOrder + value: 6 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.00000006854534 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.000000021457671 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.000000019073486 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5752847980240176282, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_Name + value: black Variant + objectReference: {fileID: 0} + - target: {fileID: 5752847980240176282, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 679a0777b4530544988e6813803fefe7, type: 3} +--- !u!1 &645718677 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 645718681} + - component: {fileID: 645718680} + - component: {fileID: 645718679} + - component: {fileID: 645718678} + m_Layer: 0 + m_Name: QuadForScale + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!64 &645718678 +MeshCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 645718677} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 4 + m_Convex: 0 + m_CookingOptions: 30 + m_Mesh: {fileID: 10210, guid: 0000000000000000e000000000000000, type: 0} +--- !u!23 &645718679 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 645718677} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 10303, guid: 0000000000000000f000000000000000, type: 0} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 +--- !u!33 &645718680 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 645718677} + m_Mesh: {fileID: 10210, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &645718681 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 645718677} + m_LocalRotation: {x: 0.7071068, y: 0, z: 0, w: 0.7071068} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 4 + m_LocalEulerAnglesHint: {x: 90, y: 0, z: 0} +--- !u!1001 &664098848 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 7297610671386748541, guid: 6ae9f5208364f9744b63bd02565be1f8, + type: 3} + propertyPath: m_RootOrder + value: 10 + objectReference: {fileID: 0} + - target: {fileID: 7297610671386748541, guid: 6ae9f5208364f9744b63bd02565be1f8, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.00000006854534 + objectReference: {fileID: 0} + - target: {fileID: 7297610671386748541, guid: 6ae9f5208364f9744b63bd02565be1f8, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.000000021457671 + objectReference: {fileID: 0} + - target: {fileID: 7297610671386748541, guid: 6ae9f5208364f9744b63bd02565be1f8, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.000000019073486 + objectReference: {fileID: 0} + - target: {fileID: 7297610671386748541, guid: 6ae9f5208364f9744b63bd02565be1f8, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 7297610671386748541, guid: 6ae9f5208364f9744b63bd02565be1f8, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7297610671386748541, guid: 6ae9f5208364f9744b63bd02565be1f8, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7297610671386748541, guid: 6ae9f5208364f9744b63bd02565be1f8, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7297610671386748541, guid: 6ae9f5208364f9744b63bd02565be1f8, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7297610671386748541, guid: 6ae9f5208364f9744b63bd02565be1f8, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7297610671386748541, guid: 6ae9f5208364f9744b63bd02565be1f8, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7930138079689129159, guid: 6ae9f5208364f9744b63bd02565be1f8, + type: 3} + propertyPath: m_Name + value: green Variant + objectReference: {fileID: 0} + - target: {fileID: 7930138079689129159, guid: 6ae9f5208364f9744b63bd02565be1f8, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 6ae9f5208364f9744b63bd02565be1f8, type: 3} +--- !u!1001 &694009131 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 6130411782703284214, guid: faaf387d9518bdc4aa05094bd9f95d8a, + type: 3} + propertyPath: m_Name + value: purple Variant + objectReference: {fileID: 0} + - target: {fileID: 6130411782703284214, guid: faaf387d9518bdc4aa05094bd9f95d8a, + type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6798264613224162636, guid: faaf387d9518bdc4aa05094bd9f95d8a, + type: 3} + propertyPath: m_RootOrder + value: 14 + objectReference: {fileID: 0} + - target: {fileID: 6798264613224162636, guid: faaf387d9518bdc4aa05094bd9f95d8a, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.00000006854534 + objectReference: {fileID: 0} + - target: {fileID: 6798264613224162636, guid: faaf387d9518bdc4aa05094bd9f95d8a, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.000000021457671 + objectReference: {fileID: 0} + - target: {fileID: 6798264613224162636, guid: faaf387d9518bdc4aa05094bd9f95d8a, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.000000019073486 + objectReference: {fileID: 0} + - target: {fileID: 6798264613224162636, guid: faaf387d9518bdc4aa05094bd9f95d8a, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6798264613224162636, guid: faaf387d9518bdc4aa05094bd9f95d8a, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6798264613224162636, guid: faaf387d9518bdc4aa05094bd9f95d8a, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6798264613224162636, guid: faaf387d9518bdc4aa05094bd9f95d8a, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6798264613224162636, guid: faaf387d9518bdc4aa05094bd9f95d8a, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6798264613224162636, guid: faaf387d9518bdc4aa05094bd9f95d8a, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6798264613224162636, guid: faaf387d9518bdc4aa05094bd9f95d8a, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: faaf387d9518bdc4aa05094bd9f95d8a, type: 3} +--- !u!1001 &718899839 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 3956486966373856541, guid: 8b4ba93fd54568e4bae9fac570a46e65, + type: 3} + propertyPath: m_RootOrder + value: 5 + objectReference: {fileID: 0} + - target: {fileID: 3956486966373856541, guid: 8b4ba93fd54568e4bae9fac570a46e65, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.00000006854534 + objectReference: {fileID: 0} + - target: {fileID: 3956486966373856541, guid: 8b4ba93fd54568e4bae9fac570a46e65, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.000000021457671 + objectReference: {fileID: 0} + - target: {fileID: 3956486966373856541, guid: 8b4ba93fd54568e4bae9fac570a46e65, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.000000019073486 + objectReference: {fileID: 0} + - target: {fileID: 3956486966373856541, guid: 8b4ba93fd54568e4bae9fac570a46e65, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3956486966373856541, guid: 8b4ba93fd54568e4bae9fac570a46e65, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3956486966373856541, guid: 8b4ba93fd54568e4bae9fac570a46e65, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3956486966373856541, guid: 8b4ba93fd54568e4bae9fac570a46e65, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3956486966373856541, guid: 8b4ba93fd54568e4bae9fac570a46e65, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3956486966373856541, guid: 8b4ba93fd54568e4bae9fac570a46e65, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3956486966373856541, guid: 8b4ba93fd54568e4bae9fac570a46e65, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4441555570932936615, guid: 8b4ba93fd54568e4bae9fac570a46e65, + type: 3} + propertyPath: m_Name + value: red + objectReference: {fileID: 0} + - target: {fileID: 4441555570932936615, guid: 8b4ba93fd54568e4bae9fac570a46e65, + type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 8b4ba93fd54568e4bae9fac570a46e65, type: 3} +--- !u!1001 &880618794 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 5031540360531149700, guid: 1dd39e7b749c22c448c96fd46a6b8747, + type: 3} + propertyPath: m_Name + value: orange Variant + objectReference: {fileID: 0} + - target: {fileID: 5031540360531149700, guid: 1dd39e7b749c22c448c96fd46a6b8747, + type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5663364355651033406, guid: 1dd39e7b749c22c448c96fd46a6b8747, + type: 3} + propertyPath: m_RootOrder + value: 12 + objectReference: {fileID: 0} + - target: {fileID: 5663364355651033406, guid: 1dd39e7b749c22c448c96fd46a6b8747, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.00000006854534 + objectReference: {fileID: 0} + - target: {fileID: 5663364355651033406, guid: 1dd39e7b749c22c448c96fd46a6b8747, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.000000021457671 + objectReference: {fileID: 0} + - target: {fileID: 5663364355651033406, guid: 1dd39e7b749c22c448c96fd46a6b8747, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.000000019073486 + objectReference: {fileID: 0} + - target: {fileID: 5663364355651033406, guid: 1dd39e7b749c22c448c96fd46a6b8747, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 5663364355651033406, guid: 1dd39e7b749c22c448c96fd46a6b8747, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5663364355651033406, guid: 1dd39e7b749c22c448c96fd46a6b8747, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5663364355651033406, guid: 1dd39e7b749c22c448c96fd46a6b8747, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5663364355651033406, guid: 1dd39e7b749c22c448c96fd46a6b8747, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5663364355651033406, guid: 1dd39e7b749c22c448c96fd46a6b8747, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5663364355651033406, guid: 1dd39e7b749c22c448c96fd46a6b8747, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 1dd39e7b749c22c448c96fd46a6b8747, type: 3} +--- !u!1001 &917474489 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2596182193820789852, guid: 978e7bc174c85874ab3ed4e89e27948e, + type: 3} + propertyPath: m_RootOrder + value: 13 + objectReference: {fileID: 0} + - target: {fileID: 2596182193820789852, guid: 978e7bc174c85874ab3ed4e89e27948e, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.00000006854534 + objectReference: {fileID: 0} + - target: {fileID: 2596182193820789852, guid: 978e7bc174c85874ab3ed4e89e27948e, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.000000021457671 + objectReference: {fileID: 0} + - target: {fileID: 2596182193820789852, guid: 978e7bc174c85874ab3ed4e89e27948e, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.000000019073486 + objectReference: {fileID: 0} + - target: {fileID: 2596182193820789852, guid: 978e7bc174c85874ab3ed4e89e27948e, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2596182193820789852, guid: 978e7bc174c85874ab3ed4e89e27948e, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2596182193820789852, guid: 978e7bc174c85874ab3ed4e89e27948e, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2596182193820789852, guid: 978e7bc174c85874ab3ed4e89e27948e, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2596182193820789852, guid: 978e7bc174c85874ab3ed4e89e27948e, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2596182193820789852, guid: 978e7bc174c85874ab3ed4e89e27948e, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2596182193820789852, guid: 978e7bc174c85874ab3ed4e89e27948e, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3408289644235831014, guid: 978e7bc174c85874ab3ed4e89e27948e, + type: 3} + propertyPath: m_Name + value: pink Variant + objectReference: {fileID: 0} + - target: {fileID: 3408289644235831014, guid: 978e7bc174c85874ab3ed4e89e27948e, + type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 978e7bc174c85874ab3ed4e89e27948e, type: 3} +--- !u!1001 &973483731 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 5772291038098681466, guid: 652bb04282bb6cd45b881641d8b807be, + type: 3} + propertyPath: m_Name + value: white Variant + objectReference: {fileID: 0} + - target: {fileID: 5772291038098681466, guid: 652bb04282bb6cd45b881641d8b807be, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6579931341100070080, guid: 652bb04282bb6cd45b881641d8b807be, + type: 3} + propertyPath: m_RootOrder + value: 15 + objectReference: {fileID: 0} + - target: {fileID: 6579931341100070080, guid: 652bb04282bb6cd45b881641d8b807be, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.00000006854534 + objectReference: {fileID: 0} + - target: {fileID: 6579931341100070080, guid: 652bb04282bb6cd45b881641d8b807be, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.000000021457671 + objectReference: {fileID: 0} + - target: {fileID: 6579931341100070080, guid: 652bb04282bb6cd45b881641d8b807be, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.000000019073486 + objectReference: {fileID: 0} + - target: {fileID: 6579931341100070080, guid: 652bb04282bb6cd45b881641d8b807be, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6579931341100070080, guid: 652bb04282bb6cd45b881641d8b807be, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6579931341100070080, guid: 652bb04282bb6cd45b881641d8b807be, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6579931341100070080, guid: 652bb04282bb6cd45b881641d8b807be, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6579931341100070080, guid: 652bb04282bb6cd45b881641d8b807be, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6579931341100070080, guid: 652bb04282bb6cd45b881641d8b807be, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6579931341100070080, guid: 652bb04282bb6cd45b881641d8b807be, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 652bb04282bb6cd45b881641d8b807be, type: 3} +--- !u!1 &1013390215 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1013390219} + - component: {fileID: 1013390218} + - component: {fileID: 1013390217} + - component: {fileID: 1013390216} + m_Layer: 0 + m_Name: CubeForScale + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 0 +--- !u!65 &1013390216 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1013390215} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 1, y: 1, z: 1} + m_Center: {x: 0, y: 0, z: 0} +--- !u!23 &1013390217 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1013390215} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: becceaf52a72b6d4eb2412c1e22ee29f, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 +--- !u!33 &1013390218 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1013390215} + m_Mesh: {fileID: 10202, guid: 0000000000000000e000000000000000, type: 0} +--- !u!4 &1013390219 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1013390215} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: -0.929, y: 0.5, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 3 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!1 &1217391111 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1217391113} + - component: {fileID: 1217391112} + m_Layer: 0 + m_Name: Directional Light + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!108 &1217391112 +Light: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1217391111} + m_Enabled: 1 + serializedVersion: 10 + m_Type: 1 + m_Shape: 0 + m_Color: {r: 1, g: 0.95686275, b: 0.8392157, a: 1} + m_Intensity: 1 + m_Range: 10 + m_SpotAngle: 30 + m_InnerSpotAngle: 21.80208 + m_CookieSize: 10 + m_Shadows: + m_Type: 2 + m_Resolution: -1 + m_CustomResolution: -1 + m_Strength: 1 + m_Bias: 0.05 + m_NormalBias: 0.4 + m_NearPlane: 0.2 + m_CullingMatrixOverride: + e00: 1 + e01: 0 + e02: 0 + e03: 0 + e10: 0 + e11: 1 + e12: 0 + e13: 0 + e20: 0 + e21: 0 + e22: 1 + e23: 0 + e30: 0 + e31: 0 + e32: 0 + e33: 1 + m_UseCullingMatrixOverride: 0 + m_Cookie: {fileID: 0} + m_DrawHalo: 0 + m_Flare: {fileID: 0} + m_RenderMode: 0 + m_CullingMask: + serializedVersion: 2 + m_Bits: 4294967295 + m_RenderingLayerMask: 1 + m_Lightmapping: 4 + m_LightShadowCasterMode: 0 + m_AreaSize: {x: 1, y: 1} + m_BounceIntensity: 1 + m_ColorTemperature: 6570 + m_UseColorTemperature: 0 + m_BoundingSphereOverride: {x: 0, y: 0, z: 0, w: 0} + m_UseBoundingSphereOverride: 0 + m_ShadowRadius: 0 + m_ShadowAngle: 0 +--- !u!4 &1217391113 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1217391111} + m_LocalRotation: {x: 0, y: 0.9063079, z: -0.42261827, w: 0} + m_LocalPosition: {x: 0, y: 17.174, z: 11.5} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 50, y: 180, z: 0} +--- !u!1001 &1497790000 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2413440220699234868, guid: 051f616845c6d96489249f0dbe8ddd7b, + type: 3} + propertyPath: m_Name + value: yellow Variant + objectReference: {fileID: 0} + - target: {fileID: 2413440220699234868, guid: 051f616845c6d96489249f0dbe8ddd7b, + type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3041499527276873870, guid: 051f616845c6d96489249f0dbe8ddd7b, + type: 3} + propertyPath: m_RootOrder + value: 16 + objectReference: {fileID: 0} + - target: {fileID: 3041499527276873870, guid: 051f616845c6d96489249f0dbe8ddd7b, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.00000006854534 + objectReference: {fileID: 0} + - target: {fileID: 3041499527276873870, guid: 051f616845c6d96489249f0dbe8ddd7b, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.000000021457671 + objectReference: {fileID: 0} + - target: {fileID: 3041499527276873870, guid: 051f616845c6d96489249f0dbe8ddd7b, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.000000019073486 + objectReference: {fileID: 0} + - target: {fileID: 3041499527276873870, guid: 051f616845c6d96489249f0dbe8ddd7b, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3041499527276873870, guid: 051f616845c6d96489249f0dbe8ddd7b, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3041499527276873870, guid: 051f616845c6d96489249f0dbe8ddd7b, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3041499527276873870, guid: 051f616845c6d96489249f0dbe8ddd7b, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3041499527276873870, guid: 051f616845c6d96489249f0dbe8ddd7b, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3041499527276873870, guid: 051f616845c6d96489249f0dbe8ddd7b, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3041499527276873870, guid: 051f616845c6d96489249f0dbe8ddd7b, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 051f616845c6d96489249f0dbe8ddd7b, type: 3} +--- !u!1 &1595866877 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1595866880} + - component: {fileID: 1595866879} + - component: {fileID: 1595866878} + m_Layer: 0 + m_Name: Camera + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!81 &1595866878 +AudioListener: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1595866877} + m_Enabled: 1 +--- !u!20 &1595866879 +Camera: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1595866877} + m_Enabled: 1 + serializedVersion: 2 + m_ClearFlags: 2 + m_BackGroundColor: {r: 0, g: 1, b: 0.086282015, 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: 32.4 + orthographic: 0 + orthographic size: 5 + m_Depth: 0 + 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 &1595866880 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1595866877} + m_LocalRotation: {x: 0, y: 1, z: 0, w: 0} + m_LocalPosition: {x: 0, y: 0.25, z: 1.116} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 2 + m_LocalEulerAnglesHint: {x: 0, y: 180, z: 0} +--- !u!1001 &1633546808 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 6259025075307707419, guid: bde0b254787bb6846844c2ff1d2fa917, + type: 3} + propertyPath: m_RootOrder + value: 11 + objectReference: {fileID: 0} + - target: {fileID: 6259025075307707419, guid: bde0b254787bb6846844c2ff1d2fa917, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.00000006854534 + objectReference: {fileID: 0} + - target: {fileID: 6259025075307707419, guid: bde0b254787bb6846844c2ff1d2fa917, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.000000021457671 + objectReference: {fileID: 0} + - target: {fileID: 6259025075307707419, guid: bde0b254787bb6846844c2ff1d2fa917, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.000000019073486 + objectReference: {fileID: 0} + - target: {fileID: 6259025075307707419, guid: bde0b254787bb6846844c2ff1d2fa917, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6259025075307707419, guid: bde0b254787bb6846844c2ff1d2fa917, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6259025075307707419, guid: bde0b254787bb6846844c2ff1d2fa917, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6259025075307707419, guid: bde0b254787bb6846844c2ff1d2fa917, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6259025075307707419, guid: bde0b254787bb6846844c2ff1d2fa917, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6259025075307707419, guid: bde0b254787bb6846844c2ff1d2fa917, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6259025075307707419, guid: bde0b254787bb6846844c2ff1d2fa917, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 6743954111127496353, guid: bde0b254787bb6846844c2ff1d2fa917, + type: 3} + propertyPath: m_Name + value: lime Variant + objectReference: {fileID: 0} + - target: {fileID: 6743954111127496353, guid: bde0b254787bb6846844c2ff1d2fa917, + type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: bde0b254787bb6846844c2ff1d2fa917, type: 3} +--- !u!1001 &1713665487 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 7181437451197447229, guid: 3f19a8d6110c1e9498888e26efdd55f1, + type: 3} + propertyPath: m_Name + value: blue Variant + objectReference: {fileID: 0} + - target: {fileID: 7181437451197447229, guid: 3f19a8d6110c1e9498888e26efdd55f1, + type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7557682274586535559, guid: 3f19a8d6110c1e9498888e26efdd55f1, + type: 3} + propertyPath: m_RootOrder + value: 7 + objectReference: {fileID: 0} + - target: {fileID: 7557682274586535559, guid: 3f19a8d6110c1e9498888e26efdd55f1, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.00000006854534 + objectReference: {fileID: 0} + - target: {fileID: 7557682274586535559, guid: 3f19a8d6110c1e9498888e26efdd55f1, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.000000021457671 + objectReference: {fileID: 0} + - target: {fileID: 7557682274586535559, guid: 3f19a8d6110c1e9498888e26efdd55f1, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.000000019073486 + objectReference: {fileID: 0} + - target: {fileID: 7557682274586535559, guid: 3f19a8d6110c1e9498888e26efdd55f1, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 7557682274586535559, guid: 3f19a8d6110c1e9498888e26efdd55f1, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7557682274586535559, guid: 3f19a8d6110c1e9498888e26efdd55f1, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7557682274586535559, guid: 3f19a8d6110c1e9498888e26efdd55f1, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7557682274586535559, guid: 3f19a8d6110c1e9498888e26efdd55f1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7557682274586535559, guid: 3f19a8d6110c1e9498888e26efdd55f1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 7557682274586535559, guid: 3f19a8d6110c1e9498888e26efdd55f1, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 3f19a8d6110c1e9498888e26efdd55f1, type: 3} +--- !u!1001 &1762076551 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2505049361083167693, guid: 47741849f79e0b3459618175dd0dbdb4, + type: 3} + propertyPath: m_Name + value: cyan Variant + objectReference: {fileID: 0} + - target: {fileID: 2505049361083167693, guid: 47741849f79e0b3459618175dd0dbdb4, + type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2992758173038684535, guid: 47741849f79e0b3459618175dd0dbdb4, + type: 3} + propertyPath: m_RootOrder + value: 9 + objectReference: {fileID: 0} + - target: {fileID: 2992758173038684535, guid: 47741849f79e0b3459618175dd0dbdb4, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.00000006854534 + objectReference: {fileID: 0} + - target: {fileID: 2992758173038684535, guid: 47741849f79e0b3459618175dd0dbdb4, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.000000021457671 + objectReference: {fileID: 0} + - target: {fileID: 2992758173038684535, guid: 47741849f79e0b3459618175dd0dbdb4, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.000000019073486 + objectReference: {fileID: 0} + - target: {fileID: 2992758173038684535, guid: 47741849f79e0b3459618175dd0dbdb4, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 2992758173038684535, guid: 47741849f79e0b3459618175dd0dbdb4, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2992758173038684535, guid: 47741849f79e0b3459618175dd0dbdb4, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2992758173038684535, guid: 47741849f79e0b3459618175dd0dbdb4, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2992758173038684535, guid: 47741849f79e0b3459618175dd0dbdb4, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2992758173038684535, guid: 47741849f79e0b3459618175dd0dbdb4, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 2992758173038684535, guid: 47741849f79e0b3459618175dd0dbdb4, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 47741849f79e0b3459618175dd0dbdb4, type: 3} +--- !u!1 &1768681973 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 1768681976} + - component: {fileID: 1768681975} + - component: {fileID: 1768681974} + - component: {fileID: 1768681977} + m_Layer: 0 + m_Name: Script + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!114 &1768681974 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1768681973} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: dc16cecc7e421184796988c9700206c6, type: 3} + m_Name: + m_EditorClassIdentifier: + BundleFolder: +--- !u!114 &1768681975 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1768681973} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: 8e616d8e94d77204188746bbeb270226, type: 3} + m_Name: + m_EditorClassIdentifier: + bundleName: crewmatebundle + exportFolder: D:\dingen\CIM\Crewmate\items +--- !u!4 &1768681976 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1768681973} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 1, y: 1, z: 1} + m_Children: [] + m_Father: {fileID: 0} + m_RootOrder: 1 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!114 &1768681977 +MonoBehaviour: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 1768681973} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 11500000, guid: c8b32e9bdc91e6a4f9cc268e0b215097, type: 3} + m_Name: + m_EditorClassIdentifier: + folder: D:\temp\icons + filename: white +--- !u!1001 &2145962859 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 8072240586971412169, guid: 2244f66eda9f88f4d96921a3aea4b139, + type: 3} + propertyPath: m_Name + value: brown Variant + objectReference: {fileID: 0} + - target: {fileID: 8072240586971412169, guid: 2244f66eda9f88f4d96921a3aea4b139, + type: 3} + propertyPath: m_IsActive + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8884912288983395443, guid: 2244f66eda9f88f4d96921a3aea4b139, + type: 3} + propertyPath: m_RootOrder + value: 8 + objectReference: {fileID: 0} + - target: {fileID: 8884912288983395443, guid: 2244f66eda9f88f4d96921a3aea4b139, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.00000006854534 + objectReference: {fileID: 0} + - target: {fileID: 8884912288983395443, guid: 2244f66eda9f88f4d96921a3aea4b139, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.000000021457671 + objectReference: {fileID: 0} + - target: {fileID: 8884912288983395443, guid: 2244f66eda9f88f4d96921a3aea4b139, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.000000019073486 + objectReference: {fileID: 0} + - target: {fileID: 8884912288983395443, guid: 2244f66eda9f88f4d96921a3aea4b139, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 8884912288983395443, guid: 2244f66eda9f88f4d96921a3aea4b139, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8884912288983395443, guid: 2244f66eda9f88f4d96921a3aea4b139, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8884912288983395443, guid: 2244f66eda9f88f4d96921a3aea4b139, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8884912288983395443, guid: 2244f66eda9f88f4d96921a3aea4b139, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8884912288983395443, guid: 2244f66eda9f88f4d96921a3aea4b139, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 8884912288983395443, guid: 2244f66eda9f88f4d96921a3aea4b139, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 2244f66eda9f88f4d96921a3aea4b139, type: 3} diff --git a/ItemBundleBuilder/Assets/DontBuildThis/SampleScene.unity.meta b/ItemBundleBuilder/Assets/DontBuildThis/SampleScene.unity.meta new file mode 100644 index 0000000..b017e32 --- /dev/null +++ b/ItemBundleBuilder/Assets/DontBuildThis/SampleScene.unity.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 7cae9d06e44784b4cbb28721571151f2 +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/DontBuildThis/Scripts.meta b/ItemBundleBuilder/Assets/DontBuildThis/Scripts.meta new file mode 100644 index 0000000..680ac5f --- /dev/null +++ b/ItemBundleBuilder/Assets/DontBuildThis/Scripts.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4b85a158fc32a92428d22f306635b14f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/DontBuildThis/Scripts/BuildButton.cs b/ItemBundleBuilder/Assets/DontBuildThis/Scripts/BuildButton.cs new file mode 100644 index 0000000..c91efa0 --- /dev/null +++ b/ItemBundleBuilder/Assets/DontBuildThis/Scripts/BuildButton.cs @@ -0,0 +1,22 @@ +using UnityEditor; +using UnityEngine; + +#if UNITY_EDITOR + +[CustomEditor(typeof(BundleBuilder))] +public class BuildButton : Editor +{ + public override void OnInspectorGUI() + { + DrawDefaultInspector(); + + var myScript = (BundleBuilder)target; + if (GUILayout.Button("HEY! Build the bundles.")) + { + myScript.BuildIt(); + } + } +} + +#endif + diff --git a/ItemBundleBuilder/Assets/DontBuildThis/Scripts/BuildButton.cs.meta b/ItemBundleBuilder/Assets/DontBuildThis/Scripts/BuildButton.cs.meta new file mode 100644 index 0000000..d6ba515 --- /dev/null +++ b/ItemBundleBuilder/Assets/DontBuildThis/Scripts/BuildButton.cs.meta @@ -0,0 +1,3 @@ +fileFormatVersion: 2 +guid: 55ebdd3fccd74d6b8cebcbe666b4bb54 +timeCreated: 1700043084 \ No newline at end of file diff --git a/ItemBundleBuilder/Assets/DontBuildThis/Scripts/BundleBuilder.cs b/ItemBundleBuilder/Assets/DontBuildThis/Scripts/BundleBuilder.cs new file mode 100644 index 0000000..63bfe34 --- /dev/null +++ b/ItemBundleBuilder/Assets/DontBuildThis/Scripts/BundleBuilder.cs @@ -0,0 +1,47 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEditor; +using UnityEngine; +using UnityEngine.Serialization; + +#if UNITY_EDITOR + +public class BundleBuilder : MonoBehaviour +{ + public string bundleName; + public string exportFolder; + + public void BuildIt() + { + var builds = new List(); + var asssetBundleFiles = new List(); + + foreach (var assPath in AssetDatabase.GetAllAssetPaths()) + { + //the / in Assets/ is crucial + if (!assPath.StartsWith("Assets/") || assPath.StartsWith("Assets/DontBuildThis")) + { + continue; + } + + asssetBundleFiles.Add(assPath); + Debug.Log(assPath); + } + + builds.Add(new AssetBundleBuild { + assetBundleName = bundleName, + assetNames = asssetBundleFiles.ToArray() + }); + + var success = BuildPipeline.BuildAssetBundles( + exportFolder, + builds.ToArray(), + BuildAssetBundleOptions.None, + BuildTarget.StandaloneWindows64 + ); + + Debug.Log($"success: {success}"); + } +} + +#endif diff --git a/ItemBundleBuilder/Assets/DontBuildThis/Scripts/BundleBuilder.cs.meta b/ItemBundleBuilder/Assets/DontBuildThis/Scripts/BundleBuilder.cs.meta new file mode 100644 index 0000000..2ca5eda --- /dev/null +++ b/ItemBundleBuilder/Assets/DontBuildThis/Scripts/BundleBuilder.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 8e616d8e94d77204188746bbeb270226 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/DontBuildThis/Scripts/BundleChecker.cs b/ItemBundleBuilder/Assets/DontBuildThis/Scripts/BundleChecker.cs new file mode 100644 index 0000000..c24be8c --- /dev/null +++ b/ItemBundleBuilder/Assets/DontBuildThis/Scripts/BundleChecker.cs @@ -0,0 +1,35 @@ +using System.IO; +using UnityEditor; +using UnityEngine; + +#if UNITY_EDITOR + +public class BundleChecker : MonoBehaviour +{ + public string BundleFolder; + + public void CheckEm() + { + // var bundlePaths = Directory.GetFiles(Application.dataPath + "/ToCheck"); + var bundlePaths = Directory.GetFiles(BundleFolder); + + foreach (var bp in bundlePaths) + { + var extension = Path.GetExtension(bp); + if (extension == ".meta" || extension == ".manifest") + { + continue; + } + + var assBun = AssetBundle.LoadFromFile(bp); + Debug.Log(assBun.name); + foreach (var assName in assBun.GetAllAssetNames()) + { + Debug.Log(assName); + } + } + + } +} + +#endif \ No newline at end of file diff --git a/ItemBundleBuilder/Assets/DontBuildThis/Scripts/BundleChecker.cs.meta b/ItemBundleBuilder/Assets/DontBuildThis/Scripts/BundleChecker.cs.meta new file mode 100644 index 0000000..6777755 --- /dev/null +++ b/ItemBundleBuilder/Assets/DontBuildThis/Scripts/BundleChecker.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: dc16cecc7e421184796988c9700206c6 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/DontBuildThis/Scripts/CheckerButton.cs b/ItemBundleBuilder/Assets/DontBuildThis/Scripts/CheckerButton.cs new file mode 100644 index 0000000..a1f48ad --- /dev/null +++ b/ItemBundleBuilder/Assets/DontBuildThis/Scripts/CheckerButton.cs @@ -0,0 +1,21 @@ +using UnityEditor; +using UnityEngine; + +#if UNITY_EDITOR + +[CustomEditor(typeof(BundleChecker))] +public class CheckerButton : Editor +{ + public override void OnInspectorGUI() + { + DrawDefaultInspector(); + + var myScript = (BundleChecker)target; + if (GUILayout.Button("Check em")) + { + myScript.CheckEm(); + } + } +} + +#endif \ No newline at end of file diff --git a/ItemBundleBuilder/Assets/DontBuildThis/Scripts/CheckerButton.cs.meta b/ItemBundleBuilder/Assets/DontBuildThis/Scripts/CheckerButton.cs.meta new file mode 100644 index 0000000..a722a77 --- /dev/null +++ b/ItemBundleBuilder/Assets/DontBuildThis/Scripts/CheckerButton.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: 3d0433fe413060445beeefb4228d35fd +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/DontBuildThis/Scripts/ScreenshotMaker.cs b/ItemBundleBuilder/Assets/DontBuildThis/Scripts/ScreenshotMaker.cs new file mode 100644 index 0000000..3cb3e27 --- /dev/null +++ b/ItemBundleBuilder/Assets/DontBuildThis/Scripts/ScreenshotMaker.cs @@ -0,0 +1,16 @@ +using UnityEngine; +using UnityEngine.Serialization; + +public class ScreenshotMaker : MonoBehaviour +{ + [SerializeField] + private string folder; + + [SerializeField] + private string filename; + + public void TakeScreenshot() + { + ScreenCapture.CaptureScreenshot(folder+'\\'+filename+".png"); + } +} diff --git a/ItemBundleBuilder/Assets/DontBuildThis/Scripts/ScreenshotMaker.cs.meta b/ItemBundleBuilder/Assets/DontBuildThis/Scripts/ScreenshotMaker.cs.meta new file mode 100644 index 0000000..bfdaa3a --- /dev/null +++ b/ItemBundleBuilder/Assets/DontBuildThis/Scripts/ScreenshotMaker.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: c8b32e9bdc91e6a4f9cc268e0b215097 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/DontBuildThis/Scripts/ScreenshotMakerWindow.cs b/ItemBundleBuilder/Assets/DontBuildThis/Scripts/ScreenshotMakerWindow.cs new file mode 100644 index 0000000..a0a209d --- /dev/null +++ b/ItemBundleBuilder/Assets/DontBuildThis/Scripts/ScreenshotMakerWindow.cs @@ -0,0 +1,21 @@ +using UnityEditor; +using UnityEngine; + +#if UNITY_EDITOR + +[CustomEditor(typeof(ScreenshotMaker))] +public class ScreenshotSettingsWindow : Editor +{ + public override void OnInspectorGUI() + { + DrawDefaultInspector(); + + var myScript = (ScreenshotMaker)target; + if (GUILayout.Button("Take the shot")) + { + myScript.TakeScreenshot(); + } + } +} + +#endif \ No newline at end of file diff --git a/ItemBundleBuilder/Assets/DontBuildThis/Scripts/ScreenshotMakerWindow.cs.meta b/ItemBundleBuilder/Assets/DontBuildThis/Scripts/ScreenshotMakerWindow.cs.meta new file mode 100644 index 0000000..2cd783c --- /dev/null +++ b/ItemBundleBuilder/Assets/DontBuildThis/Scripts/ScreenshotMakerWindow.cs.meta @@ -0,0 +1,11 @@ +fileFormatVersion: 2 +guid: ab7eb29191366174caf24b1d41209a93 +MonoImporter: + externalObjects: {} + serializedVersion: 2 + defaultReferences: [] + executionOrder: 0 + icon: {instanceID: 0} + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/DontBuildThis/astronaut_group.fbx b/ItemBundleBuilder/Assets/DontBuildThis/astronaut_group.fbx new file mode 100644 index 0000000..1af1abd --- /dev/null +++ b/ItemBundleBuilder/Assets/DontBuildThis/astronaut_group.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea5e96ba4366059cb846801012b6ed0868c246e3d03edcb0dca3fedbb6ef3527 +size 13418428 diff --git a/ItemBundleBuilder/Assets/DontBuildThis/astronaut_group.fbx.meta b/ItemBundleBuilder/Assets/DontBuildThis/astronaut_group.fbx.meta new file mode 100644 index 0000000..15a3e46 --- /dev/null +++ b/ItemBundleBuilder/Assets/DontBuildThis/astronaut_group.fbx.meta @@ -0,0 +1,889 @@ +fileFormatVersion: 2 +guid: 4b93490a7e84ebe45ad9313a54673e25 +ModelImporter: + serializedVersion: 19301 + internalIDToNameTable: + - first: + 74: 7179017370845781911 + second: Armature|Armature|Armature|Ref|Armature|Ref + - first: + 74: -3514995430022531459 + second: Armature|Armature|Armature|Ref|Armature|Ref.001 + - first: + 74: -8015247887383579603 + second: Armature|Armature|Armature|Run|Armature|Run + - first: + 74: -5718530866224227588 + second: Armature|Armature|Armature|Run|Armature|Run.001 + - first: + 74: -7786622535804240210 + second: Armature|Armature|Ref|Ref + - first: + 74: -8602260411596991725 + second: Armature|Armature|Ref|Ref.001 + - first: + 74: -4263448051137787554 + second: Armature|Armature|Ref|Ref.002 + - first: + 74: 647972741320350228 + second: Armature|Armature|Ref|Ref.003 + - first: + 74: -6485707019306122213 + second: Armature|Armature|Ref|Ref.004 + - first: + 74: 5858181048551624524 + second: Armature|Armature|Ref|Ref.005 + - first: + 74: -897013306755596444 + second: Armature|Armature|Ref|Ref.006 + - first: + 74: -2897534689032215458 + second: Armature|Armature|Ref|Ref.007 + - first: + 74: 796567085633109429 + second: Armature|Armature|Ref|Ref.008 + - first: + 74: -8610899289422882164 + second: Armature|Armature|Ref|Ref.009 + - first: + 74: -5027184136696365753 + second: Armature|Armature|Ref|Ref.010 + - first: + 74: 4141633290464066539 + second: Armature|Armature|Ref|Ref.011 + - first: + 74: 3890870957400219526 + second: Armature|Armature|Ref|Ref.012 + - first: + 74: 6243675359308609697 + second: Armature.001|Armature|Armature|Ref|Armature|Ref + - first: + 74: -3880840461309071561 + second: Armature.001|Armature|Armature|Ref|Armature|Ref.001 + - first: + 74: 4815535383966993470 + second: Armature.001|Armature|Armature|Run|Armature|Run + - first: + 74: 5459575806706245187 + second: Armature.001|Armature|Armature|Run|Armature|Run.001 + - first: + 74: -1738445000998046416 + second: Armature.001|Armature|Ref|Ref + - first: + 74: -3004760638523066099 + second: Armature.001|Armature|Ref|Ref.001 + - first: + 74: -4394474181723199724 + second: Armature.001|Armature|Ref|Ref.002 + - first: + 74: -5531999007702390389 + second: Armature.001|Armature|Ref|Ref.003 + - first: + 74: -7556431693313932161 + second: Armature.001|Armature|Ref|Ref.004 + - first: + 74: 1672886476598264838 + second: Armature.001|Armature|Ref|Ref.005 + - first: + 74: 9192105318157154312 + second: Armature.001|Armature|Ref|Ref.006 + - first: + 74: -395170576010094785 + second: Armature.001|Armature|Ref|Ref.007 + - first: + 74: -1603610214689636364 + second: Armature.001|Armature|Ref|Ref.008 + - first: + 74: -3858594601532596661 + second: Armature.001|Armature|Ref|Ref.009 + - first: + 74: 5489819126007271628 + second: Armature.001|Armature|Ref|Ref.010 + - first: + 74: -4287044074113678286 + second: Armature.001|Armature|Ref|Ref.011 + - first: + 74: 6588962997556850976 + second: Armature.001|Armature|Ref|Ref.012 + - first: + 74: -6942381914993380886 + second: Armature.002|Armature|Armature|Ref|Armature|Ref + - first: + 74: -4740284158217856568 + second: Armature.002|Armature|Armature|Ref|Armature|Ref.001 + - first: + 74: 6243483107365891098 + second: Armature.002|Armature|Armature|Run|Armature|Run + - first: + 74: -7934395160987061990 + second: Armature.002|Armature|Armature|Run|Armature|Run.001 + - first: + 74: -3178216507220149615 + second: Armature.002|Armature|Ref|Ref + - first: + 74: 4316351010179261869 + second: Armature.002|Armature|Ref|Ref.001 + - first: + 74: 5097770311975428574 + second: Armature.002|Armature|Ref|Ref.002 + - first: + 74: -2435600712930108654 + second: Armature.002|Armature|Ref|Ref.003 + - first: + 74: 5380318874162518188 + second: Armature.002|Armature|Ref|Ref.004 + - first: + 74: -4217336708593679338 + second: Armature.002|Armature|Ref|Ref.005 + - first: + 74: -7028426930736866445 + second: Armature.002|Armature|Ref|Ref.006 + - first: + 74: -6472380090182296085 + second: Armature.002|Armature|Ref|Ref.007 + - first: + 74: -2510990819166347824 + second: Armature.002|Armature|Ref|Ref.008 + - first: + 74: 3340477576508832301 + second: Armature.002|Armature|Ref|Ref.009 + - first: + 74: 7287829261388572080 + second: Armature.002|Armature|Ref|Ref.010 + - first: + 74: 3412830376331307407 + second: Armature.002|Armature|Ref|Ref.011 + - first: + 74: -2036652751557818881 + second: Armature.002|Armature|Ref|Ref.012 + - first: + 74: -1149155440962593294 + second: Armature.003|Armature|Armature|Ref|Armature|Ref + - first: + 74: 970174813982849800 + second: Armature.003|Armature|Armature|Ref|Armature|Ref.001 + - first: + 74: -3614722884611872763 + second: Armature.003|Armature|Armature|Run|Armature|Run + - first: + 74: 8987722290554360288 + second: Armature.003|Armature|Armature|Run|Armature|Run.001 + - first: + 74: -2488663081125026642 + second: Armature.003|Armature|Ref|Ref + - first: + 74: -897570150042828815 + second: Armature.003|Armature|Ref|Ref.001 + - first: + 74: -3503853574523439348 + second: Armature.003|Armature|Ref|Ref.002 + - first: + 74: 1650944039819452354 + second: Armature.003|Armature|Ref|Ref.003 + - first: + 74: 2363469595394787569 + second: Armature.003|Armature|Ref|Ref.004 + - first: + 74: -8656572968122078479 + second: Armature.003|Armature|Ref|Ref.005 + - first: + 74: -6636308569766955471 + second: Armature.003|Armature|Ref|Ref.006 + - first: + 74: 5197068975696383615 + second: Armature.003|Armature|Ref|Ref.007 + - first: + 74: 3331125345557287585 + second: Armature.003|Armature|Ref|Ref.008 + - first: + 74: -7832977857633304635 + second: Armature.003|Armature|Ref|Ref.009 + - first: + 74: 4316200843106002321 + second: Armature.003|Armature|Ref|Ref.010 + - first: + 74: -2659938344663965080 + second: Armature.003|Armature|Ref|Ref.011 + - first: + 74: -2044754772307648276 + second: Armature.003|Armature|Ref|Ref.012 + - first: + 74: -1532548896562945500 + second: Armature.004|Armature|Armature|Ref|Armature|Ref + - first: + 74: 1410410901334029339 + second: Armature.004|Armature|Armature|Ref|Armature|Ref.001 + - first: + 74: -76395050255489286 + second: Armature.004|Armature|Armature|Run|Armature|Run + - first: + 74: -8499554275285472261 + second: Armature.004|Armature|Armature|Run|Armature|Run.001 + - first: + 74: -6683675761381684138 + second: Armature.004|Armature|Ref|Ref + - first: + 74: 521034408908312569 + second: Armature.004|Armature|Ref|Ref.001 + - first: + 74: 356072236414674346 + second: Armature.004|Armature|Ref|Ref.002 + - first: + 74: -8828999155826582238 + second: Armature.004|Armature|Ref|Ref.003 + - first: + 74: -1011677805994690428 + second: Armature.004|Armature|Ref|Ref.004 + - first: + 74: -3241765867888286731 + second: Armature.004|Armature|Ref|Ref.005 + - first: + 74: -1913157752429217604 + second: Armature.004|Armature|Ref|Ref.006 + - first: + 74: -6910756240618063290 + second: Armature.004|Armature|Ref|Ref.007 + - first: + 74: -963296872360942227 + second: Armature.004|Armature|Ref|Ref.008 + - first: + 74: -8680900473420470063 + second: Armature.004|Armature|Ref|Ref.009 + - first: + 74: 5331360791735272858 + second: Armature.004|Armature|Ref|Ref.010 + - first: + 74: -6828312709934575368 + second: Armature.004|Armature|Ref|Ref.011 + - first: + 74: 812360188303411229 + second: Armature.004|Armature|Ref|Ref.012 + - first: + 74: 6428668704689508032 + second: Armature.005|Armature|Armature|Ref|Armature|Ref + - first: + 74: 3718617120557852589 + second: Armature.005|Armature|Armature|Ref|Armature|Ref.001 + - first: + 74: 5906444367896883933 + second: Armature.005|Armature|Armature|Run|Armature|Run + - first: + 74: -5755913346079279734 + second: Armature.005|Armature|Armature|Run|Armature|Run.001 + - first: + 74: 62080289502434516 + second: Armature.005|Armature|Ref|Ref + - first: + 74: 414563392491408146 + second: Armature.005|Armature|Ref|Ref.001 + - first: + 74: 3092068184078927363 + second: Armature.005|Armature|Ref|Ref.002 + - first: + 74: -2141925141370044783 + second: Armature.005|Armature|Ref|Ref.003 + - first: + 74: -2184618710695646661 + second: Armature.005|Armature|Ref|Ref.004 + - first: + 74: 6059298021896975462 + second: Armature.005|Armature|Ref|Ref.005 + - first: + 74: -7561936553529971866 + second: Armature.005|Armature|Ref|Ref.006 + - first: + 74: -8476974646324815990 + second: Armature.005|Armature|Ref|Ref.007 + - first: + 74: -1017956459095307746 + second: Armature.005|Armature|Ref|Ref.008 + - first: + 74: 4688153075272207444 + second: Armature.005|Armature|Ref|Ref.009 + - first: + 74: -4984007595975433215 + second: Armature.005|Armature|Ref|Ref.010 + - first: + 74: 2846988045991198370 + second: Armature.005|Armature|Ref|Ref.011 + - first: + 74: 6617060500489117381 + second: Armature.005|Armature|Ref|Ref.012 + - first: + 74: -7813773750236896598 + second: Armature.010|Armature|Armature|Ref|Armature|Ref + - first: + 74: 4390515004945707650 + second: Armature.010|Armature|Armature|Ref|Armature|Ref.001 + - first: + 74: 6866564777672722397 + second: Armature.010|Armature|Armature|Run|Armature|Run + - first: + 74: -7118369595246099925 + second: Armature.010|Armature|Armature|Run|Armature|Run.001 + - first: + 74: 4356124628923707754 + second: Armature.010|Armature|Ref|Ref + - first: + 74: 2785459179638846582 + second: Armature.010|Armature|Ref|Ref.001 + - first: + 74: -8818980446550363151 + second: Armature.010|Armature|Ref|Ref.002 + - first: + 74: 6844806290476805984 + second: Armature.010|Armature|Ref|Ref.003 + - first: + 74: 403306798387113166 + second: Armature.010|Armature|Ref|Ref.004 + - first: + 74: -1292975632778332677 + second: Armature.010|Armature|Ref|Ref.005 + - first: + 74: -6077284428163579383 + second: Armature.010|Armature|Ref|Ref.006 + - first: + 74: -288667189171736442 + second: Armature.010|Armature|Ref|Ref.007 + - first: + 74: -5894820521646714790 + second: Armature.010|Armature|Ref|Ref.008 + - first: + 74: 4293508787746579451 + second: Armature.010|Armature|Ref|Ref.009 + - first: + 74: -2812165889548923317 + second: Armature.010|Armature|Ref|Ref.010 + - first: + 74: 9098337537395284764 + second: Armature.010|Armature|Ref|Ref.011 + - first: + 74: 5502310894575341113 + second: Armature.010|Armature|Ref|Ref.012 + - first: + 74: -5692932287702851768 + second: Armature.009|Armature|Armature|Ref|Armature|Ref + - first: + 74: -118676433803897695 + second: Armature.009|Armature|Armature|Ref|Armature|Ref.001 + - first: + 74: -4490250503625159366 + second: Armature.009|Armature|Armature|Run|Armature|Run + - first: + 74: 2472590925108798932 + second: Armature.009|Armature|Armature|Run|Armature|Run.001 + - first: + 74: -7807059184318198229 + second: Armature.009|Armature|Ref|Ref + - first: + 74: 6342842744156770848 + second: Armature.009|Armature|Ref|Ref.001 + - first: + 74: 5237801503240420678 + second: Armature.009|Armature|Ref|Ref.002 + - first: + 74: -7390753316236941779 + second: Armature.009|Armature|Ref|Ref.003 + - first: + 74: 3671963892494252100 + second: Armature.009|Armature|Ref|Ref.004 + - first: + 74: 133054448711050475 + second: Armature.009|Armature|Ref|Ref.005 + - first: + 74: -4928934855100881888 + second: Armature.009|Armature|Ref|Ref.006 + - first: + 74: -1789299145255850863 + second: Armature.009|Armature|Ref|Ref.007 + - first: + 74: 8482367560281669794 + second: Armature.009|Armature|Ref|Ref.008 + - first: + 74: 601905086725752460 + second: Armature.009|Armature|Ref|Ref.009 + - first: + 74: -6919659427131024774 + second: Armature.009|Armature|Ref|Ref.010 + - first: + 74: -7568340984964568143 + second: Armature.009|Armature|Ref|Ref.011 + - first: + 74: -8381323618208038882 + second: Armature.009|Armature|Ref|Ref.012 + - first: + 74: -8939626300281501143 + second: Armature.008|Armature|Armature|Ref|Armature|Ref + - first: + 74: -5275043746369146252 + second: Armature.008|Armature|Armature|Ref|Armature|Ref.001 + - first: + 74: -7539008135501943947 + second: Armature.008|Armature|Armature|Run|Armature|Run + - first: + 74: 2209242066030938174 + second: Armature.008|Armature|Armature|Run|Armature|Run.001 + - first: + 74: -524761504748619184 + second: Armature.008|Armature|Ref|Ref + - first: + 74: -2931189720067600858 + second: Armature.008|Armature|Ref|Ref.001 + - first: + 74: 8440738752926132054 + second: Armature.008|Armature|Ref|Ref.002 + - first: + 74: 6972597599713739350 + second: Armature.008|Armature|Ref|Ref.003 + - first: + 74: -5081758239512908737 + second: Armature.008|Armature|Ref|Ref.004 + - first: + 74: 6152513070913154195 + second: Armature.008|Armature|Ref|Ref.005 + - first: + 74: 6172038795474710802 + second: Armature.008|Armature|Ref|Ref.006 + - first: + 74: 7887340670935952593 + second: Armature.008|Armature|Ref|Ref.007 + - first: + 74: -8307582919347550947 + second: Armature.008|Armature|Ref|Ref.008 + - first: + 74: 1162814272542460765 + second: Armature.008|Armature|Ref|Ref.009 + - first: + 74: -6058342587721480619 + second: Armature.008|Armature|Ref|Ref.010 + - first: + 74: 9127807924122475110 + second: Armature.008|Armature|Ref|Ref.011 + - first: + 74: 526887592144042993 + second: Armature.008|Armature|Ref|Ref.012 + - first: + 74: -8144511947214136914 + second: Armature.007|Armature|Armature|Ref|Armature|Ref + - first: + 74: -1759471812237566282 + second: Armature.007|Armature|Armature|Ref|Armature|Ref.001 + - first: + 74: -6157755815880092240 + second: Armature.007|Armature|Armature|Run|Armature|Run + - first: + 74: 2453954547819539721 + second: Armature.007|Armature|Armature|Run|Armature|Run.001 + - first: + 74: -860565226260724366 + second: Armature.007|Armature|Ref|Ref + - first: + 74: -6372669953239066591 + second: Armature.007|Armature|Ref|Ref.001 + - first: + 74: -972008544989573819 + second: Armature.007|Armature|Ref|Ref.002 + - first: + 74: 3826439260832286035 + second: Armature.007|Armature|Ref|Ref.003 + - first: + 74: -4726548162629240280 + second: Armature.007|Armature|Ref|Ref.004 + - first: + 74: 7952339605798572651 + second: Armature.007|Armature|Ref|Ref.005 + - first: + 74: 599732317653376902 + second: Armature.007|Armature|Ref|Ref.006 + - first: + 74: -2018193466450420085 + second: Armature.007|Armature|Ref|Ref.007 + - first: + 74: 3538594438313371299 + second: Armature.007|Armature|Ref|Ref.008 + - first: + 74: -3492295271043266702 + second: Armature.007|Armature|Ref|Ref.009 + - first: + 74: -5943490912364285564 + second: Armature.007|Armature|Ref|Ref.010 + - first: + 74: -6776444598553261047 + second: Armature.007|Armature|Ref|Ref.011 + - first: + 74: -1225355050498917805 + second: Armature.007|Armature|Ref|Ref.012 + - first: + 74: 8919865889246520384 + second: Armature.006|Armature|Armature|Ref|Armature|Ref + - first: + 74: -7145163744151350385 + second: Armature.006|Armature|Armature|Ref|Armature|Ref.001 + - first: + 74: -7793423354720637917 + second: Armature.006|Armature|Armature|Run|Armature|Run + - first: + 74: 6509465938460954566 + second: Armature.006|Armature|Armature|Run|Armature|Run.001 + - first: + 74: 5428827583946567564 + second: Armature.006|Armature|Ref|Ref + - first: + 74: -6289664564843577832 + second: Armature.006|Armature|Ref|Ref.001 + - first: + 74: 6831863964372522672 + second: Armature.006|Armature|Ref|Ref.002 + - first: + 74: -51076147601042178 + second: Armature.006|Armature|Ref|Ref.003 + - first: + 74: -7061543969837956648 + second: Armature.006|Armature|Ref|Ref.004 + - first: + 74: 6531009734915959394 + second: Armature.006|Armature|Ref|Ref.005 + - first: + 74: 3138119310801870890 + second: Armature.006|Armature|Ref|Ref.006 + - first: + 74: 6121712599534008808 + second: Armature.006|Armature|Ref|Ref.007 + - first: + 74: 5851125571268005850 + second: Armature.006|Armature|Ref|Ref.008 + - first: + 74: -7253011114602936939 + second: Armature.006|Armature|Ref|Ref.009 + - first: + 74: -1418109020731927361 + second: Armature.006|Armature|Ref|Ref.010 + - first: + 74: 720949900692739045 + second: Armature.006|Armature|Ref|Ref.011 + - first: + 74: -1210428394438751530 + second: Armature.006|Armature|Ref|Ref.012 + - first: + 74: -6224062687055337944 + second: Armature.011|Armature|Armature|Ref|Armature|Ref + - first: + 74: 249322254650537427 + second: Armature.011|Armature|Armature|Ref|Armature|Ref.001 + - first: + 74: 8333822893754026292 + second: Armature.011|Armature|Armature|Run|Armature|Run + - first: + 74: -2347125690416527820 + second: Armature.011|Armature|Armature|Run|Armature|Run.001 + - first: + 74: -1893500834838152294 + second: Armature.011|Armature|Ref|Ref + - first: + 74: 6246508694884856647 + second: Armature.011|Armature|Ref|Ref.001 + - first: + 74: 8247541491409275096 + second: Armature.011|Armature|Ref|Ref.002 + - first: + 74: 4616490081166029339 + second: Armature.011|Armature|Ref|Ref.003 + - first: + 74: 1342856114131855310 + second: Armature.011|Armature|Ref|Ref.004 + - first: + 74: -8292537715291936713 + second: Armature.011|Armature|Ref|Ref.005 + - first: + 74: -3197563351371474488 + second: Armature.011|Armature|Ref|Ref.006 + - first: + 74: -8756011191899491582 + second: Armature.011|Armature|Ref|Ref.007 + - first: + 74: 5823350279509007464 + second: Armature.011|Armature|Ref|Ref.008 + - first: + 74: -4836275864237924270 + second: Armature.011|Armature|Ref|Ref.009 + - first: + 74: 4575807458520449039 + second: Armature.011|Armature|Ref|Ref.010 + - first: + 74: -9051267927514572788 + second: Armature.011|Armature|Ref|Ref.011 + - first: + 74: -848623626384814104 + second: Armature.011|Armature|Ref|Ref.012 + externalObjects: + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Astronaut.002 + second: {fileID: 2100000, guid: 1b43f3f0db2381948b544d213127c7fe, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Astronaut_Black + second: {fileID: 2100000, guid: 789ac5cf46f401445990962113118917, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Astronaut_Brown + second: {fileID: 2100000, guid: a25fcf496084c5940828fadac31162f5, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Astronaut_Orange + second: {fileID: 2100000, guid: 5b846f7ae83e91840a7480333f4b7602, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Astronaut_backpack + second: {fileID: 2100000, guid: 0ad2e2a9c23f9a94a90c3ea5fcbd3203, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Astronaut_backpack_black + second: {fileID: 2100000, guid: 6187004a9d71fb1458cc1fe951b6ee9b, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Astronaut_backpack_blue + second: {fileID: 2100000, guid: 636cb426be5b1944ba7eb09610b42086, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Astronaut_backpack_brown + second: {fileID: 2100000, guid: b30bbc45b1635d244aa22a822a40fa06, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Astronaut_backpack_cyan + second: {fileID: 2100000, guid: 7f943938d2bc9574388c7c46b522bc60, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Astronaut_backpack_green + second: {fileID: 2100000, guid: 8b434c4fe4abf0f4b98c36e4612a0d1b, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Astronaut_backpack_lime + second: {fileID: 2100000, guid: 4862ea5a071327f42a1bb05cecd8d34d, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Astronaut_backpack_orange + second: {fileID: 2100000, guid: f8898e552e1b5b247bac18092c63f793, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Astronaut_backpack_pink + second: {fileID: 2100000, guid: f69a0bbeb2f725f458db6ba9c6e98321, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Astronaut_backpack_purple + second: {fileID: 2100000, guid: 2691f4432e7c632408cf9b5b795a9622, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Astronaut_backpack_white + second: {fileID: 2100000, guid: 605eb557c0de79a458e00fc0fb5491db, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Astronaut_backpack_yellow + second: {fileID: 2100000, guid: 537207bd025c2dc46a17f2ee8c0a4900, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Astronaut_blue + second: {fileID: 2100000, guid: 4262b06ef929f2d4ba9ef156b96e0afb, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Astronaut_cyan + second: {fileID: 2100000, guid: a4f68eb2d2d5d0246acb1ee9b4dcc513, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Astronaut_green + second: {fileID: 2100000, guid: d0af5f7d88c916d4e85c752b2ff4a359, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Astronaut_lime + second: {fileID: 2100000, guid: 9c2244139cbbeb84fb8b3d50c331cca9, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Astronaut_pink + second: {fileID: 2100000, guid: a368ce6ac5dc1b54caaa20e456167492, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Astronaut_purple + second: {fileID: 2100000, guid: 6066b97fdfdcceb4faf052b24932b0f5, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Astronaut_white + second: {fileID: 2100000, guid: 6d12628392cd8f3409c50e4a327dcdea, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Astronaut_yellow + second: {fileID: 2100000, guid: becceaf52a72b6d4eb2412c1e22ee29f, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Outline + second: {fileID: 2100000, guid: 17eb8c814c7be1c4e85c0f8db56a22c9, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Outline.002 + second: {fileID: 2100000, guid: 17eb8c814c7be1c4e85c0f8db56a22c9, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Outline.003 + second: {fileID: 2100000, guid: 17eb8c814c7be1c4e85c0f8db56a22c9, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Outline.004 + second: {fileID: 2100000, guid: 17eb8c814c7be1c4e85c0f8db56a22c9, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Outline.005 + second: {fileID: 2100000, guid: 17eb8c814c7be1c4e85c0f8db56a22c9, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Outline.006 + second: {fileID: 2100000, guid: 17eb8c814c7be1c4e85c0f8db56a22c9, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Outline.007 + second: {fileID: 2100000, guid: 17eb8c814c7be1c4e85c0f8db56a22c9, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Outline.008 + second: {fileID: 2100000, guid: 17eb8c814c7be1c4e85c0f8db56a22c9, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Outline.009 + second: {fileID: 2100000, guid: 17eb8c814c7be1c4e85c0f8db56a22c9, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Outline.010 + second: {fileID: 2100000, guid: 17eb8c814c7be1c4e85c0f8db56a22c9, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Outline.011 + second: {fileID: 2100000, guid: 17eb8c814c7be1c4e85c0f8db56a22c9, type: 2} + - first: + type: UnityEngine:Material + assembly: UnityEngine.CoreModule + name: Outline.012 + second: {fileID: 2100000, guid: 17eb8c814c7be1c4e85c0f8db56a22c9, type: 2} + materials: + materialImportMode: 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 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/DontBuildThis/icons.meta b/ItemBundleBuilder/Assets/DontBuildThis/icons.meta new file mode 100644 index 0000000..ca38b5b --- /dev/null +++ b/ItemBundleBuilder/Assets/DontBuildThis/icons.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: ae610d8c816e29644a5f04c10aeebe37 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/DontBuildThis/icons/dropped.psd b/ItemBundleBuilder/Assets/DontBuildThis/icons/dropped.psd new file mode 100644 index 0000000..33c0d8d --- /dev/null +++ b/ItemBundleBuilder/Assets/DontBuildThis/icons/dropped.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b39e714978054b566bb8a5e8baf7d0493398906eea73e0ffa248531accf1ae +size 170551 diff --git a/ItemBundleBuilder/Assets/DontBuildThis/icons/dropped.psd.meta b/ItemBundleBuilder/Assets/DontBuildThis/icons/dropped.psd.meta new file mode 100644 index 0000000..253f468 --- /dev/null +++ b/ItemBundleBuilder/Assets/DontBuildThis/icons/dropped.psd.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: 3629c9a49ee6c0d4581cc475b2c66419 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + 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 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/DontBuildThis/icons/standard.psd b/ItemBundleBuilder/Assets/DontBuildThis/icons/standard.psd new file mode 100644 index 0000000..4a92523 --- /dev/null +++ b/ItemBundleBuilder/Assets/DontBuildThis/icons/standard.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f94d46a0cfe1e27eae7d2aa69ac0be75811885608961aa7bc1b326d39f0ae726 +size 3720402 diff --git a/ItemBundleBuilder/Assets/DontBuildThis/icons/standard.psd.meta b/ItemBundleBuilder/Assets/DontBuildThis/icons/standard.psd.meta new file mode 100644 index 0000000..85deced --- /dev/null +++ b/ItemBundleBuilder/Assets/DontBuildThis/icons/standard.psd.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: d6dec3e6d1825e44187674b007240249 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + 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 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Materials.meta b/ItemBundleBuilder/Assets/Materials.meta new file mode 100644 index 0000000..073dd3c --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: e52f36c4d7774ae4a8af16758a2ac3f2 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Black.mat b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Black.mat new file mode 100644 index 0000000..a2aa06d --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Black.mat @@ -0,0 +1,77 @@ +%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: Astronaut_Backpack_Black + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + 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: 42222876d4af1c3458eabfc433cba81a, 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} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _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} diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Black.mat.meta b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Black.mat.meta new file mode 100644 index 0000000..e14fac1 --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Black.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6187004a9d71fb1458cc1fe951b6ee9b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Blue.mat b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Blue.mat new file mode 100644 index 0000000..6bdf60d --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Blue.mat @@ -0,0 +1,77 @@ +%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: Astronaut_Backpack_Blue + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + 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: dab29d062d489be42a6bdefa38c6c04e, 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} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _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} diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Blue.mat.meta b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Blue.mat.meta new file mode 100644 index 0000000..4ba1894 --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Blue.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 636cb426be5b1944ba7eb09610b42086 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Brown.mat b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Brown.mat new file mode 100644 index 0000000..8ddbf8d --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Brown.mat @@ -0,0 +1,77 @@ +%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: Astronaut_Backpack_Brown + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + 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: 320443e16259ee64a832c5ae0b6ac3ff, 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} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _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} diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Brown.mat.meta b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Brown.mat.meta new file mode 100644 index 0000000..637f62b --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Brown.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: b30bbc45b1635d244aa22a822a40fa06 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Cyan.mat b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Cyan.mat new file mode 100644 index 0000000..9795f37 --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Cyan.mat @@ -0,0 +1,77 @@ +%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: Astronaut_Backpack_Cyan + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + 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: a8d887ebb6f22024cb685d4a5e779fce, 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} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _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} diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Cyan.mat.meta b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Cyan.mat.meta new file mode 100644 index 0000000..804be2a --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Cyan.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 7f943938d2bc9574388c7c46b522bc60 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Green.mat b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Green.mat new file mode 100644 index 0000000..9a72459 --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Green.mat @@ -0,0 +1,77 @@ +%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: Astronaut_Backpack_Green + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + 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: 5abab4b9ebcc30d4bb2c34cd8ee433f2, 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} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _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} diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Green.mat.meta b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Green.mat.meta new file mode 100644 index 0000000..6d968e8 --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Green.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 8b434c4fe4abf0f4b98c36e4612a0d1b +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Lime.mat b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Lime.mat new file mode 100644 index 0000000..9fcd5ed --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Lime.mat @@ -0,0 +1,77 @@ +%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: Astronaut_Backpack_Lime + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + 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: aaff68f6943f5d247ad6a71a29e3c74b, 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} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _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} diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Lime.mat.meta b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Lime.mat.meta new file mode 100644 index 0000000..70a8d8a --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Lime.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4862ea5a071327f42a1bb05cecd8d34d +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Orange.mat b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Orange.mat new file mode 100644 index 0000000..18f786f --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Orange.mat @@ -0,0 +1,77 @@ +%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: Astronaut_Backpack_Orange + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + 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: ac7c0b0398c72094e9cb4f7bed3ee0e5, 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} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _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} diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Orange.mat.meta b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Orange.mat.meta new file mode 100644 index 0000000..276b5af --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Orange.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f8898e552e1b5b247bac18092c63f793 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Pink.mat b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Pink.mat new file mode 100644 index 0000000..9f9d978 --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Pink.mat @@ -0,0 +1,77 @@ +%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: Astronaut_Backpack_Pink + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + 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: 0d06d05fa62cc1a41aefd158815424a8, 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} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _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} diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Pink.mat.meta b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Pink.mat.meta new file mode 100644 index 0000000..7cea550 --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Pink.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: f69a0bbeb2f725f458db6ba9c6e98321 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Purple.mat b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Purple.mat new file mode 100644 index 0000000..9eef24a --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Purple.mat @@ -0,0 +1,77 @@ +%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: Astronaut_Backpack_Purple + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + 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: 7ece0c5d521027a41aadd6eb2272cfbd, 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} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _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} diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Purple.mat.meta b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Purple.mat.meta new file mode 100644 index 0000000..d964a30 --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Purple.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 2691f4432e7c632408cf9b5b795a9622 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Red.mat b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Red.mat new file mode 100644 index 0000000..d10d7a0 --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Red.mat @@ -0,0 +1,77 @@ +%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: Astronaut_Backpack_Red + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + 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: f07cc755c323cb840af93f55e776c204, 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} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _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} diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Red.mat.meta b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Red.mat.meta new file mode 100644 index 0000000..ec68789 --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Red.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 0ad2e2a9c23f9a94a90c3ea5fcbd3203 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_White.mat b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_White.mat new file mode 100644 index 0000000..51828de --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_White.mat @@ -0,0 +1,77 @@ +%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: Astronaut_Backpack_White + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + 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: fd18721dc94733448bfed7c4ded02c0d, 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} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _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} diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_White.mat.meta b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_White.mat.meta new file mode 100644 index 0000000..b5c5437 --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_White.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 605eb557c0de79a458e00fc0fb5491db +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Yellow.mat b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Yellow.mat new file mode 100644 index 0000000..b5c9bf7 --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Yellow.mat @@ -0,0 +1,77 @@ +%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: Astronaut_Backpack_Yellow + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + 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: f3b11a22773d38e458b0fb5fd73d5836, 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} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _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} diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Yellow.mat.meta b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Yellow.mat.meta new file mode 100644 index 0000000..87b0868 --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Backpack_Yellow.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 537207bd025c2dc46a17f2ee8c0a4900 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Black.mat b/ItemBundleBuilder/Assets/Materials/Astronaut_Black.mat new file mode 100644 index 0000000..c94ac9d --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Black.mat @@ -0,0 +1,77 @@ +%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: Astronaut_Black + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + 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: 495ca26914fa60c41953697933e974b6, 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} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _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} diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Black.mat.meta b/ItemBundleBuilder/Assets/Materials/Astronaut_Black.mat.meta new file mode 100644 index 0000000..ff0aee7 --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Black.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 789ac5cf46f401445990962113118917 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Blue.mat b/ItemBundleBuilder/Assets/Materials/Astronaut_Blue.mat new file mode 100644 index 0000000..bad5dc6 --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Blue.mat @@ -0,0 +1,77 @@ +%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: Astronaut_Blue + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + 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: f318def2b5d08a34bb4487e2e6e29db5, 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} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _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} diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Blue.mat.meta b/ItemBundleBuilder/Assets/Materials/Astronaut_Blue.mat.meta new file mode 100644 index 0000000..24a159e --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Blue.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4262b06ef929f2d4ba9ef156b96e0afb +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Brown.mat b/ItemBundleBuilder/Assets/Materials/Astronaut_Brown.mat new file mode 100644 index 0000000..40ee9dc --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Brown.mat @@ -0,0 +1,77 @@ +%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: Astronaut_Brown + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + 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: ba7869b531553234780f8c29b429bd7e, 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} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _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} diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Brown.mat.meta b/ItemBundleBuilder/Assets/Materials/Astronaut_Brown.mat.meta new file mode 100644 index 0000000..3059a3a --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Brown.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a25fcf496084c5940828fadac31162f5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Cyan.mat b/ItemBundleBuilder/Assets/Materials/Astronaut_Cyan.mat new file mode 100644 index 0000000..1313c82 --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Cyan.mat @@ -0,0 +1,77 @@ +%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: Astronaut_Cyan + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + 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: 79a0681e60cac4a43a2dd4599b52eee2, 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} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _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} diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Cyan.mat.meta b/ItemBundleBuilder/Assets/Materials/Astronaut_Cyan.mat.meta new file mode 100644 index 0000000..65c30fc --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Cyan.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a4f68eb2d2d5d0246acb1ee9b4dcc513 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Green.mat b/ItemBundleBuilder/Assets/Materials/Astronaut_Green.mat new file mode 100644 index 0000000..f12aecb --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Green.mat @@ -0,0 +1,77 @@ +%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: Astronaut_Green + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + 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: e37f432860709394f81d8e642e463ca0, 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} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _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} diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Green.mat.meta b/ItemBundleBuilder/Assets/Materials/Astronaut_Green.mat.meta new file mode 100644 index 0000000..5cccdc3 --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Green.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: d0af5f7d88c916d4e85c752b2ff4a359 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Lime.mat b/ItemBundleBuilder/Assets/Materials/Astronaut_Lime.mat new file mode 100644 index 0000000..72173b3 --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Lime.mat @@ -0,0 +1,77 @@ +%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: Astronaut_Lime + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + 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: 0958b0f7d66b08244ac4558b3fb51f6f, 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} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _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} diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Lime.mat.meta b/ItemBundleBuilder/Assets/Materials/Astronaut_Lime.mat.meta new file mode 100644 index 0000000..8c2298a --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Lime.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 9c2244139cbbeb84fb8b3d50c331cca9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Orange.mat b/ItemBundleBuilder/Assets/Materials/Astronaut_Orange.mat new file mode 100644 index 0000000..53c3bbb --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Orange.mat @@ -0,0 +1,77 @@ +%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: Astronaut_Orange + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + 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: 99eba46a976f3d844ae82f9f2169a949, 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} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _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} diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Orange.mat.meta b/ItemBundleBuilder/Assets/Materials/Astronaut_Orange.mat.meta new file mode 100644 index 0000000..e7099c9 --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Orange.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 5b846f7ae83e91840a7480333f4b7602 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Pink.mat b/ItemBundleBuilder/Assets/Materials/Astronaut_Pink.mat new file mode 100644 index 0000000..80eca5c --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Pink.mat @@ -0,0 +1,77 @@ +%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: Astronaut_Pink + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + 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: 800dcf6d893cde44cba8d70fdf6d6cc8, 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} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _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} diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Pink.mat.meta b/ItemBundleBuilder/Assets/Materials/Astronaut_Pink.mat.meta new file mode 100644 index 0000000..1ef3d47 --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Pink.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: a368ce6ac5dc1b54caaa20e456167492 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Purple.mat b/ItemBundleBuilder/Assets/Materials/Astronaut_Purple.mat new file mode 100644 index 0000000..b366baf --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Purple.mat @@ -0,0 +1,77 @@ +%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: Astronaut_Purple + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + 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: 89211fe6a228e4f4793edf2d2a2eb572, 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} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _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} diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Purple.mat.meta b/ItemBundleBuilder/Assets/Materials/Astronaut_Purple.mat.meta new file mode 100644 index 0000000..f8fac86 --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Purple.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6066b97fdfdcceb4faf052b24932b0f5 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Red.mat b/ItemBundleBuilder/Assets/Materials/Astronaut_Red.mat new file mode 100644 index 0000000..2415fa6 --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Red.mat @@ -0,0 +1,77 @@ +%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: Astronaut_Red + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + 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: 389a61e13d1e654429c707bc718c5b62, 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} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _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} diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Red.mat.meta b/ItemBundleBuilder/Assets/Materials/Astronaut_Red.mat.meta new file mode 100644 index 0000000..fc26a99 --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Red.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 1b43f3f0db2381948b544d213127c7fe +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_White.mat b/ItemBundleBuilder/Assets/Materials/Astronaut_White.mat new file mode 100644 index 0000000..90bf2d3 --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_White.mat @@ -0,0 +1,77 @@ +%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: Astronaut_White + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + 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: 0c04324e9bdc6ab4b8a1be99f22a756c, 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} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _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} diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_White.mat.meta b/ItemBundleBuilder/Assets/Materials/Astronaut_White.mat.meta new file mode 100644 index 0000000..50a9815 --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_White.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6d12628392cd8f3409c50e4a327dcdea +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Yellow.mat b/ItemBundleBuilder/Assets/Materials/Astronaut_Yellow.mat new file mode 100644 index 0000000..28570fe --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Yellow.mat @@ -0,0 +1,77 @@ +%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: Astronaut_Yellow + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + 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: a551e30ea837ff643bcb01d38b2055a7, 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} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _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} diff --git a/ItemBundleBuilder/Assets/Materials/Astronaut_Yellow.mat.meta b/ItemBundleBuilder/Assets/Materials/Astronaut_Yellow.mat.meta new file mode 100644 index 0000000..383a11b --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Astronaut_Yellow.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: becceaf52a72b6d4eb2412c1e22ee29f +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Materials/Outline.mat b/ItemBundleBuilder/Assets/Materials/Outline.mat new file mode 100644 index 0000000..4794935 --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Outline.mat @@ -0,0 +1,77 @@ +%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: Outline + m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0} + m_ShaderKeywords: + 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: 0} + 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} + m_Floats: + - _BumpScale: 1 + - _Cutoff: 0.5 + - _DetailNormalMapScale: 1 + - _DstBlend: 0 + - _GlossMapScale: 1 + - _Glossiness: 0 + - _GlossyReflections: 1 + - _Metallic: 0 + - _Mode: 0 + - _OcclusionStrength: 1 + - _Parallax: 0.02 + - _SmoothnessTextureChannel: 0 + - _SpecularHighlights: 1 + - _SrcBlend: 1 + - _UVSec: 0 + - _ZWrite: 1 + m_Colors: + - _Color: {r: 0, g: 0, b: 0, a: 0} + - _EmissionColor: {r: 0, g: 0, b: 0, a: 1} diff --git a/ItemBundleBuilder/Assets/Materials/Outline.mat.meta b/ItemBundleBuilder/Assets/Materials/Outline.mat.meta new file mode 100644 index 0000000..281f9a5 --- /dev/null +++ b/ItemBundleBuilder/Assets/Materials/Outline.mat.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 17eb8c814c7be1c4e85c0f8db56a22c9 +NativeFormatImporter: + externalObjects: {} + mainObjectFileID: 2100000 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Prefabs.meta b/ItemBundleBuilder/Assets/Prefabs.meta new file mode 100644 index 0000000..bcfd854 --- /dev/null +++ b/ItemBundleBuilder/Assets/Prefabs.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 6fb0b3de9e265124889c25484718f5da +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Prefabs/black Variant.prefab b/ItemBundleBuilder/Assets/Prefabs/black Variant.prefab new file mode 100644 index 0000000..a8b2350 --- /dev/null +++ b/ItemBundleBuilder/Assets/Prefabs/black Variant.prefab @@ -0,0 +1,81 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &8247686860765621053 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 2784191256546430578, guid: 8b4ba93fd54568e4bae9fac570a46e65, + type: 3} + propertyPath: m_Materials.Array.data[1] + value: + objectReference: {fileID: 2100000, guid: 789ac5cf46f401445990962113118917, type: 2} + - target: {fileID: 2784191256546430578, guid: 8b4ba93fd54568e4bae9fac570a46e65, + type: 3} + propertyPath: m_Materials.Array.data[2] + value: + objectReference: {fileID: 2100000, guid: 6187004a9d71fb1458cc1fe951b6ee9b, type: 2} + - target: {fileID: 3956486966373856541, guid: 8b4ba93fd54568e4bae9fac570a46e65, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3956486966373856541, guid: 8b4ba93fd54568e4bae9fac570a46e65, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.00000006854534 + objectReference: {fileID: 0} + - target: {fileID: 3956486966373856541, guid: 8b4ba93fd54568e4bae9fac570a46e65, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.000000021457671 + objectReference: {fileID: 0} + - target: {fileID: 3956486966373856541, guid: 8b4ba93fd54568e4bae9fac570a46e65, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.000000019073486 + objectReference: {fileID: 0} + - target: {fileID: 3956486966373856541, guid: 8b4ba93fd54568e4bae9fac570a46e65, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 3956486966373856541, guid: 8b4ba93fd54568e4bae9fac570a46e65, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3956486966373856541, guid: 8b4ba93fd54568e4bae9fac570a46e65, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3956486966373856541, guid: 8b4ba93fd54568e4bae9fac570a46e65, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3956486966373856541, guid: 8b4ba93fd54568e4bae9fac570a46e65, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3956486966373856541, guid: 8b4ba93fd54568e4bae9fac570a46e65, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 3956486966373856541, guid: 8b4ba93fd54568e4bae9fac570a46e65, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4441555570932936615, guid: 8b4ba93fd54568e4bae9fac570a46e65, + type: 3} + propertyPath: m_Name + value: black Variant + objectReference: {fileID: 0} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 8b4ba93fd54568e4bae9fac570a46e65, type: 3} diff --git a/ItemBundleBuilder/Assets/Prefabs/black Variant.prefab.meta b/ItemBundleBuilder/Assets/Prefabs/black Variant.prefab.meta new file mode 100644 index 0000000..c78424e --- /dev/null +++ b/ItemBundleBuilder/Assets/Prefabs/black Variant.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 679a0777b4530544988e6813803fefe7 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Prefabs/blue Variant.prefab b/ItemBundleBuilder/Assets/Prefabs/blue Variant.prefab new file mode 100644 index 0000000..000352c --- /dev/null +++ b/ItemBundleBuilder/Assets/Prefabs/blue Variant.prefab @@ -0,0 +1,86 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &3206474501483493543 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.00000006854534 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.000000021457671 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.000000019073486 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5752847980240176282, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_Name + value: blue Variant + objectReference: {fileID: 0} + - target: {fileID: 5752847980240176282, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6113289813583308111, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_Materials.Array.data[1] + value: + objectReference: {fileID: 2100000, guid: 4262b06ef929f2d4ba9ef156b96e0afb, type: 2} + - target: {fileID: 6113289813583308111, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_Materials.Array.data[2] + value: + objectReference: {fileID: 2100000, guid: 636cb426be5b1944ba7eb09610b42086, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 679a0777b4530544988e6813803fefe7, type: 3} diff --git a/ItemBundleBuilder/Assets/Prefabs/blue Variant.prefab.meta b/ItemBundleBuilder/Assets/Prefabs/blue Variant.prefab.meta new file mode 100644 index 0000000..80e695b --- /dev/null +++ b/ItemBundleBuilder/Assets/Prefabs/blue Variant.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 3f19a8d6110c1e9498888e26efdd55f1 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Prefabs/brown Variant.prefab b/ItemBundleBuilder/Assets/Prefabs/brown Variant.prefab new file mode 100644 index 0000000..14a7dac --- /dev/null +++ b/ItemBundleBuilder/Assets/Prefabs/brown Variant.prefab @@ -0,0 +1,86 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &4598286036192326227 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.00000006854534 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.000000021457671 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.000000019073486 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5752847980240176282, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_Name + value: brown Variant + objectReference: {fileID: 0} + - target: {fileID: 5752847980240176282, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6113289813583308111, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_Materials.Array.data[1] + value: + objectReference: {fileID: 2100000, guid: a25fcf496084c5940828fadac31162f5, type: 2} + - target: {fileID: 6113289813583308111, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_Materials.Array.data[2] + value: + objectReference: {fileID: 2100000, guid: b30bbc45b1635d244aa22a822a40fa06, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 679a0777b4530544988e6813803fefe7, type: 3} diff --git a/ItemBundleBuilder/Assets/Prefabs/brown Variant.prefab.meta b/ItemBundleBuilder/Assets/Prefabs/brown Variant.prefab.meta new file mode 100644 index 0000000..e2efc86 --- /dev/null +++ b/ItemBundleBuilder/Assets/Prefabs/brown Variant.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 2244f66eda9f88f4d96921a3aea4b139 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Prefabs/cyan Variant.prefab b/ItemBundleBuilder/Assets/Prefabs/cyan Variant.prefab new file mode 100644 index 0000000..b653348 --- /dev/null +++ b/ItemBundleBuilder/Assets/Prefabs/cyan Variant.prefab @@ -0,0 +1,86 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &7860331511724406615 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.00000006854534 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.000000021457671 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.000000019073486 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5752847980240176282, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_Name + value: cyan Variant + objectReference: {fileID: 0} + - target: {fileID: 5752847980240176282, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6113289813583308111, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_Materials.Array.data[1] + value: + objectReference: {fileID: 2100000, guid: a4f68eb2d2d5d0246acb1ee9b4dcc513, type: 2} + - target: {fileID: 6113289813583308111, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_Materials.Array.data[2] + value: + objectReference: {fileID: 2100000, guid: 7f943938d2bc9574388c7c46b522bc60, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 679a0777b4530544988e6813803fefe7, type: 3} diff --git a/ItemBundleBuilder/Assets/Prefabs/cyan Variant.prefab.meta b/ItemBundleBuilder/Assets/Prefabs/cyan Variant.prefab.meta new file mode 100644 index 0000000..f2df554 --- /dev/null +++ b/ItemBundleBuilder/Assets/Prefabs/cyan Variant.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 47741849f79e0b3459618175dd0dbdb4 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Prefabs/green Variant.prefab b/ItemBundleBuilder/Assets/Prefabs/green Variant.prefab new file mode 100644 index 0000000..60a3f2b --- /dev/null +++ b/ItemBundleBuilder/Assets/Prefabs/green Variant.prefab @@ -0,0 +1,86 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &2439748490115496029 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.00000006854534 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.000000021457671 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.000000019073486 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5752847980240176282, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_Name + value: green Variant + objectReference: {fileID: 0} + - target: {fileID: 5752847980240176282, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6113289813583308111, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_Materials.Array.data[1] + value: + objectReference: {fileID: 2100000, guid: d0af5f7d88c916d4e85c752b2ff4a359, type: 2} + - target: {fileID: 6113289813583308111, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_Materials.Array.data[2] + value: + objectReference: {fileID: 2100000, guid: 8b434c4fe4abf0f4b98c36e4612a0d1b, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 679a0777b4530544988e6813803fefe7, type: 3} diff --git a/ItemBundleBuilder/Assets/Prefabs/green Variant.prefab.meta b/ItemBundleBuilder/Assets/Prefabs/green Variant.prefab.meta new file mode 100644 index 0000000..7823259 --- /dev/null +++ b/ItemBundleBuilder/Assets/Prefabs/green Variant.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 6ae9f5208364f9744b63bd02565be1f8 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Prefabs/lime Variant.prefab b/ItemBundleBuilder/Assets/Prefabs/lime Variant.prefab new file mode 100644 index 0000000..eecfd6b --- /dev/null +++ b/ItemBundleBuilder/Assets/Prefabs/lime Variant.prefab @@ -0,0 +1,86 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &1315453831923900987 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.00000006854534 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.000000021457671 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.000000019073486 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5752847980240176282, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_Name + value: lime Variant + objectReference: {fileID: 0} + - target: {fileID: 5752847980240176282, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6113289813583308111, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_Materials.Array.data[1] + value: + objectReference: {fileID: 2100000, guid: 9c2244139cbbeb84fb8b3d50c331cca9, type: 2} + - target: {fileID: 6113289813583308111, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_Materials.Array.data[2] + value: + objectReference: {fileID: 2100000, guid: 4862ea5a071327f42a1bb05cecd8d34d, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 679a0777b4530544988e6813803fefe7, type: 3} diff --git a/ItemBundleBuilder/Assets/Prefabs/lime Variant.prefab.meta b/ItemBundleBuilder/Assets/Prefabs/lime Variant.prefab.meta new file mode 100644 index 0000000..f37cbbb --- /dev/null +++ b/ItemBundleBuilder/Assets/Prefabs/lime Variant.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: bde0b254787bb6846844c2ff1d2fa917 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Prefabs/orange Variant.prefab b/ItemBundleBuilder/Assets/Prefabs/orange Variant.prefab new file mode 100644 index 0000000..e9e4e2b --- /dev/null +++ b/ItemBundleBuilder/Assets/Prefabs/orange Variant.prefab @@ -0,0 +1,86 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &722167546333759262 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.00000006854534 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.000000021457671 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.000000019073486 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5752847980240176282, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_Name + value: orange Variant + objectReference: {fileID: 0} + - target: {fileID: 5752847980240176282, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6113289813583308111, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_Materials.Array.data[1] + value: + objectReference: {fileID: 2100000, guid: 5b846f7ae83e91840a7480333f4b7602, type: 2} + - target: {fileID: 6113289813583308111, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_Materials.Array.data[2] + value: + objectReference: {fileID: 2100000, guid: f8898e552e1b5b247bac18092c63f793, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 679a0777b4530544988e6813803fefe7, type: 3} diff --git a/ItemBundleBuilder/Assets/Prefabs/orange Variant.prefab.meta b/ItemBundleBuilder/Assets/Prefabs/orange Variant.prefab.meta new file mode 100644 index 0000000..45b431f --- /dev/null +++ b/ItemBundleBuilder/Assets/Prefabs/orange Variant.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 1dd39e7b749c22c448c96fd46a6b8747 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Prefabs/pink Variant.prefab b/ItemBundleBuilder/Assets/Prefabs/pink Variant.prefab new file mode 100644 index 0000000..6a7271d --- /dev/null +++ b/ItemBundleBuilder/Assets/Prefabs/pink Variant.prefab @@ -0,0 +1,86 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &6961040678639612540 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.00000006854534 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.000000021457671 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.000000019073486 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5752847980240176282, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_Name + value: pink Variant + objectReference: {fileID: 0} + - target: {fileID: 5752847980240176282, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6113289813583308111, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_Materials.Array.data[1] + value: + objectReference: {fileID: 2100000, guid: a368ce6ac5dc1b54caaa20e456167492, type: 2} + - target: {fileID: 6113289813583308111, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_Materials.Array.data[2] + value: + objectReference: {fileID: 2100000, guid: f69a0bbeb2f725f458db6ba9c6e98321, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 679a0777b4530544988e6813803fefe7, type: 3} diff --git a/ItemBundleBuilder/Assets/Prefabs/pink Variant.prefab.meta b/ItemBundleBuilder/Assets/Prefabs/pink Variant.prefab.meta new file mode 100644 index 0000000..c18e42a --- /dev/null +++ b/ItemBundleBuilder/Assets/Prefabs/pink Variant.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 978e7bc174c85874ab3ed4e89e27948e +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Prefabs/purple Variant.prefab b/ItemBundleBuilder/Assets/Prefabs/purple Variant.prefab new file mode 100644 index 0000000..6bf61cb --- /dev/null +++ b/ItemBundleBuilder/Assets/Prefabs/purple Variant.prefab @@ -0,0 +1,86 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &1929125909452815212 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.00000006854534 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.000000021457671 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.000000019073486 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5752847980240176282, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_Name + value: purple Variant + objectReference: {fileID: 0} + - target: {fileID: 5752847980240176282, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6113289813583308111, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_Materials.Array.data[1] + value: + objectReference: {fileID: 2100000, guid: 6066b97fdfdcceb4faf052b24932b0f5, type: 2} + - target: {fileID: 6113289813583308111, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_Materials.Array.data[2] + value: + objectReference: {fileID: 2100000, guid: 2691f4432e7c632408cf9b5b795a9622, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 679a0777b4530544988e6813803fefe7, type: 3} diff --git a/ItemBundleBuilder/Assets/Prefabs/purple Variant.prefab.meta b/ItemBundleBuilder/Assets/Prefabs/purple Variant.prefab.meta new file mode 100644 index 0000000..5178a0a --- /dev/null +++ b/ItemBundleBuilder/Assets/Prefabs/purple Variant.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: faaf387d9518bdc4aa05094bd9f95d8a +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Prefabs/red.prefab b/ItemBundleBuilder/Assets/Prefabs/red.prefab new file mode 100644 index 0000000..83e52b1 --- /dev/null +++ b/ItemBundleBuilder/Assets/Prefabs/red.prefab @@ -0,0 +1,143 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1 &4441555570932936615 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 3956486966373856541} + - component: {fileID: 92209974572366520} + - component: {fileID: 2784191256546430578} + m_Layer: 0 + m_Name: red + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &3956486966373856541 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4441555570932936615} + m_LocalRotation: {x: 0, y: 0, z: 0, w: 1} + m_LocalPosition: {x: 0.00000006854534, y: -0.000000021457671, z: 0.000000019073486} + m_LocalScale: {x: 0.1, y: 0.1, z: 0.1} + m_Children: + - {fileID: 8752507260924737821} + m_Father: {fileID: 0} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0} +--- !u!33 &92209974572366520 +MeshFilter: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4441555570932936615} + m_Mesh: {fileID: -8618185471609908263, guid: 416e73c9fe26c204e81f471dfdcb9967, type: 3} +--- !u!23 &2784191256546430578 +MeshRenderer: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 4441555570932936615} + m_Enabled: 1 + m_CastShadows: 1 + m_ReceiveShadows: 1 + m_DynamicOccludee: 1 + m_MotionVectors: 1 + m_LightProbeUsage: 1 + m_ReflectionProbeUsage: 1 + m_RayTracingMode: 2 + m_RenderingLayerMask: 1 + m_RendererPriority: 0 + m_Materials: + - {fileID: 2100000, guid: 17eb8c814c7be1c4e85c0f8db56a22c9, type: 2} + - {fileID: 2100000, guid: 1b43f3f0db2381948b544d213127c7fe, type: 2} + - {fileID: 2100000, guid: 0ad2e2a9c23f9a94a90c3ea5fcbd3203, type: 2} + m_StaticBatchInfo: + firstSubMesh: 0 + subMeshCount: 0 + m_StaticBatchRoot: {fileID: 0} + m_ProbeAnchor: {fileID: 0} + m_LightProbeVolumeOverride: {fileID: 0} + m_ScaleInLightmap: 1 + m_ReceiveGI: 1 + m_PreserveUVs: 0 + m_IgnoreNormalsForChartDetection: 0 + m_ImportantGI: 0 + m_StitchLightmapSeams: 1 + m_SelectedEditorRenderState: 3 + m_MinimumChartSize: 4 + m_AutoUVMaxDistance: 0.5 + m_AutoUVMaxAngle: 89 + m_LightmapParameters: {fileID: 0} + m_SortingLayerID: 0 + m_SortingLayer: 0 + m_SortingOrder: 0 +--- !u!1 &6569060883850841250 +GameObject: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + serializedVersion: 6 + m_Component: + - component: {fileID: 8752507260924737821} + - component: {fileID: 3868625144785204520} + - component: {fileID: 6246633079725001624} + m_Layer: 0 + m_Name: colliders + m_TagString: Untagged + m_Icon: {fileID: 0} + m_NavMeshLayer: 0 + m_StaticEditorFlags: 0 + m_IsActive: 1 +--- !u!4 &8752507260924737821 +Transform: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6569060883850841250} + m_LocalRotation: {x: -0.690158, y: -0.15388922, z: -0.15388922, w: 0.690158} + m_LocalPosition: {x: 0, y: 0, z: 0} + m_LocalScale: {x: 100, y: 100, z: 100} + m_Children: [] + m_Father: {fileID: 3956486966373856541} + m_RootOrder: 0 + m_LocalEulerAnglesHint: {x: -90, y: 0, z: -25.140001} +--- !u!136 &3868625144785204520 +CapsuleCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6569060883850841250} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + m_Radius: 0.01157782 + m_Height: 0.044541884 + m_Direction: 2 + m_Center: {x: 0.00074926135, y: -0.00004223466, z: 0.022143453} +--- !u!65 &6246633079725001624 +BoxCollider: + m_ObjectHideFlags: 0 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 6569060883850841250} + m_Material: {fileID: 0} + m_IsTrigger: 0 + m_Enabled: 1 + serializedVersion: 2 + m_Size: {x: 0.021994848, y: 0.011862849, z: 0.0070767608} + m_Center: {x: -0.0002748663, y: 0.00068780436, z: 0.003410912} diff --git a/ItemBundleBuilder/Assets/Prefabs/red.prefab.meta b/ItemBundleBuilder/Assets/Prefabs/red.prefab.meta new file mode 100644 index 0000000..1dd2ddf --- /dev/null +++ b/ItemBundleBuilder/Assets/Prefabs/red.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 8b4ba93fd54568e4bae9fac570a46e65 +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Prefabs/white Variant.prefab b/ItemBundleBuilder/Assets/Prefabs/white Variant.prefab new file mode 100644 index 0000000..502f9d2 --- /dev/null +++ b/ItemBundleBuilder/Assets/Prefabs/white Variant.prefab @@ -0,0 +1,86 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &2291616290135141088 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.00000006854534 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.000000021457671 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.000000019073486 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5752847980240176282, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_Name + value: white Variant + objectReference: {fileID: 0} + - target: {fileID: 5752847980240176282, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6113289813583308111, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_Materials.Array.data[1] + value: + objectReference: {fileID: 2100000, guid: 6d12628392cd8f3409c50e4a327dcdea, type: 2} + - target: {fileID: 6113289813583308111, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_Materials.Array.data[2] + value: + objectReference: {fileID: 2100000, guid: 605eb557c0de79a458e00fc0fb5491db, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 679a0777b4530544988e6813803fefe7, type: 3} diff --git a/ItemBundleBuilder/Assets/Prefabs/white Variant.prefab.meta b/ItemBundleBuilder/Assets/Prefabs/white Variant.prefab.meta new file mode 100644 index 0000000..992ada4 --- /dev/null +++ b/ItemBundleBuilder/Assets/Prefabs/white Variant.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 652bb04282bb6cd45b881641d8b807be +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/Prefabs/yellow Variant.prefab b/ItemBundleBuilder/Assets/Prefabs/yellow Variant.prefab new file mode 100644 index 0000000..0af55c7 --- /dev/null +++ b/ItemBundleBuilder/Assets/Prefabs/yellow Variant.prefab @@ -0,0 +1,86 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1001 &7973759316834457262 +PrefabInstance: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Modification: + m_TransformParent: {fileID: 0} + m_Modifications: + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_RootOrder + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.x + value: 0.00000006854534 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.y + value: -0.000000021457671 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalPosition.z + value: 0.000000019073486 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.w + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalRotation.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.x + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.y + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 4944363527478074912, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_LocalEulerAnglesHint.z + value: 0 + objectReference: {fileID: 0} + - target: {fileID: 5752847980240176282, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_Name + value: yellow Variant + objectReference: {fileID: 0} + - target: {fileID: 5752847980240176282, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_IsActive + value: 1 + objectReference: {fileID: 0} + - target: {fileID: 6113289813583308111, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_Materials.Array.data[1] + value: + objectReference: {fileID: 2100000, guid: becceaf52a72b6d4eb2412c1e22ee29f, type: 2} + - target: {fileID: 6113289813583308111, guid: 679a0777b4530544988e6813803fefe7, + type: 3} + propertyPath: m_Materials.Array.data[2] + value: + objectReference: {fileID: 2100000, guid: 537207bd025c2dc46a17f2ee8c0a4900, type: 2} + m_RemovedComponents: [] + m_SourcePrefab: {fileID: 100100000, guid: 679a0777b4530544988e6813803fefe7, type: 3} diff --git a/ItemBundleBuilder/Assets/Prefabs/yellow Variant.prefab.meta b/ItemBundleBuilder/Assets/Prefabs/yellow Variant.prefab.meta new file mode 100644 index 0000000..ad63d04 --- /dev/null +++ b/ItemBundleBuilder/Assets/Prefabs/yellow Variant.prefab.meta @@ -0,0 +1,7 @@ +fileFormatVersion: 2 +guid: 051f616845c6d96489249f0dbe8ddd7b +PrefabImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/astronaut_single.fbx b/ItemBundleBuilder/Assets/astronaut_single.fbx new file mode 100644 index 0000000..43f70d9 --- /dev/null +++ b/ItemBundleBuilder/Assets/astronaut_single.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ffd819445246672e5ca8aca77e7901b52a6f81423efb5101c836c9c1ea8143e +size 312492 diff --git a/ItemBundleBuilder/Assets/astronaut_single.fbx.meta b/ItemBundleBuilder/Assets/astronaut_single.fbx.meta new file mode 100644 index 0000000..6feb22f --- /dev/null +++ b/ItemBundleBuilder/Assets/astronaut_single.fbx.meta @@ -0,0 +1,97 @@ +fileFormatVersion: 2 +guid: 416e73c9fe26c204e81f471dfdcb9967 +ModelImporter: + serializedVersion: 19301 + internalIDToNameTable: [] + externalObjects: {} + materials: + materialImportMode: 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 + sortHierarchyByName: 1 + importVisibility: 1 + importBlendShapes: 1 + importCameras: 1 + importLights: 1 + fileIdsGeneration: 2 + swapUVChannels: 0 + generateSecondaryUV: 0 + useFileUnits: 1 + keepQuads: 0 + weldVertices: 1 + preserveHierarchy: 0 + skinWeightsMode: 0 + maxBonesPerVertex: 4 + minBoneWeight: 0.001 + meshOptimizationFlags: -1 + indexFormat: 0 + secondaryUVAngleDistortion: 8 + secondaryUVAreaDistortion: 15.000001 + secondaryUVHardAngle: 88 + secondaryUVPackMargin: 4 + useFileScale: 1 + tangentSpace: + normalSmoothAngle: 60 + normalImportMode: 0 + tangentImportMode: 3 + normalCalculationMode: 4 + legacyComputeAllNormalsFromSmoothingGroupsWhenMeshHasBlendShapes: 0 + blendShapeNormalImportMode: 1 + normalSmoothingSource: 0 + referencedClips: [] + importAnimation: 1 + humanDescription: + serializedVersion: 3 + human: [] + skeleton: [] + armTwist: 0.5 + foreArmTwist: 0.5 + upperLegTwist: 0.5 + legTwist: 0.5 + armStretch: 0.05 + legStretch: 0.05 + feetSpacing: 0 + globalScale: 1 + rootMotionBoneName: + hasTranslationDoF: 0 + hasExtraRoot: 0 + skeletonHasParents: 1 + lastHumanDescriptionAvatarSource: {instanceID: 0} + autoGenerateAvatarMappingIfUnspecified: 1 + animationType: 2 + humanoidOversampling: 1 + avatarSetup: 0 + additionalBone: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/icons.meta b/ItemBundleBuilder/Assets/icons.meta new file mode 100644 index 0000000..9ed504a --- /dev/null +++ b/ItemBundleBuilder/Assets/icons.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: 4e8337498f7753e4e968cbc04df1dbf7 +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/icons/black.png b/ItemBundleBuilder/Assets/icons/black.png new file mode 100644 index 0000000..5709e71 --- /dev/null +++ b/ItemBundleBuilder/Assets/icons/black.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96cd6da7f9247ab61c824fa18ed94b3c7ad9770c3d2348fa4497ff4084080e6c +size 123852 diff --git a/ItemBundleBuilder/Assets/icons/black.png.meta b/ItemBundleBuilder/Assets/icons/black.png.meta new file mode 100644 index 0000000..a8999a1 --- /dev/null +++ b/ItemBundleBuilder/Assets/icons/black.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: 6b0d6ef3dae603d438b7e2c947d5e561 +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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 0 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 2000 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 2048 + 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: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/icons/blue.png b/ItemBundleBuilder/Assets/icons/blue.png new file mode 100644 index 0000000..b556c1f --- /dev/null +++ b/ItemBundleBuilder/Assets/icons/blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:adb4f787bd5c600b1de3b7ef641f47351cf1679dbc7f915ee67d007a28ff697c +size 131420 diff --git a/ItemBundleBuilder/Assets/icons/blue.png.meta b/ItemBundleBuilder/Assets/icons/blue.png.meta new file mode 100644 index 0000000..6262cc2 --- /dev/null +++ b/ItemBundleBuilder/Assets/icons/blue.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: b20c937797f6ffd439adb5ebdb59d7e0 +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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 0 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 2000 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 2048 + 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: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/icons/brown.png b/ItemBundleBuilder/Assets/icons/brown.png new file mode 100644 index 0000000..f0e01fe --- /dev/null +++ b/ItemBundleBuilder/Assets/icons/brown.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ca040f0305074303a1b47fcf8ccf73261243c71d4f2e96f8bbd786e55ea348d +size 128691 diff --git a/ItemBundleBuilder/Assets/icons/brown.png.meta b/ItemBundleBuilder/Assets/icons/brown.png.meta new file mode 100644 index 0000000..8e482c4 --- /dev/null +++ b/ItemBundleBuilder/Assets/icons/brown.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: cf247ef178dcbd043b1f5fdfb9298c18 +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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 0 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 2000 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 2048 + 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: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/icons/cyan.png b/ItemBundleBuilder/Assets/icons/cyan.png new file mode 100644 index 0000000..1037fb9 --- /dev/null +++ b/ItemBundleBuilder/Assets/icons/cyan.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54c59172643ef66814f6dee0b27402b3117dfe2d2c600d335fcd533e06f1d11b +size 147141 diff --git a/ItemBundleBuilder/Assets/icons/cyan.png.meta b/ItemBundleBuilder/Assets/icons/cyan.png.meta new file mode 100644 index 0000000..d0067f9 --- /dev/null +++ b/ItemBundleBuilder/Assets/icons/cyan.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: 9e754e422c677544e99d3dcce8952270 +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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 0 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 2000 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 2048 + 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: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/icons/dropped.png b/ItemBundleBuilder/Assets/icons/dropped.png new file mode 100644 index 0000000..21f5375 --- /dev/null +++ b/ItemBundleBuilder/Assets/icons/dropped.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f90489998012939edc9caf066ca5e4f65822814995fddeedeb82adafaf400ec +size 18435 diff --git a/ItemBundleBuilder/Assets/icons/dropped.png.meta b/ItemBundleBuilder/Assets/icons/dropped.png.meta new file mode 100644 index 0000000..e5b8ba1 --- /dev/null +++ b/ItemBundleBuilder/Assets/icons/dropped.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: dbf1a4dbbb5b4bb47b0c5d476bf6f578 +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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 0 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 2000 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 2048 + 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: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/icons/green.png b/ItemBundleBuilder/Assets/icons/green.png new file mode 100644 index 0000000..ad70d91 --- /dev/null +++ b/ItemBundleBuilder/Assets/icons/green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1d9fa36c4e071671ca13c30a655c9919b1f9b3eb85e97c97d4b80f07a8fe3d8 +size 127899 diff --git a/ItemBundleBuilder/Assets/icons/green.png.meta b/ItemBundleBuilder/Assets/icons/green.png.meta new file mode 100644 index 0000000..bf7253b --- /dev/null +++ b/ItemBundleBuilder/Assets/icons/green.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: dff03fcbc33ac364d81d83ec722215e3 +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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 0 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 2000 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 2048 + 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: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/icons/lime.png b/ItemBundleBuilder/Assets/icons/lime.png new file mode 100644 index 0000000..be6f17e --- /dev/null +++ b/ItemBundleBuilder/Assets/icons/lime.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a68472dfb4bf7be76d48dd0a51602d6e07298456f12b766584e9b9936f366150 +size 142099 diff --git a/ItemBundleBuilder/Assets/icons/lime.png.meta b/ItemBundleBuilder/Assets/icons/lime.png.meta new file mode 100644 index 0000000..b39e219 --- /dev/null +++ b/ItemBundleBuilder/Assets/icons/lime.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: 6e9d83b1741e36540a69bae5a5acab2f +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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 0 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 2000 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 2048 + 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: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/icons/orange.png b/ItemBundleBuilder/Assets/icons/orange.png new file mode 100644 index 0000000..04cb28f --- /dev/null +++ b/ItemBundleBuilder/Assets/icons/orange.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13b9383778c260cb90070f7ffe7e685f84345357a511f21c9c257dfb79fead8c +size 140398 diff --git a/ItemBundleBuilder/Assets/icons/orange.png.meta b/ItemBundleBuilder/Assets/icons/orange.png.meta new file mode 100644 index 0000000..923f84f --- /dev/null +++ b/ItemBundleBuilder/Assets/icons/orange.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: 6f4ff1bbb4e232a4e8192025330ad6e1 +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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 0 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 2000 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 2048 + 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: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/icons/pink.png b/ItemBundleBuilder/Assets/icons/pink.png new file mode 100644 index 0000000..9c1eaba --- /dev/null +++ b/ItemBundleBuilder/Assets/icons/pink.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8e83b996eea26349497b87a65603155b145aaa540cd412e6317592dd83fd2f +size 144523 diff --git a/ItemBundleBuilder/Assets/icons/pink.png.meta b/ItemBundleBuilder/Assets/icons/pink.png.meta new file mode 100644 index 0000000..75f0bf2 --- /dev/null +++ b/ItemBundleBuilder/Assets/icons/pink.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: 76413e253ea0b2a419f4f550b606aea3 +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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 0 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 2000 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 2048 + 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: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/icons/purple.png b/ItemBundleBuilder/Assets/icons/purple.png new file mode 100644 index 0000000..126111b --- /dev/null +++ b/ItemBundleBuilder/Assets/icons/purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b02d6b18145a14eee5f755a07880864561ca6a115ace4951355a257551a6b671 +size 134336 diff --git a/ItemBundleBuilder/Assets/icons/purple.png.meta b/ItemBundleBuilder/Assets/icons/purple.png.meta new file mode 100644 index 0000000..a2ec2a1 --- /dev/null +++ b/ItemBundleBuilder/Assets/icons/purple.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: c67d34c1fd84a5143b066e8dca030ba8 +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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 0 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 2000 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 2048 + 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: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/icons/red.png b/ItemBundleBuilder/Assets/icons/red.png new file mode 100644 index 0000000..5f20ae9 --- /dev/null +++ b/ItemBundleBuilder/Assets/icons/red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6782f3cf7a815365dcfd3e71cd29eb96d017a13db337ae5e4fbb2e297f3cef7f +size 133734 diff --git a/ItemBundleBuilder/Assets/icons/red.png.meta b/ItemBundleBuilder/Assets/icons/red.png.meta new file mode 100644 index 0000000..a01c6ba --- /dev/null +++ b/ItemBundleBuilder/Assets/icons/red.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: 9e0e9666b2467584a9c614a6a48c9633 +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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 0 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 2000 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 2048 + 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: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/icons/white.png b/ItemBundleBuilder/Assets/icons/white.png new file mode 100644 index 0000000..c6a4873 --- /dev/null +++ b/ItemBundleBuilder/Assets/icons/white.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2357bed9f9cf6ff27de851291887c4075ef0118ff109815f7a17a79134ee42d8 +size 148901 diff --git a/ItemBundleBuilder/Assets/icons/white.png.meta b/ItemBundleBuilder/Assets/icons/white.png.meta new file mode 100644 index 0000000..e8afb26 --- /dev/null +++ b/ItemBundleBuilder/Assets/icons/white.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: e0ca6a9d929311c4f82f62a59c4caf0f +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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 0 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 2000 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 2048 + 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: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/icons/yellow.png b/ItemBundleBuilder/Assets/icons/yellow.png new file mode 100644 index 0000000..8abba45 --- /dev/null +++ b/ItemBundleBuilder/Assets/icons/yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08e589a2cafcdf149dd8219c4f1ba5df67d5cb4028633d2fe4446613bf0e86b7 +size 146488 diff --git a/ItemBundleBuilder/Assets/icons/yellow.png.meta b/ItemBundleBuilder/Assets/icons/yellow.png.meta new file mode 100644 index 0000000..e58c744 --- /dev/null +++ b/ItemBundleBuilder/Assets/icons/yellow.png.meta @@ -0,0 +1,104 @@ +fileFormatVersion: 2 +guid: ce2e5c31f0a034e42bbb06ad041d13e0 +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 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 1 + aniso: 1 + mipBias: 0 + wrapU: 1 + wrapV: 1 + wrapW: 0 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 0 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 2000 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 2048 + 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: 5e97eb03825dee720800000000000000 + internalID: 0 + vertices: [] + indices: + edges: [] + weights: [] + secondaryTextures: [] + spritePackingTag: + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/textures.meta b/ItemBundleBuilder/Assets/textures.meta new file mode 100644 index 0000000..e65eab1 --- /dev/null +++ b/ItemBundleBuilder/Assets/textures.meta @@ -0,0 +1,8 @@ +fileFormatVersion: 2 +guid: eced955fa86b12448aad72b36b9ac15f +folderAsset: yes +DefaultImporter: + externalObjects: {} + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Black.png b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Black.png new file mode 100644 index 0000000..a7c5467 --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Black.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c316b1288dfb2ed9bff44da191f5ab0831380abd8ca16c2fc853055a2c8a9dc5 +size 10532 diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Black.png.meta b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Black.png.meta new file mode 100644 index 0000000..554dd2a --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Black.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: 42222876d4af1c3458eabfc433cba81a +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + 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 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Blue.png b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Blue.png new file mode 100644 index 0000000..3abeb46 --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c0a8b251c1bbad1971de8b4985629b51c019275e694bf7ebafa6250b9ef42ad +size 10526 diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Blue.png.meta b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Blue.png.meta new file mode 100644 index 0000000..83da38f --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Blue.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: dab29d062d489be42a6bdefa38c6c04e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + 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 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Brown.png b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Brown.png new file mode 100644 index 0000000..02be23b --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Brown.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3524e1e1014d3783a494280af68fc1b9dd498812064ab545d384194164725ff2 +size 10521 diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Brown.png.meta b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Brown.png.meta new file mode 100644 index 0000000..01a799c --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Brown.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: 320443e16259ee64a832c5ae0b6ac3ff +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + 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 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Cyan.png b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Cyan.png new file mode 100644 index 0000000..47189a1 --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Cyan.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e90030d32e19e6a9e0c2c02b62241132e1da0575caab4bd748baf49cd53fa5c4 +size 10534 diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Cyan.png.meta b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Cyan.png.meta new file mode 100644 index 0000000..533884a --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Cyan.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: a8d887ebb6f22024cb685d4a5e779fce +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + 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 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Green.png b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Green.png new file mode 100644 index 0000000..6338c76 --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8feb474ae984d317025c659607f41a28ca2105edfb1c4078a4ba70fa8db5f26 +size 10522 diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Green.png.meta b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Green.png.meta new file mode 100644 index 0000000..27a5c5c --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Green.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: 5abab4b9ebcc30d4bb2c34cd8ee433f2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + 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 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Lime.png b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Lime.png new file mode 100644 index 0000000..0346831 --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Lime.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9905ef0e025bd0d9826c5c085454e8d2856c5fe8cbac54ea21afa939a33d80d4 +size 10528 diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Lime.png.meta b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Lime.png.meta new file mode 100644 index 0000000..92ff90d --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Lime.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: aaff68f6943f5d247ad6a71a29e3c74b +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + 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 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Orange.png b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Orange.png new file mode 100644 index 0000000..175209a --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Orange.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6508a01902b770e9c6384e666e8f6c02afc03b502bb3baeff0146865ab544e89 +size 10526 diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Orange.png.meta b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Orange.png.meta new file mode 100644 index 0000000..35fdacd --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Orange.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: ac7c0b0398c72094e9cb4f7bed3ee0e5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + 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 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Pink.png b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Pink.png new file mode 100644 index 0000000..3f7348b --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Pink.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c15b3b6e87364c9ae48c0dc4bc6c5f6a581486fc2bb6373a24e19885ff1f951a +size 10596 diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Pink.png.meta b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Pink.png.meta new file mode 100644 index 0000000..1e2ff02 --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Pink.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: 0d06d05fa62cc1a41aefd158815424a8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + 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 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Purple.png b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Purple.png new file mode 100644 index 0000000..4cd73cf --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cadcc21fadb511b840f0a425e771a4369b87b2ac626909fd5a40c4aa695bd78 +size 10533 diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Purple.png.meta b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Purple.png.meta new file mode 100644 index 0000000..8f58b37 --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Purple.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: 7ece0c5d521027a41aadd6eb2272cfbd +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + 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 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Red.png b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Red.png new file mode 100644 index 0000000..1f24470 --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:994dedb03c769ad8136d211067fe07b5319faecb8988a3d235afb12610091327 +size 27612 diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Red.png.meta b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Red.png.meta new file mode 100644 index 0000000..1fc5f9b --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Red.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: f07cc755c323cb840af93f55e776c204 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + 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 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_White.png b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_White.png new file mode 100644 index 0000000..c24f3c4 --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91327fef1040c1089e65c2f62d11a2bf10c18408dce1bc0a7b684b84d4a9537e +size 10567 diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_White.png.meta b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_White.png.meta new file mode 100644 index 0000000..029e554 --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_White.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: fd18721dc94733448bfed7c4ded02c0d +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + 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 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Yellow.png b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Yellow.png new file mode 100644 index 0000000..74cd1ef --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:879d1e8fd554f340130366921c330ce5401251e5f2d618ddf7ab956db29083dd +size 10516 diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Yellow.png.meta b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Yellow.png.meta new file mode 100644 index 0000000..a32dfca --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Backpack_Yellow.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: f3b11a22773d38e458b0fb5fd73d5836 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + 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 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Black.png b/ItemBundleBuilder/Assets/textures/Astronaut_Black.png new file mode 100644 index 0000000..9f77c3d --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Black.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2530c30a6c4dd6faaf8bca6d25230e4251c06f8391e03db915db6066478e0f9 +size 12881 diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Black.png.meta b/ItemBundleBuilder/Assets/textures/Astronaut_Black.png.meta new file mode 100644 index 0000000..fc53d1f --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Black.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: 495ca26914fa60c41953697933e974b6 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + 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 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Blue.png b/ItemBundleBuilder/Assets/textures/Astronaut_Blue.png new file mode 100644 index 0000000..ecb089c --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Blue.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e9fea61a5eafee9efde38713e2759d2d956c040621b7cb07d0538d166e2e5cd +size 12905 diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Blue.png.meta b/ItemBundleBuilder/Assets/textures/Astronaut_Blue.png.meta new file mode 100644 index 0000000..ac4719e --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Blue.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: f318def2b5d08a34bb4487e2e6e29db5 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + 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 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Brown.png b/ItemBundleBuilder/Assets/textures/Astronaut_Brown.png new file mode 100644 index 0000000..eab3aae --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Brown.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbbd50a349c58f148c626a683a7542985e29dbdcea7920977aa9ce2229a5a814 +size 12889 diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Brown.png.meta b/ItemBundleBuilder/Assets/textures/Astronaut_Brown.png.meta new file mode 100644 index 0000000..d5269c0 --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Brown.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: ba7869b531553234780f8c29b429bd7e +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + 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 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Cyan.png b/ItemBundleBuilder/Assets/textures/Astronaut_Cyan.png new file mode 100644 index 0000000..fbcd636 --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Cyan.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0df1f66743c9546811bb0434866699ded110fc66d2fb864b90042764add3dbca +size 12883 diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Cyan.png.meta b/ItemBundleBuilder/Assets/textures/Astronaut_Cyan.png.meta new file mode 100644 index 0000000..a84e514 --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Cyan.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: 79a0681e60cac4a43a2dd4599b52eee2 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + 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 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Green.png b/ItemBundleBuilder/Assets/textures/Astronaut_Green.png new file mode 100644 index 0000000..52888e7 --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Green.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8939789ff7d3b30c37cdda60be17a6b2eb586b017caecaa7f0dbfbebe1954a9d +size 12877 diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Green.png.meta b/ItemBundleBuilder/Assets/textures/Astronaut_Green.png.meta new file mode 100644 index 0000000..d81d17c --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Green.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: e37f432860709394f81d8e642e463ca0 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + 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 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Lime.png b/ItemBundleBuilder/Assets/textures/Astronaut_Lime.png new file mode 100644 index 0000000..93710a2 --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Lime.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4d104e47514a71cd7deabf3a12742dbd666aca1e5f849095dcfdb39326d4e7d7 +size 12881 diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Lime.png.meta b/ItemBundleBuilder/Assets/textures/Astronaut_Lime.png.meta new file mode 100644 index 0000000..43bdd7e --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Lime.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: 0958b0f7d66b08244ac4558b3fb51f6f +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + 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 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Orange.png b/ItemBundleBuilder/Assets/textures/Astronaut_Orange.png new file mode 100644 index 0000000..17cbe8c --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Orange.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9063ae4712bf1ca7b4f64fe8d962a3cdfd594f7491d2191844c747f1c98584dc +size 12894 diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Orange.png.meta b/ItemBundleBuilder/Assets/textures/Astronaut_Orange.png.meta new file mode 100644 index 0000000..e1db90f --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Orange.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: 99eba46a976f3d844ae82f9f2169a949 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + 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 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Pink.png b/ItemBundleBuilder/Assets/textures/Astronaut_Pink.png new file mode 100644 index 0000000..65e2f41 --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Pink.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d919833f7e183bc7caa0b0618dff5d63289e63d2bd3a79f1991a294bfd30736d +size 12963 diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Pink.png.meta b/ItemBundleBuilder/Assets/textures/Astronaut_Pink.png.meta new file mode 100644 index 0000000..7806c52 --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Pink.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: 800dcf6d893cde44cba8d70fdf6d6cc8 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + 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 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Purple.png b/ItemBundleBuilder/Assets/textures/Astronaut_Purple.png new file mode 100644 index 0000000..f557630 --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Purple.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc98378031ff4f1efb470cf896df196e6b120d1ee49aa76f555f8bc939b38a9f +size 12896 diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Purple.png.meta b/ItemBundleBuilder/Assets/textures/Astronaut_Purple.png.meta new file mode 100644 index 0000000..2dd2b9a --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Purple.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: 89211fe6a228e4f4793edf2d2a2eb572 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + 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 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Red.png b/ItemBundleBuilder/Assets/textures/Astronaut_Red.png new file mode 100644 index 0000000..4122a2e --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Red.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6368efede7a52d3c144a5bbcd84fd93d3db32543166aaeec63edf8e8bfa49129 +size 14504 diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Red.png.meta b/ItemBundleBuilder/Assets/textures/Astronaut_Red.png.meta new file mode 100644 index 0000000..cc3ebb2 --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Red.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: 389a61e13d1e654429c707bc718c5b62 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + 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 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_White.png b/ItemBundleBuilder/Assets/textures/Astronaut_White.png new file mode 100644 index 0000000..5afa59d --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_White.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a105465313bddf10029d82d16cd672dcdd61f580346226706a892100151fc502 +size 12926 diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_White.png.meta b/ItemBundleBuilder/Assets/textures/Astronaut_White.png.meta new file mode 100644 index 0000000..06a0d4c --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_White.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: 0c04324e9bdc6ab4b8a1be99f22a756c +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + 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 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Yellow.png b/ItemBundleBuilder/Assets/textures/Astronaut_Yellow.png new file mode 100644 index 0000000..3a0f3f5 --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Yellow.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bfe52b59e14b1f16e57c7db6a7ca43a842db8805be8e478dbf4dc74f8bd44f2e +size 12887 diff --git a/ItemBundleBuilder/Assets/textures/Astronaut_Yellow.png.meta b/ItemBundleBuilder/Assets/textures/Astronaut_Yellow.png.meta new file mode 100644 index 0000000..d093d76 --- /dev/null +++ b/ItemBundleBuilder/Assets/textures/Astronaut_Yellow.png.meta @@ -0,0 +1,92 @@ +fileFormatVersion: 2 +guid: a551e30ea837ff643bcb01d38b2055a7 +TextureImporter: + internalIDToNameTable: [] + externalObjects: {} + serializedVersion: 11 + 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: 0 + wrapU: 0 + wrapV: 0 + wrapW: 0 + 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 + applyGammaDecoding: 0 + platformSettings: + - serializedVersion: 3 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + 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: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/ItemBundleBuilder/Packages/manifest.json b/ItemBundleBuilder/Packages/manifest.json new file mode 100644 index 0000000..f101b09 --- /dev/null +++ b/ItemBundleBuilder/Packages/manifest.json @@ -0,0 +1,46 @@ +{ + "dependencies": { + "com.siccity.gltfutility": "https://github.com/siccity/gltfutility.git", + "com.unity.collab-proxy": "1.14.18", + "com.unity.ide.rider": "1.2.1", + "com.unity.ide.visualstudio": "2.0.15", + "com.unity.ide.vscode": "1.2.5", + "com.unity.test-framework": "1.1.31", + "com.unity.textmeshpro": "2.1.6", + "com.unity.timeline": "1.2.18", + "com.unity.ugui": "1.0.0", + "com.unity.xr.oculus.standalone": "2.38.4", + "com.unity.xr.openvr.standalone": "2.0.5", + "com.unity.modules.ai": "1.0.0", + "com.unity.modules.androidjni": "1.0.0", + "com.unity.modules.animation": "1.0.0", + "com.unity.modules.assetbundle": "1.0.0", + "com.unity.modules.audio": "1.0.0", + "com.unity.modules.cloth": "1.0.0", + "com.unity.modules.director": "1.0.0", + "com.unity.modules.imageconversion": "1.0.0", + "com.unity.modules.imgui": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0", + "com.unity.modules.particlesystem": "1.0.0", + "com.unity.modules.physics": "1.0.0", + "com.unity.modules.physics2d": "1.0.0", + "com.unity.modules.screencapture": "1.0.0", + "com.unity.modules.terrain": "1.0.0", + "com.unity.modules.terrainphysics": "1.0.0", + "com.unity.modules.tilemap": "1.0.0", + "com.unity.modules.ui": "1.0.0", + "com.unity.modules.uielements": "1.0.0", + "com.unity.modules.umbra": "1.0.0", + "com.unity.modules.unityanalytics": "1.0.0", + "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.modules.unitywebrequestassetbundle": "1.0.0", + "com.unity.modules.unitywebrequestaudio": "1.0.0", + "com.unity.modules.unitywebrequesttexture": "1.0.0", + "com.unity.modules.unitywebrequestwww": "1.0.0", + "com.unity.modules.vehicles": "1.0.0", + "com.unity.modules.video": "1.0.0", + "com.unity.modules.vr": "1.0.0", + "com.unity.modules.wind": "1.0.0", + "com.unity.modules.xr": "1.0.0" + } +} diff --git a/ItemBundleBuilder/Packages/packages-lock.json b/ItemBundleBuilder/Packages/packages-lock.json new file mode 100644 index 0000000..641f481 --- /dev/null +++ b/ItemBundleBuilder/Packages/packages-lock.json @@ -0,0 +1,356 @@ +{ + "dependencies": { + "com.siccity.gltfutility": { + "version": "https://github.com/siccity/gltfutility.git", + "depth": 0, + "source": "git", + "dependencies": { + "com.unity.nuget.newtonsoft-json": "2.0.0" + }, + "hash": "96619fcd48ffe5c4ad122837a21601a6f7c20080" + }, + "com.unity.collab-proxy": { + "version": "1.14.18", + "depth": 0, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.ext.nunit": { + "version": "1.0.6", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.ide.rider": { + "version": "1.2.1", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.test-framework": "1.1.1" + }, + "url": "https://packages.unity.com" + }, + "com.unity.ide.visualstudio": { + "version": "2.0.15", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.test-framework": "1.1.9" + }, + "url": "https://packages.unity.com" + }, + "com.unity.ide.vscode": { + "version": "1.2.5", + "depth": 0, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.nuget.newtonsoft-json": { + "version": "2.0.0", + "depth": 1, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.test-framework": { + "version": "1.1.31", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.ext.nunit": "1.0.6", + "com.unity.modules.imgui": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.textmeshpro": { + "version": "2.1.6", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.ugui": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.timeline": { + "version": "1.2.18", + "depth": 0, + "source": "registry", + "dependencies": { + "com.unity.modules.director": "1.0.0", + "com.unity.modules.animation": "1.0.0", + "com.unity.modules.audio": "1.0.0", + "com.unity.modules.particlesystem": "1.0.0" + }, + "url": "https://packages.unity.com" + }, + "com.unity.ugui": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.ui": "1.0.0", + "com.unity.modules.imgui": "1.0.0" + } + }, + "com.unity.xr.oculus.standalone": { + "version": "2.38.4", + "depth": 0, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.xr.openvr.standalone": { + "version": "2.0.5", + "depth": 0, + "source": "registry", + "dependencies": {}, + "url": "https://packages.unity.com" + }, + "com.unity.modules.ai": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.androidjni": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.animation": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.assetbundle": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.audio": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.cloth": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.physics": "1.0.0" + } + }, + "com.unity.modules.director": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.audio": "1.0.0", + "com.unity.modules.animation": "1.0.0" + } + }, + "com.unity.modules.imageconversion": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.imgui": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.jsonserialize": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.particlesystem": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.physics": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.physics2d": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.screencapture": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.imageconversion": "1.0.0" + } + }, + "com.unity.modules.subsystems": { + "version": "1.0.0", + "depth": 1, + "source": "builtin", + "dependencies": { + "com.unity.modules.jsonserialize": "1.0.0" + } + }, + "com.unity.modules.terrain": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.terrainphysics": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.physics": "1.0.0", + "com.unity.modules.terrain": "1.0.0" + } + }, + "com.unity.modules.tilemap": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.physics2d": "1.0.0" + } + }, + "com.unity.modules.ui": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.uielements": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.imgui": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0" + } + }, + "com.unity.modules.umbra": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.unityanalytics": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0" + } + }, + "com.unity.modules.unitywebrequest": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.unitywebrequestassetbundle": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.assetbundle": "1.0.0", + "com.unity.modules.unitywebrequest": "1.0.0" + } + }, + "com.unity.modules.unitywebrequestaudio": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.modules.audio": "1.0.0" + } + }, + "com.unity.modules.unitywebrequesttexture": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.modules.imageconversion": "1.0.0" + } + }, + "com.unity.modules.unitywebrequestwww": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.unitywebrequest": "1.0.0", + "com.unity.modules.unitywebrequestassetbundle": "1.0.0", + "com.unity.modules.unitywebrequestaudio": "1.0.0", + "com.unity.modules.audio": "1.0.0", + "com.unity.modules.assetbundle": "1.0.0", + "com.unity.modules.imageconversion": "1.0.0" + } + }, + "com.unity.modules.vehicles": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.physics": "1.0.0" + } + }, + "com.unity.modules.video": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.audio": "1.0.0", + "com.unity.modules.ui": "1.0.0", + "com.unity.modules.unitywebrequest": "1.0.0" + } + }, + "com.unity.modules.vr": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.jsonserialize": "1.0.0", + "com.unity.modules.physics": "1.0.0", + "com.unity.modules.xr": "1.0.0" + } + }, + "com.unity.modules.wind": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": {} + }, + "com.unity.modules.xr": { + "version": "1.0.0", + "depth": 0, + "source": "builtin", + "dependencies": { + "com.unity.modules.physics": "1.0.0", + "com.unity.modules.jsonserialize": "1.0.0", + "com.unity.modules.subsystems": "1.0.0" + } + } + } +} diff --git a/ItemBundleBuilder/ProjectSettings/AudioManager.asset b/ItemBundleBuilder/ProjectSettings/AudioManager.asset new file mode 100644 index 0000000..07ebfb0 --- /dev/null +++ b/ItemBundleBuilder/ProjectSettings/AudioManager.asset @@ -0,0 +1,19 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!11 &1 +AudioManager: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Volume: 1 + Rolloff Scale: 1 + Doppler Factor: 1 + Default Speaker Mode: 2 + m_SampleRate: 0 + m_DSPBufferSize: 1024 + m_VirtualVoiceCount: 512 + m_RealVoiceCount: 32 + m_SpatializerPlugin: + m_AmbisonicDecoderPlugin: + m_DisableAudio: 0 + m_VirtualizeEffects: 1 + m_RequestedDSPBufferSize: 1024 diff --git a/ItemBundleBuilder/ProjectSettings/ClusterInputManager.asset b/ItemBundleBuilder/ProjectSettings/ClusterInputManager.asset new file mode 100644 index 0000000..e7886b2 --- /dev/null +++ b/ItemBundleBuilder/ProjectSettings/ClusterInputManager.asset @@ -0,0 +1,6 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!236 &1 +ClusterInputManager: + m_ObjectHideFlags: 0 + m_Inputs: [] diff --git a/ItemBundleBuilder/ProjectSettings/DynamicsManager.asset b/ItemBundleBuilder/ProjectSettings/DynamicsManager.asset new file mode 100644 index 0000000..cdc1f3e --- /dev/null +++ b/ItemBundleBuilder/ProjectSettings/DynamicsManager.asset @@ -0,0 +1,34 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!55 &1 +PhysicsManager: + m_ObjectHideFlags: 0 + serializedVersion: 11 + m_Gravity: {x: 0, y: -9.81, z: 0} + m_DefaultMaterial: {fileID: 0} + m_BounceThreshold: 2 + m_SleepThreshold: 0.005 + m_DefaultContactOffset: 0.01 + m_DefaultSolverIterations: 6 + m_DefaultSolverVelocityIterations: 1 + m_QueriesHitBackfaces: 0 + m_QueriesHitTriggers: 1 + m_EnableAdaptiveForce: 0 + m_ClothInterCollisionDistance: 0 + m_ClothInterCollisionStiffness: 0 + m_ContactsGeneration: 1 + m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff + m_AutoSimulation: 1 + m_AutoSyncTransforms: 0 + m_ReuseCollisionCallbacks: 1 + m_ClothInterCollisionSettingsToggle: 0 + m_ContactPairsMode: 0 + m_BroadphaseType: 0 + m_WorldBounds: + m_Center: {x: 0, y: 0, z: 0} + m_Extent: {x: 250, y: 250, z: 250} + m_WorldSubdivisions: 8 + m_FrictionType: 0 + m_EnableEnhancedDeterminism: 0 + m_EnableUnifiedHeightmaps: 1 + m_DefaultMaxAngluarSpeed: 7 diff --git a/ItemBundleBuilder/ProjectSettings/EditorBuildSettings.asset b/ItemBundleBuilder/ProjectSettings/EditorBuildSettings.asset new file mode 100644 index 0000000..0147887 --- /dev/null +++ b/ItemBundleBuilder/ProjectSettings/EditorBuildSettings.asset @@ -0,0 +1,8 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1045 &1 +EditorBuildSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Scenes: [] + m_configObjects: {} diff --git a/ItemBundleBuilder/ProjectSettings/EditorSettings.asset b/ItemBundleBuilder/ProjectSettings/EditorSettings.asset new file mode 100644 index 0000000..4d5f147 --- /dev/null +++ b/ItemBundleBuilder/ProjectSettings/EditorSettings.asset @@ -0,0 +1,36 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!159 &1 +EditorSettings: + m_ObjectHideFlags: 0 + serializedVersion: 9 + m_ExternalVersionControlSupport: Visible Meta Files + m_SerializationMode: 2 + m_LineEndingsForNewScripts: 0 + m_DefaultBehaviorMode: 0 + m_PrefabRegularEnvironment: {fileID: 0} + m_PrefabUIEnvironment: {fileID: 0} + m_SpritePackerMode: 0 + m_SpritePackerPaddingPower: 1 + m_EtcTextureCompressorBehavior: 1 + m_EtcTextureFastCompressor: 1 + m_EtcTextureNormalCompressor: 2 + m_EtcTextureBestCompressor: 4 + m_ProjectGenerationIncludedExtensions: txt;xml;fnt;cd;asmdef;rsp;asmref + m_ProjectGenerationRootNamespace: + m_CollabEditorSettings: + inProgressEnabled: 1 + m_EnableTextureStreamingInEditMode: 1 + m_EnableTextureStreamingInPlayMode: 1 + m_AsyncShaderCompilation: 1 + m_EnterPlayModeOptionsEnabled: 0 + m_EnterPlayModeOptions: 3 + m_ShowLightmapResolutionOverlay: 1 + m_UseLegacyProbeSampleCount: 0 + m_AssetPipelineMode: 1 + m_CacheServerMode: 0 + m_CacheServerEndpoint: + m_CacheServerNamespacePrefix: default + m_CacheServerEnableDownload: 1 + m_CacheServerEnableUpload: 1 + m_CacheServerValidationMode: 2 diff --git a/ItemBundleBuilder/ProjectSettings/GraphicsSettings.asset b/ItemBundleBuilder/ProjectSettings/GraphicsSettings.asset new file mode 100644 index 0000000..4706883 --- /dev/null +++ b/ItemBundleBuilder/ProjectSettings/GraphicsSettings.asset @@ -0,0 +1,66 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!30 &1 +GraphicsSettings: + m_ObjectHideFlags: 0 + serializedVersion: 13 + m_Deferred: + m_Mode: 1 + m_Shader: {fileID: 69, guid: 0000000000000000f000000000000000, type: 0} + m_DeferredReflections: + m_Mode: 1 + m_Shader: {fileID: 74, guid: 0000000000000000f000000000000000, type: 0} + m_ScreenSpaceShadows: + m_Mode: 1 + m_Shader: {fileID: 64, guid: 0000000000000000f000000000000000, type: 0} + m_LegacyDeferred: + m_Mode: 1 + m_Shader: {fileID: 63, guid: 0000000000000000f000000000000000, type: 0} + m_DepthNormals: + m_Mode: 1 + m_Shader: {fileID: 62, guid: 0000000000000000f000000000000000, type: 0} + m_MotionVectors: + m_Mode: 1 + m_Shader: {fileID: 75, guid: 0000000000000000f000000000000000, type: 0} + m_LightHalo: + m_Mode: 1 + m_Shader: {fileID: 105, guid: 0000000000000000f000000000000000, type: 0} + m_LensFlare: + m_Mode: 1 + m_Shader: {fileID: 102, guid: 0000000000000000f000000000000000, type: 0} + m_AlwaysIncludedShaders: + - {fileID: 7, guid: 0000000000000000f000000000000000, type: 0} + - {fileID: 15104, guid: 0000000000000000f000000000000000, type: 0} + - {fileID: 15105, guid: 0000000000000000f000000000000000, type: 0} + - {fileID: 15106, guid: 0000000000000000f000000000000000, type: 0} + - {fileID: 10753, guid: 0000000000000000f000000000000000, type: 0} + - {fileID: 10770, guid: 0000000000000000f000000000000000, type: 0} + - {fileID: 16000, guid: 0000000000000000f000000000000000, type: 0} + - {fileID: 16001, guid: 0000000000000000f000000000000000, type: 0} + - {fileID: 17000, guid: 0000000000000000f000000000000000, type: 0} + m_PreloadedShaders: [] + m_SpritesDefaultMaterial: {fileID: 10754, guid: 0000000000000000f000000000000000, + type: 0} + m_CustomRenderPipeline: {fileID: 0} + m_TransparencySortMode: 0 + m_TransparencySortAxis: {x: 0, y: 0, z: 1} + m_DefaultRenderingPath: 1 + m_DefaultMobileRenderingPath: 1 + m_TierSettings: [] + m_LightmapStripping: 0 + m_FogStripping: 0 + m_InstancingStripping: 0 + m_LightmapKeepPlain: 1 + m_LightmapKeepDirCombined: 1 + m_LightmapKeepDynamicPlain: 1 + m_LightmapKeepDynamicDirCombined: 1 + m_LightmapKeepShadowMask: 1 + m_LightmapKeepSubtractive: 1 + m_FogKeepLinear: 1 + m_FogKeepExp: 1 + m_FogKeepExp2: 1 + m_AlbedoSwatchInfos: [] + m_LightsUseLinearIntensity: 0 + m_LightsUseColorTemperature: 0 + m_LogWhenShaderIsCompiled: 0 + m_AllowEnlightenSupportForUpgradedProject: 0 diff --git a/ItemBundleBuilder/ProjectSettings/InputManager.asset b/ItemBundleBuilder/ProjectSettings/InputManager.asset new file mode 100644 index 0000000..17c8f53 --- /dev/null +++ b/ItemBundleBuilder/ProjectSettings/InputManager.asset @@ -0,0 +1,295 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!13 &1 +InputManager: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_Axes: + - serializedVersion: 3 + m_Name: Horizontal + descriptiveName: + descriptiveNegativeName: + negativeButton: left + positiveButton: right + altNegativeButton: a + altPositiveButton: d + gravity: 3 + dead: 0.001 + sensitivity: 3 + snap: 1 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Vertical + descriptiveName: + descriptiveNegativeName: + negativeButton: down + positiveButton: up + altNegativeButton: s + altPositiveButton: w + gravity: 3 + dead: 0.001 + sensitivity: 3 + snap: 1 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Fire1 + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: left ctrl + altNegativeButton: + altPositiveButton: mouse 0 + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Fire2 + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: left alt + altNegativeButton: + altPositiveButton: mouse 1 + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Fire3 + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: left shift + altNegativeButton: + altPositiveButton: mouse 2 + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Jump + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: space + altNegativeButton: + altPositiveButton: + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Mouse X + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: + altNegativeButton: + altPositiveButton: + gravity: 0 + dead: 0 + sensitivity: 0.1 + snap: 0 + invert: 0 + type: 1 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Mouse Y + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: + altNegativeButton: + altPositiveButton: + gravity: 0 + dead: 0 + sensitivity: 0.1 + snap: 0 + invert: 0 + type: 1 + axis: 1 + joyNum: 0 + - serializedVersion: 3 + m_Name: Mouse ScrollWheel + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: + altNegativeButton: + altPositiveButton: + gravity: 0 + dead: 0 + sensitivity: 0.1 + snap: 0 + invert: 0 + type: 1 + axis: 2 + joyNum: 0 + - serializedVersion: 3 + m_Name: Horizontal + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: + altNegativeButton: + altPositiveButton: + gravity: 0 + dead: 0.19 + sensitivity: 1 + snap: 0 + invert: 0 + type: 2 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Vertical + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: + altNegativeButton: + altPositiveButton: + gravity: 0 + dead: 0.19 + sensitivity: 1 + snap: 0 + invert: 1 + type: 2 + axis: 1 + joyNum: 0 + - serializedVersion: 3 + m_Name: Fire1 + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: joystick button 0 + altNegativeButton: + altPositiveButton: + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Fire2 + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: joystick button 1 + altNegativeButton: + altPositiveButton: + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Fire3 + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: joystick button 2 + altNegativeButton: + altPositiveButton: + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Jump + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: joystick button 3 + altNegativeButton: + altPositiveButton: + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Submit + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: return + altNegativeButton: + altPositiveButton: joystick button 0 + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Submit + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: enter + altNegativeButton: + altPositiveButton: space + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 + - serializedVersion: 3 + m_Name: Cancel + descriptiveName: + descriptiveNegativeName: + negativeButton: + positiveButton: escape + altNegativeButton: + altPositiveButton: joystick button 1 + gravity: 1000 + dead: 0.001 + sensitivity: 1000 + snap: 0 + invert: 0 + type: 0 + axis: 0 + joyNum: 0 diff --git a/ItemBundleBuilder/ProjectSettings/NavMeshAreas.asset b/ItemBundleBuilder/ProjectSettings/NavMeshAreas.asset new file mode 100644 index 0000000..3b0b7c3 --- /dev/null +++ b/ItemBundleBuilder/ProjectSettings/NavMeshAreas.asset @@ -0,0 +1,91 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!126 &1 +NavMeshProjectSettings: + m_ObjectHideFlags: 0 + serializedVersion: 2 + areas: + - name: Walkable + cost: 1 + - name: Not Walkable + cost: 1 + - name: Jump + cost: 2 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + - name: + cost: 1 + m_LastAgentTypeID: -887442657 + m_Settings: + - serializedVersion: 2 + agentTypeID: 0 + agentRadius: 0.5 + agentHeight: 2 + agentSlope: 45 + agentClimb: 0.75 + ledgeDropHeight: 0 + maxJumpAcrossDistance: 0 + minRegionArea: 2 + manualCellSize: 0 + cellSize: 0.16666667 + manualTileSize: 0 + tileSize: 256 + accuratePlacement: 0 + debug: + m_Flags: 0 + m_SettingNames: + - Humanoid diff --git a/ItemBundleBuilder/ProjectSettings/PackageManagerSettings.asset b/ItemBundleBuilder/ProjectSettings/PackageManagerSettings.asset new file mode 100644 index 0000000..6920e3a --- /dev/null +++ b/ItemBundleBuilder/ProjectSettings/PackageManagerSettings.asset @@ -0,0 +1,38 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!114 &1 +MonoBehaviour: + m_ObjectHideFlags: 61 + m_CorrespondingSourceObject: {fileID: 0} + m_PrefabInstance: {fileID: 0} + m_PrefabAsset: {fileID: 0} + m_GameObject: {fileID: 0} + m_Enabled: 1 + m_EditorHideFlags: 0 + m_Script: {fileID: 13964, guid: 0000000000000000e000000000000000, type: 0} + m_Name: + m_EditorClassIdentifier: + m_ScopedRegistriesSettingsExpanded: 1 + oneTimeWarningShown: 0 + m_Registries: + - m_Id: main + m_Name: + m_Url: https://packages.unity.com + m_Scopes: [] + m_IsDefault: 1 + m_UserSelectedRegistryName: + m_UserAddingNewScopedRegistry: 0 + m_RegistryInfoDraft: + m_ErrorMessage: + m_Original: + m_Id: + m_Name: + m_Url: + m_Scopes: [] + m_IsDefault: 0 + m_Modified: 0 + m_Name: + m_Url: + m_Scopes: + - + m_SelectedScopeIndex: 0 diff --git a/ItemBundleBuilder/ProjectSettings/Physics2DSettings.asset b/ItemBundleBuilder/ProjectSettings/Physics2DSettings.asset new file mode 100644 index 0000000..47880b1 --- /dev/null +++ b/ItemBundleBuilder/ProjectSettings/Physics2DSettings.asset @@ -0,0 +1,56 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!19 &1 +Physics2DSettings: + m_ObjectHideFlags: 0 + serializedVersion: 4 + m_Gravity: {x: 0, y: -9.81} + m_DefaultMaterial: {fileID: 0} + m_VelocityIterations: 8 + m_PositionIterations: 3 + m_VelocityThreshold: 1 + m_MaxLinearCorrection: 0.2 + m_MaxAngularCorrection: 8 + m_MaxTranslationSpeed: 100 + m_MaxRotationSpeed: 360 + m_BaumgarteScale: 0.2 + m_BaumgarteTimeOfImpactScale: 0.75 + m_TimeToSleep: 0.5 + m_LinearSleepTolerance: 0.01 + m_AngularSleepTolerance: 2 + m_DefaultContactOffset: 0.01 + m_JobOptions: + serializedVersion: 2 + useMultithreading: 0 + useConsistencySorting: 0 + m_InterpolationPosesPerJob: 100 + m_NewContactsPerJob: 30 + m_CollideContactsPerJob: 100 + m_ClearFlagsPerJob: 200 + m_ClearBodyForcesPerJob: 200 + m_SyncDiscreteFixturesPerJob: 50 + m_SyncContinuousFixturesPerJob: 50 + m_FindNearestContactsPerJob: 100 + m_UpdateTriggerContactsPerJob: 100 + m_IslandSolverCostThreshold: 100 + m_IslandSolverBodyCostScale: 1 + m_IslandSolverContactCostScale: 10 + m_IslandSolverJointCostScale: 10 + m_IslandSolverBodiesPerJob: 50 + m_IslandSolverContactsPerJob: 50 + m_AutoSimulation: 1 + m_QueriesHitTriggers: 1 + m_QueriesStartInColliders: 1 + m_CallbacksOnDisable: 1 + m_ReuseCollisionCallbacks: 1 + m_AutoSyncTransforms: 0 + m_AlwaysShowColliders: 0 + m_ShowColliderSleep: 1 + m_ShowColliderContacts: 0 + m_ShowColliderAABB: 0 + m_ContactArrowScale: 0.2 + m_ColliderAwakeColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.7529412} + m_ColliderAsleepColor: {r: 0.5686275, g: 0.95686275, b: 0.54509807, a: 0.36078432} + m_ColliderContactColor: {r: 1, g: 0, b: 1, a: 0.6862745} + m_ColliderAABBColor: {r: 1, g: 1, b: 0, a: 0.2509804} + m_LayerCollisionMatrix: ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff diff --git a/ItemBundleBuilder/ProjectSettings/PresetManager.asset b/ItemBundleBuilder/ProjectSettings/PresetManager.asset new file mode 100644 index 0000000..67a94da --- /dev/null +++ b/ItemBundleBuilder/ProjectSettings/PresetManager.asset @@ -0,0 +1,7 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!1386491679 &1 +PresetManager: + m_ObjectHideFlags: 0 + serializedVersion: 2 + m_DefaultPresets: {} diff --git a/ItemBundleBuilder/ProjectSettings/ProjectSettings.asset b/ItemBundleBuilder/ProjectSettings/ProjectSettings.asset new file mode 100644 index 0000000..b7c1791 --- /dev/null +++ b/ItemBundleBuilder/ProjectSettings/ProjectSettings.asset @@ -0,0 +1,715 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!129 &1 +PlayerSettings: + m_ObjectHideFlags: 0 + serializedVersion: 20 + productGUID: 3146752219173ae4ab3990cc0ea02451 + AndroidProfiler: 0 + AndroidFilterTouchesWhenObscured: 0 + AndroidEnableSustainedPerformanceMode: 0 + defaultScreenOrientation: 4 + targetDevice: 2 + useOnDemandResources: 0 + accelerometerFrequency: 60 + companyName: DefaultCompany + productName: PrefabBuilder + defaultCursor: {fileID: 0} + cursorHotspot: {x: 0, y: 0} + m_SplashScreenBackgroundColor: {r: 0.13725491, g: 0.12156863, b: 0.1254902, a: 1} + m_ShowUnitySplashScreen: 1 + m_ShowUnitySplashLogo: 1 + m_SplashScreenOverlayOpacity: 1 + m_SplashScreenAnimation: 1 + m_SplashScreenLogoStyle: 1 + m_SplashScreenDrawMode: 0 + m_SplashScreenBackgroundAnimationZoom: 1 + m_SplashScreenLogoAnimationZoom: 1 + m_SplashScreenBackgroundLandscapeAspect: 1 + m_SplashScreenBackgroundPortraitAspect: 1 + m_SplashScreenBackgroundLandscapeUvs: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + m_SplashScreenBackgroundPortraitUvs: + serializedVersion: 2 + x: 0 + y: 0 + width: 1 + height: 1 + m_SplashScreenLogos: [] + m_VirtualRealitySplashScreen: {fileID: 0} + m_HolographicTrackingLossScreen: {fileID: 0} + defaultScreenWidth: 1024 + defaultScreenHeight: 768 + defaultScreenWidthWeb: 960 + defaultScreenHeightWeb: 600 + m_StereoRenderingPath: 1 + m_ActiveColorSpace: 1 + m_MTRendering: 1 + m_StackTraceTypes: 010000000100000001000000010000000100000001000000 + iosShowActivityIndicatorOnLoading: -1 + androidShowActivityIndicatorOnLoading: -1 + iosUseCustomAppBackgroundBehavior: 0 + iosAllowHTTPDownload: 1 + allowedAutorotateToPortrait: 1 + allowedAutorotateToPortraitUpsideDown: 1 + allowedAutorotateToLandscapeRight: 1 + allowedAutorotateToLandscapeLeft: 1 + useOSAutorotation: 1 + use32BitDisplayBuffer: 1 + preserveFramebufferAlpha: 0 + disableDepthAndStencilBuffers: 0 + androidStartInFullscreen: 1 + androidRenderOutsideSafeArea: 1 + androidUseSwappy: 0 + androidBlitType: 0 + androidResizableWindow: 0 + androidDefaultWindowWidth: 1920 + androidDefaultWindowHeight: 1080 + androidMinimumWindowWidth: 400 + androidMinimumWindowHeight: 300 + androidFullscreenMode: 1 + defaultIsNativeResolution: 1 + macRetinaSupport: 1 + runInBackground: 1 + captureSingleScreen: 0 + muteOtherAudioSources: 0 + Prepare IOS For Recording: 0 + Force IOS Speakers When Recording: 0 + deferSystemGesturesMode: 0 + hideHomeButton: 0 + submitAnalytics: 1 + usePlayerLog: 1 + bakeCollisionMeshes: 0 + forceSingleInstance: 0 + useFlipModelSwapchain: 1 + resizableWindow: 0 + useMacAppStoreValidation: 0 + macAppStoreCategory: public.app-category.games + gpuSkinning: 1 + xboxPIXTextureCapture: 0 + xboxEnableAvatar: 0 + xboxEnableKinect: 0 + xboxEnableKinectAutoTracking: 0 + xboxEnableFitness: 0 + visibleInBackground: 1 + allowFullscreenSwitch: 1 + fullscreenMode: 1 + xboxSpeechDB: 0 + xboxEnableHeadOrientation: 0 + xboxEnableGuest: 0 + xboxEnablePIXSampling: 0 + metalFramebufferOnly: 0 + xboxOneResolution: 0 + xboxOneSResolution: 0 + xboxOneXResolution: 3 + xboxOneMonoLoggingLevel: 0 + xboxOneLoggingLevel: 1 + xboxOneDisableEsram: 0 + xboxOneEnableTypeOptimization: 0 + xboxOnePresentImmediateThreshold: 0 + switchQueueCommandMemory: 0 + switchQueueControlMemory: 16384 + switchQueueComputeMemory: 262144 + switchNVNShaderPoolsGranularity: 33554432 + switchNVNDefaultPoolsGranularity: 16777216 + switchNVNOtherPoolsGranularity: 16777216 + switchNVNMaxPublicTextureIDCount: 0 + switchNVNMaxPublicSamplerIDCount: 0 + stadiaPresentMode: 0 + stadiaTargetFramerate: 0 + vulkanNumSwapchainBuffers: 3 + vulkanEnableSetSRGBWrite: 0 + vulkanEnableLateAcquireNextImage: 0 + m_SupportedAspectRatios: + 4:3: 1 + 5:4: 1 + 16:10: 1 + 16:9: 1 + Others: 1 + bundleVersion: 0.1 + preloadedAssets: [] + metroInputSource: 0 + wsaTransparentSwapchain: 0 + m_HolographicPauseOnTrackingLoss: 1 + xboxOneDisableKinectGpuReservation: 1 + xboxOneEnable7thCore: 1 + vrSettings: + cardboard: + depthFormat: 0 + enableTransitionView: 0 + daydream: + depthFormat: 0 + useSustainedPerformanceMode: 0 + enableVideoLayer: 0 + useProtectedVideoMemory: 0 + minimumSupportedHeadTracking: 0 + maximumSupportedHeadTracking: 1 + hololens: + depthFormat: 1 + depthBufferSharingEnabled: 1 + lumin: + depthFormat: 0 + frameTiming: 2 + enableGLCache: 0 + glCacheMaxBlobSize: 524288 + glCacheMaxFileSize: 8388608 + oculus: + sharedDepthBuffer: 1 + dashSupport: 1 + lowOverheadMode: 0 + protectedContext: 0 + v2Signing: 1 + enable360StereoCapture: 0 + isWsaHolographicRemotingEnabled: 0 + enableFrameTimingStats: 0 + useHDRDisplay: 0 + D3DHDRBitDepth: 0 + m_ColorGamuts: 00000000 + targetPixelDensity: 30 + resolutionScalingMode: 0 + androidSupportedAspectRatio: 1 + androidMaxAspectRatio: 2.1 + applicationIdentifier: {} + buildNumber: {} + AndroidBundleVersionCode: 1 + AndroidMinSdkVersion: 19 + AndroidTargetSdkVersion: 0 + AndroidPreferredInstallLocation: 1 + aotOptions: + stripEngineCode: 1 + iPhoneStrippingLevel: 0 + iPhoneScriptCallOptimization: 0 + ForceInternetPermission: 0 + ForceSDCardPermission: 0 + CreateWallpaper: 0 + APKExpansionFiles: 0 + keepLoadedShadersAlive: 0 + StripUnusedMeshComponents: 1 + VertexChannelCompressionMask: 4054 + iPhoneSdkVersion: 988 + iOSTargetOSVersionString: 10.0 + tvOSSdkVersion: 0 + tvOSRequireExtendedGameController: 0 + tvOSTargetOSVersionString: 10.0 + uIPrerenderedIcon: 0 + uIRequiresPersistentWiFi: 0 + uIRequiresFullScreen: 1 + uIStatusBarHidden: 1 + uIExitOnSuspend: 0 + uIStatusBarStyle: 0 + appleTVSplashScreen: {fileID: 0} + appleTVSplashScreen2x: {fileID: 0} + tvOSSmallIconLayers: [] + tvOSSmallIconLayers2x: [] + tvOSLargeIconLayers: [] + tvOSLargeIconLayers2x: [] + tvOSTopShelfImageLayers: [] + tvOSTopShelfImageLayers2x: [] + tvOSTopShelfImageWideLayers: [] + tvOSTopShelfImageWideLayers2x: [] + iOSLaunchScreenType: 0 + iOSLaunchScreenPortrait: {fileID: 0} + iOSLaunchScreenLandscape: {fileID: 0} + iOSLaunchScreenBackgroundColor: + serializedVersion: 2 + rgba: 0 + iOSLaunchScreenFillPct: 100 + iOSLaunchScreenSize: 100 + iOSLaunchScreenCustomXibPath: + iOSLaunchScreeniPadType: 0 + iOSLaunchScreeniPadImage: {fileID: 0} + iOSLaunchScreeniPadBackgroundColor: + serializedVersion: 2 + rgba: 0 + iOSLaunchScreeniPadFillPct: 100 + iOSLaunchScreeniPadSize: 100 + iOSLaunchScreeniPadCustomXibPath: + iOSUseLaunchScreenStoryboard: 0 + iOSLaunchScreenCustomStoryboardPath: + iOSDeviceRequirements: [] + iOSURLSchemes: [] + iOSBackgroundModes: 0 + iOSMetalForceHardShadows: 0 + metalEditorSupport: 1 + metalAPIValidation: 1 + iOSRenderExtraFrameOnPause: 0 + iosCopyPluginsCodeInsteadOfSymlink: 0 + appleDeveloperTeamID: + iOSManualSigningProvisioningProfileID: + tvOSManualSigningProvisioningProfileID: + iOSManualSigningProvisioningProfileType: 0 + tvOSManualSigningProvisioningProfileType: 0 + appleEnableAutomaticSigning: 0 + iOSRequireARKit: 0 + iOSAutomaticallyDetectAndAddCapabilities: 1 + appleEnableProMotion: 0 + clonedFromGUID: c0afd0d1d80e3634a9dac47e8a0426ea + templatePackageId: com.unity.template.3d@4.2.8 + templateDefaultScene: Assets/Scenes/SampleScene.unity + AndroidTargetArchitectures: 1 + AndroidTargetDevices: 0 + AndroidSplashScreenScale: 0 + androidSplashScreen: {fileID: 0} + AndroidKeystoreName: + AndroidKeyaliasName: + AndroidBuildApkPerCpuArchitecture: 0 + AndroidTVCompatibility: 0 + AndroidIsGame: 1 + AndroidEnableTango: 0 + androidEnableBanner: 1 + androidUseLowAccuracyLocation: 0 + androidUseCustomKeystore: 0 + m_AndroidBanners: + - width: 320 + height: 180 + banner: {fileID: 0} + androidGamepadSupportLevel: 0 + chromeosInputEmulation: 1 + AndroidValidateAppBundleSize: 1 + AndroidAppBundleSizeToValidate: 150 + m_BuildTargetIcons: [] + m_BuildTargetPlatformIcons: [] + m_BuildTargetBatching: + - m_BuildTarget: Standalone + m_StaticBatching: 1 + m_DynamicBatching: 0 + - m_BuildTarget: tvOS + m_StaticBatching: 1 + m_DynamicBatching: 0 + - m_BuildTarget: Android + m_StaticBatching: 1 + m_DynamicBatching: 0 + - m_BuildTarget: iPhone + m_StaticBatching: 1 + m_DynamicBatching: 0 + - m_BuildTarget: WebGL + m_StaticBatching: 0 + m_DynamicBatching: 0 + m_BuildTargetGraphicsJobs: + - m_BuildTarget: MacStandaloneSupport + m_GraphicsJobs: 0 + - m_BuildTarget: Switch + m_GraphicsJobs: 1 + - m_BuildTarget: MetroSupport + m_GraphicsJobs: 1 + - m_BuildTarget: AppleTVSupport + m_GraphicsJobs: 0 + - m_BuildTarget: BJMSupport + m_GraphicsJobs: 1 + - m_BuildTarget: LinuxStandaloneSupport + m_GraphicsJobs: 1 + - m_BuildTarget: PS4Player + m_GraphicsJobs: 1 + - m_BuildTarget: iOSSupport + m_GraphicsJobs: 0 + - m_BuildTarget: WindowsStandaloneSupport + m_GraphicsJobs: 1 + - m_BuildTarget: XboxOnePlayer + m_GraphicsJobs: 1 + - m_BuildTarget: LuminSupport + m_GraphicsJobs: 0 + - m_BuildTarget: AndroidPlayer + m_GraphicsJobs: 0 + - m_BuildTarget: WebGLSupport + m_GraphicsJobs: 0 + m_BuildTargetGraphicsJobMode: + - m_BuildTarget: PS4Player + m_GraphicsJobMode: 0 + - m_BuildTarget: XboxOnePlayer + m_GraphicsJobMode: 0 + m_BuildTargetGraphicsAPIs: + - m_BuildTarget: AndroidPlayer + m_APIs: 150000000b000000 + m_Automatic: 0 + - m_BuildTarget: iOSSupport + m_APIs: 10000000 + m_Automatic: 1 + - m_BuildTarget: AppleTVSupport + m_APIs: 10000000 + m_Automatic: 0 + - m_BuildTarget: WebGLSupport + m_APIs: 0b000000 + m_Automatic: 1 + m_BuildTargetVRSettings: + - m_BuildTarget: Standalone + m_Enabled: 1 + m_Devices: + - Oculus + - OpenVR + openGLRequireES31: 0 + openGLRequireES31AEP: 0 + openGLRequireES32: 0 + m_TemplateCustomTags: {} + mobileMTRendering: + Android: 1 + iPhone: 1 + tvOS: 1 + m_BuildTargetGroupLightmapEncodingQuality: [] + m_BuildTargetGroupLightmapSettings: [] + playModeTestRunnerEnabled: 0 + runPlayModeTestAsEditModeTest: 0 + actionOnDotNetUnhandledException: 1 + enableInternalProfiler: 0 + logObjCUncaughtExceptions: 1 + enableCrashReportAPI: 0 + cameraUsageDescription: + locationUsageDescription: + microphoneUsageDescription: + switchNetLibKey: + switchSocketMemoryPoolSize: 6144 + switchSocketAllocatorPoolSize: 128 + switchSocketConcurrencyLimit: 14 + switchScreenResolutionBehavior: 2 + switchUseCPUProfiler: 0 + switchApplicationID: 0x01004b9000490000 + switchNSODependencies: + switchTitleNames_0: + switchTitleNames_1: + switchTitleNames_2: + switchTitleNames_3: + switchTitleNames_4: + switchTitleNames_5: + switchTitleNames_6: + switchTitleNames_7: + switchTitleNames_8: + switchTitleNames_9: + switchTitleNames_10: + switchTitleNames_11: + switchTitleNames_12: + switchTitleNames_13: + switchTitleNames_14: + switchTitleNames_15: + switchPublisherNames_0: + switchPublisherNames_1: + switchPublisherNames_2: + switchPublisherNames_3: + switchPublisherNames_4: + switchPublisherNames_5: + switchPublisherNames_6: + switchPublisherNames_7: + switchPublisherNames_8: + switchPublisherNames_9: + switchPublisherNames_10: + switchPublisherNames_11: + switchPublisherNames_12: + switchPublisherNames_13: + switchPublisherNames_14: + switchPublisherNames_15: + switchIcons_0: {fileID: 0} + switchIcons_1: {fileID: 0} + switchIcons_2: {fileID: 0} + switchIcons_3: {fileID: 0} + switchIcons_4: {fileID: 0} + switchIcons_5: {fileID: 0} + switchIcons_6: {fileID: 0} + switchIcons_7: {fileID: 0} + switchIcons_8: {fileID: 0} + switchIcons_9: {fileID: 0} + switchIcons_10: {fileID: 0} + switchIcons_11: {fileID: 0} + switchIcons_12: {fileID: 0} + switchIcons_13: {fileID: 0} + switchIcons_14: {fileID: 0} + switchIcons_15: {fileID: 0} + switchSmallIcons_0: {fileID: 0} + switchSmallIcons_1: {fileID: 0} + switchSmallIcons_2: {fileID: 0} + switchSmallIcons_3: {fileID: 0} + switchSmallIcons_4: {fileID: 0} + switchSmallIcons_5: {fileID: 0} + switchSmallIcons_6: {fileID: 0} + switchSmallIcons_7: {fileID: 0} + switchSmallIcons_8: {fileID: 0} + switchSmallIcons_9: {fileID: 0} + switchSmallIcons_10: {fileID: 0} + switchSmallIcons_11: {fileID: 0} + switchSmallIcons_12: {fileID: 0} + switchSmallIcons_13: {fileID: 0} + switchSmallIcons_14: {fileID: 0} + switchSmallIcons_15: {fileID: 0} + switchManualHTML: + switchAccessibleURLs: + switchLegalInformation: + switchMainThreadStackSize: 1048576 + switchPresenceGroupId: + switchLogoHandling: 0 + switchReleaseVersion: 0 + switchDisplayVersion: 1.0.0 + switchStartupUserAccount: 0 + switchTouchScreenUsage: 0 + switchSupportedLanguagesMask: 0 + switchLogoType: 0 + switchApplicationErrorCodeCategory: + switchUserAccountSaveDataSize: 0 + switchUserAccountSaveDataJournalSize: 0 + switchApplicationAttribute: 0 + switchCardSpecSize: -1 + switchCardSpecClock: -1 + switchRatingsMask: 0 + switchRatingsInt_0: 0 + switchRatingsInt_1: 0 + switchRatingsInt_2: 0 + switchRatingsInt_3: 0 + switchRatingsInt_4: 0 + switchRatingsInt_5: 0 + switchRatingsInt_6: 0 + switchRatingsInt_7: 0 + switchRatingsInt_8: 0 + switchRatingsInt_9: 0 + switchRatingsInt_10: 0 + switchRatingsInt_11: 0 + switchRatingsInt_12: 0 + switchLocalCommunicationIds_0: + switchLocalCommunicationIds_1: + switchLocalCommunicationIds_2: + switchLocalCommunicationIds_3: + switchLocalCommunicationIds_4: + switchLocalCommunicationIds_5: + switchLocalCommunicationIds_6: + switchLocalCommunicationIds_7: + switchParentalControl: 0 + switchAllowsScreenshot: 1 + switchAllowsVideoCapturing: 1 + switchAllowsRuntimeAddOnContentInstall: 0 + switchDataLossConfirmation: 0 + switchUserAccountLockEnabled: 0 + switchSystemResourceMemory: 16777216 + switchSupportedNpadStyles: 22 + switchNativeFsCacheSize: 32 + switchIsHoldTypeHorizontal: 0 + switchSupportedNpadCount: 8 + switchSocketConfigEnabled: 0 + switchTcpInitialSendBufferSize: 32 + switchTcpInitialReceiveBufferSize: 64 + switchTcpAutoSendBufferSizeMax: 256 + switchTcpAutoReceiveBufferSizeMax: 256 + switchUdpSendBufferSize: 9 + switchUdpReceiveBufferSize: 42 + switchSocketBufferEfficiency: 4 + switchSocketInitializeEnabled: 1 + switchNetworkInterfaceManagerInitializeEnabled: 1 + switchPlayerConnectionEnabled: 1 + switchUseMicroSleepForYield: 1 + switchEnableRamDiskSupport: 0 + switchMicroSleepForYieldTime: 25 + switchRamDiskSpaceSize: 12 + ps4NPAgeRating: 12 + ps4NPTitleSecret: + ps4NPTrophyPackPath: + ps4ParentalLevel: 11 + ps4ContentID: ED1633-NPXX51362_00-0000000000000000 + ps4Category: 0 + ps4MasterVersion: 01.00 + ps4AppVersion: 01.00 + ps4AppType: 0 + ps4ParamSfxPath: + ps4VideoOutPixelFormat: 0 + ps4VideoOutInitialWidth: 1920 + ps4VideoOutBaseModeInitialWidth: 1920 + ps4VideoOutReprojectionRate: 60 + ps4PronunciationXMLPath: + ps4PronunciationSIGPath: + ps4BackgroundImagePath: + ps4StartupImagePath: + ps4StartupImagesFolder: + ps4IconImagesFolder: + ps4SaveDataImagePath: + ps4SdkOverride: + ps4BGMPath: + ps4ShareFilePath: + ps4ShareOverlayImagePath: + ps4PrivacyGuardImagePath: + ps4ExtraSceSysFile: + ps4NPtitleDatPath: + ps4RemotePlayKeyAssignment: -1 + ps4RemotePlayKeyMappingDir: + ps4PlayTogetherPlayerCount: 0 + ps4EnterButtonAssignment: 1 + ps4ApplicationParam1: 0 + ps4ApplicationParam2: 0 + ps4ApplicationParam3: 0 + ps4ApplicationParam4: 0 + ps4DownloadDataSize: 0 + ps4GarlicHeapSize: 2048 + ps4ProGarlicHeapSize: 2560 + playerPrefsMaxSize: 32768 + ps4Passcode: frAQBc8Wsa1xVPfvJcrgRYwTiizs2trQ + ps4pnSessions: 1 + ps4pnPresence: 1 + ps4pnFriends: 1 + ps4pnGameCustomData: 1 + playerPrefsSupport: 0 + enableApplicationExit: 0 + resetTempFolder: 1 + restrictedAudioUsageRights: 0 + ps4UseResolutionFallback: 0 + ps4ReprojectionSupport: 0 + ps4UseAudio3dBackend: 0 + ps4UseLowGarlicFragmentationMode: 1 + ps4SocialScreenEnabled: 0 + ps4ScriptOptimizationLevel: 0 + ps4Audio3dVirtualSpeakerCount: 14 + ps4attribCpuUsage: 0 + ps4PatchPkgPath: + ps4PatchLatestPkgPath: + ps4PatchChangeinfoPath: + ps4PatchDayOne: 0 + ps4attribUserManagement: 0 + ps4attribMoveSupport: 0 + ps4attrib3DSupport: 0 + ps4attribShareSupport: 0 + ps4attribExclusiveVR: 0 + ps4disableAutoHideSplash: 0 + ps4videoRecordingFeaturesUsed: 0 + ps4contentSearchFeaturesUsed: 0 + ps4CompatibilityPS5: 0 + ps4AllowPS5Detection: 0 + ps4GPU800MHz: 1 + ps4attribEyeToEyeDistanceSettingVR: 0 + ps4IncludedModules: [] + ps4attribVROutputEnabled: 0 + ps5ParamFilePath: + ps5VideoOutPixelFormat: 0 + ps5VideoOutInitialWidth: 1920 + ps5VideoOutOutputMode: 1 + ps5BackgroundImagePath: + ps5StartupImagePath: + ps5Pic2Path: + ps5StartupImagesFolder: + ps5IconImagesFolder: + ps5SaveDataImagePath: + ps5SdkOverride: + ps5BGMPath: + ps5ShareOverlayImagePath: + ps5NPConfigZipPath: + ps5Passcode: frAQBc8Wsa1xVPfvJcrgRYwTiizs2trQ + ps5UseResolutionFallback: 0 + ps5UseAudio3dBackend: 0 + ps5ScriptOptimizationLevel: 2 + ps5Audio3dVirtualSpeakerCount: 14 + ps5VrrSupport: 0 + ps5UpdateReferencePackage: + ps5disableAutoHideSplash: 0 + ps5OperatingSystemCanDisableSplashScreen: 0 + ps5IncludedModules: [] + ps5SharedBinaryContentLabels: [] + ps5SharedBinarySystemFolders: [] + monoEnv: + splashScreenBackgroundSourceLandscape: {fileID: 0} + splashScreenBackgroundSourcePortrait: {fileID: 0} + blurSplashScreenBackground: 1 + spritePackerPolicy: + webGLMemorySize: 16 + webGLExceptionSupport: 1 + webGLNameFilesAsHashes: 0 + webGLDataCaching: 1 + webGLDebugSymbols: 0 + webGLEmscriptenArgs: + webGLModulesDirectory: + webGLTemplate: APPLICATION:Default + webGLAnalyzeBuildSize: 0 + webGLUseEmbeddedResources: 0 + webGLCompressionFormat: 1 + webGLLinkerTarget: 1 + webGLThreadsSupport: 0 + webGLWasmStreaming: 0 + scriptingDefineSymbols: {} + platformArchitecture: {} + scriptingBackend: {} + il2cppCompilerConfiguration: {} + managedStrippingLevel: {} + incrementalIl2cppBuild: {} + suppressCommonWarnings: 1 + allowUnsafeCode: 0 + additionalIl2CppArgs: + scriptingRuntimeVersion: 1 + gcIncremental: 0 + assemblyVersionValidation: 1 + gcWBarrierValidation: 0 + apiCompatibilityLevelPerPlatform: {} + m_RenderingPath: 1 + m_MobileRenderingPath: 1 + metroPackageName: Template_3D + metroPackageVersion: + metroCertificatePath: + metroCertificatePassword: + metroCertificateSubject: + metroCertificateIssuer: + metroCertificateNotAfter: 0000000000000000 + metroApplicationDescription: Template_3D + wsaImages: {} + metroTileShortName: + metroTileShowName: 0 + metroMediumTileShowName: 0 + metroLargeTileShowName: 0 + metroWideTileShowName: 0 + metroSupportStreamingInstall: 0 + metroLastRequiredScene: 0 + metroDefaultTileSize: 1 + metroTileForegroundText: 2 + metroTileBackgroundColor: {r: 0.13333334, g: 0.17254902, b: 0.21568628, a: 0} + metroSplashScreenBackgroundColor: {r: 0.12941177, g: 0.17254902, b: 0.21568628, + a: 1} + metroSplashScreenUseBackgroundColor: 0 + platformCapabilities: {} + metroTargetDeviceFamilies: {} + metroFTAName: + metroFTAFileTypes: [] + metroProtocolName: + XboxOneProductId: + XboxOneUpdateKey: + XboxOneSandboxId: + XboxOneContentId: + XboxOneTitleId: + XboxOneSCId: + XboxOneGameOsOverridePath: + XboxOnePackagingOverridePath: + XboxOneAppManifestOverridePath: + XboxOneVersion: 1.0.0.0 + XboxOnePackageEncryption: 0 + XboxOnePackageUpdateGranularity: 2 + XboxOneDescription: + XboxOneLanguage: + - enus + XboxOneCapability: [] + XboxOneGameRating: {} + XboxOneIsContentPackage: 0 + XboxOneEnhancedXboxCompatibilityMode: 0 + XboxOneEnableGPUVariability: 1 + XboxOneSockets: {} + XboxOneSplashScreen: {fileID: 0} + XboxOneAllowedProductIds: [] + XboxOnePersistentLocalStorageSize: 0 + XboxOneXTitleMemory: 8 + XboxOneOverrideIdentityName: + XboxOneOverrideIdentityPublisher: + vrEditorSettings: + daydream: + daydreamIconForeground: {fileID: 0} + daydreamIconBackground: {fileID: 0} + cloudServicesEnabled: + UNet: 1 + luminIcon: + m_Name: + m_ModelFolderPath: + m_PortalFolderPath: + luminCert: + m_CertPath: + m_SignPackage: 1 + luminIsChannelApp: 0 + luminVersion: + m_VersionCode: 1 + m_VersionName: + apiCompatibilityLevel: 6 + cloudProjectId: + framebufferDepthMemorylessMode: 0 + projectName: + organizationId: + cloudEnabled: 0 + enableNativePlatformBackendsForNewInputSystem: 0 + disableOldInputManagerSupport: 0 + legacyClampBlendShapeWeights: 0 diff --git a/ItemBundleBuilder/ProjectSettings/ProjectVersion.txt b/ItemBundleBuilder/ProjectSettings/ProjectVersion.txt new file mode 100644 index 0000000..4c19129 --- /dev/null +++ b/ItemBundleBuilder/ProjectSettings/ProjectVersion.txt @@ -0,0 +1,2 @@ +m_EditorVersion: 2019.4.40f1 +m_EditorVersionWithRevision: 2019.4.40f1 (ffc62b691db5) diff --git a/ItemBundleBuilder/ProjectSettings/QualitySettings.asset b/ItemBundleBuilder/ProjectSettings/QualitySettings.asset new file mode 100644 index 0000000..7b7658d --- /dev/null +++ b/ItemBundleBuilder/ProjectSettings/QualitySettings.asset @@ -0,0 +1,232 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!47 &1 +QualitySettings: + m_ObjectHideFlags: 0 + serializedVersion: 5 + m_CurrentQuality: 5 + m_QualitySettings: + - serializedVersion: 2 + name: Very Low + pixelLightCount: 0 + shadows: 0 + shadowResolution: 0 + shadowProjection: 1 + shadowCascades: 1 + shadowDistance: 15 + shadowNearPlaneOffset: 3 + shadowCascade2Split: 0.33333334 + shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} + shadowmaskMode: 0 + blendWeights: 1 + textureQuality: 1 + anisotropicTextures: 0 + antiAliasing: 0 + softParticles: 0 + softVegetation: 0 + realtimeReflectionProbes: 0 + billboardsFaceCameraPosition: 0 + vSyncCount: 0 + lodBias: 0.3 + maximumLODLevel: 0 + streamingMipmapsActive: 0 + streamingMipmapsAddAllCameras: 1 + streamingMipmapsMemoryBudget: 512 + streamingMipmapsRenderersPerFrame: 512 + streamingMipmapsMaxLevelReduction: 2 + streamingMipmapsMaxFileIORequests: 1024 + particleRaycastBudget: 4 + asyncUploadTimeSlice: 2 + asyncUploadBufferSize: 16 + asyncUploadPersistentBuffer: 1 + resolutionScalingFixedDPIFactor: 1 + excludedTargetPlatforms: [] + - serializedVersion: 2 + name: Low + pixelLightCount: 0 + shadows: 0 + shadowResolution: 0 + shadowProjection: 1 + shadowCascades: 1 + shadowDistance: 20 + shadowNearPlaneOffset: 3 + shadowCascade2Split: 0.33333334 + shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} + shadowmaskMode: 0 + blendWeights: 2 + textureQuality: 0 + anisotropicTextures: 0 + antiAliasing: 0 + softParticles: 0 + softVegetation: 0 + realtimeReflectionProbes: 0 + billboardsFaceCameraPosition: 0 + vSyncCount: 0 + lodBias: 0.4 + maximumLODLevel: 0 + streamingMipmapsActive: 0 + streamingMipmapsAddAllCameras: 1 + streamingMipmapsMemoryBudget: 512 + streamingMipmapsRenderersPerFrame: 512 + streamingMipmapsMaxLevelReduction: 2 + streamingMipmapsMaxFileIORequests: 1024 + particleRaycastBudget: 16 + asyncUploadTimeSlice: 2 + asyncUploadBufferSize: 16 + asyncUploadPersistentBuffer: 1 + resolutionScalingFixedDPIFactor: 1 + excludedTargetPlatforms: [] + - serializedVersion: 2 + name: Medium + pixelLightCount: 1 + shadows: 1 + shadowResolution: 0 + shadowProjection: 1 + shadowCascades: 1 + shadowDistance: 20 + shadowNearPlaneOffset: 3 + shadowCascade2Split: 0.33333334 + shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} + shadowmaskMode: 0 + blendWeights: 2 + textureQuality: 0 + anisotropicTextures: 1 + antiAliasing: 0 + softParticles: 0 + softVegetation: 0 + realtimeReflectionProbes: 0 + billboardsFaceCameraPosition: 0 + vSyncCount: 1 + lodBias: 0.7 + maximumLODLevel: 0 + streamingMipmapsActive: 0 + streamingMipmapsAddAllCameras: 1 + streamingMipmapsMemoryBudget: 512 + streamingMipmapsRenderersPerFrame: 512 + streamingMipmapsMaxLevelReduction: 2 + streamingMipmapsMaxFileIORequests: 1024 + particleRaycastBudget: 64 + asyncUploadTimeSlice: 2 + asyncUploadBufferSize: 16 + asyncUploadPersistentBuffer: 1 + resolutionScalingFixedDPIFactor: 1 + excludedTargetPlatforms: [] + - serializedVersion: 2 + name: High + pixelLightCount: 2 + shadows: 2 + shadowResolution: 1 + shadowProjection: 1 + shadowCascades: 2 + shadowDistance: 40 + shadowNearPlaneOffset: 3 + shadowCascade2Split: 0.33333334 + shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} + shadowmaskMode: 1 + blendWeights: 2 + textureQuality: 0 + anisotropicTextures: 1 + antiAliasing: 0 + softParticles: 0 + softVegetation: 1 + realtimeReflectionProbes: 1 + billboardsFaceCameraPosition: 1 + vSyncCount: 1 + lodBias: 1 + maximumLODLevel: 0 + streamingMipmapsActive: 0 + streamingMipmapsAddAllCameras: 1 + streamingMipmapsMemoryBudget: 512 + streamingMipmapsRenderersPerFrame: 512 + streamingMipmapsMaxLevelReduction: 2 + streamingMipmapsMaxFileIORequests: 1024 + particleRaycastBudget: 256 + asyncUploadTimeSlice: 2 + asyncUploadBufferSize: 16 + asyncUploadPersistentBuffer: 1 + resolutionScalingFixedDPIFactor: 1 + excludedTargetPlatforms: [] + - serializedVersion: 2 + name: Very High + pixelLightCount: 3 + shadows: 2 + shadowResolution: 2 + shadowProjection: 1 + shadowCascades: 2 + shadowDistance: 70 + shadowNearPlaneOffset: 3 + shadowCascade2Split: 0.33333334 + shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} + shadowmaskMode: 1 + blendWeights: 4 + textureQuality: 0 + anisotropicTextures: 2 + antiAliasing: 2 + softParticles: 1 + softVegetation: 1 + realtimeReflectionProbes: 1 + billboardsFaceCameraPosition: 1 + vSyncCount: 1 + lodBias: 1.5 + maximumLODLevel: 0 + streamingMipmapsActive: 0 + streamingMipmapsAddAllCameras: 1 + streamingMipmapsMemoryBudget: 512 + streamingMipmapsRenderersPerFrame: 512 + streamingMipmapsMaxLevelReduction: 2 + streamingMipmapsMaxFileIORequests: 1024 + particleRaycastBudget: 1024 + asyncUploadTimeSlice: 2 + asyncUploadBufferSize: 16 + asyncUploadPersistentBuffer: 1 + resolutionScalingFixedDPIFactor: 1 + excludedTargetPlatforms: [] + - serializedVersion: 2 + name: Ultra + pixelLightCount: 4 + shadows: 2 + shadowResolution: 2 + shadowProjection: 1 + shadowCascades: 4 + shadowDistance: 150 + shadowNearPlaneOffset: 3 + shadowCascade2Split: 0.33333334 + shadowCascade4Split: {x: 0.06666667, y: 0.2, z: 0.46666667} + shadowmaskMode: 1 + blendWeights: 4 + textureQuality: 0 + anisotropicTextures: 2 + antiAliasing: 2 + softParticles: 1 + softVegetation: 1 + realtimeReflectionProbes: 1 + billboardsFaceCameraPosition: 1 + vSyncCount: 1 + lodBias: 2 + maximumLODLevel: 0 + streamingMipmapsActive: 0 + streamingMipmapsAddAllCameras: 1 + streamingMipmapsMemoryBudget: 512 + streamingMipmapsRenderersPerFrame: 512 + streamingMipmapsMaxLevelReduction: 2 + streamingMipmapsMaxFileIORequests: 1024 + particleRaycastBudget: 4096 + asyncUploadTimeSlice: 2 + asyncUploadBufferSize: 16 + asyncUploadPersistentBuffer: 1 + resolutionScalingFixedDPIFactor: 1 + excludedTargetPlatforms: [] + m_PerPlatformDefaultQuality: + Android: 2 + Lumin: 5 + Nintendo 3DS: 5 + Nintendo Switch: 5 + PS4: 5 + PSP2: 2 + Stadia: 5 + Standalone: 5 + WebGL: 3 + Windows Store Apps: 5 + XboxOne: 5 + iPhone: 2 + tvOS: 2 diff --git a/ItemBundleBuilder/ProjectSettings/TagManager.asset b/ItemBundleBuilder/ProjectSettings/TagManager.asset new file mode 100644 index 0000000..1c92a78 --- /dev/null +++ b/ItemBundleBuilder/ProjectSettings/TagManager.asset @@ -0,0 +1,43 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!78 &1 +TagManager: + serializedVersion: 2 + tags: [] + layers: + - Default + - TransparentFX + - Ignore Raycast + - + - Water + - UI + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + m_SortingLayers: + - name: Default + uniqueID: 0 + locked: 0 diff --git a/ItemBundleBuilder/ProjectSettings/TimeManager.asset b/ItemBundleBuilder/ProjectSettings/TimeManager.asset new file mode 100644 index 0000000..558a017 --- /dev/null +++ b/ItemBundleBuilder/ProjectSettings/TimeManager.asset @@ -0,0 +1,9 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!5 &1 +TimeManager: + m_ObjectHideFlags: 0 + Fixed Timestep: 0.02 + Maximum Allowed Timestep: 0.33333334 + m_TimeScale: 1 + Maximum Particle Timestep: 0.03 diff --git a/ItemBundleBuilder/ProjectSettings/UnityConnectSettings.asset b/ItemBundleBuilder/ProjectSettings/UnityConnectSettings.asset new file mode 100644 index 0000000..fa0b146 --- /dev/null +++ b/ItemBundleBuilder/ProjectSettings/UnityConnectSettings.asset @@ -0,0 +1,34 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!310 &1 +UnityConnectSettings: + m_ObjectHideFlags: 0 + serializedVersion: 1 + m_Enabled: 0 + m_TestMode: 0 + m_EventOldUrl: https://api.uca.cloud.unity3d.com/v1/events + m_EventUrl: https://cdp.cloud.unity3d.com/v1/events + m_ConfigUrl: https://config.uca.cloud.unity3d.com + m_TestInitMode: 0 + CrashReportingSettings: + m_EventUrl: https://perf-events.cloud.unity3d.com + m_Enabled: 0 + m_LogBufferSize: 10 + m_CaptureEditorExceptions: 1 + UnityPurchasingSettings: + m_Enabled: 0 + m_TestMode: 0 + UnityAnalyticsSettings: + m_Enabled: 0 + m_TestMode: 0 + m_InitializeOnStartup: 1 + UnityAdsSettings: + m_Enabled: 0 + m_InitializeOnStartup: 1 + m_TestMode: 0 + m_IosGameId: + m_AndroidGameId: + m_GameIds: {} + m_GameId: + PerformanceReportingSettings: + m_Enabled: 0 diff --git a/ItemBundleBuilder/ProjectSettings/VFXManager.asset b/ItemBundleBuilder/ProjectSettings/VFXManager.asset new file mode 100644 index 0000000..3a95c98 --- /dev/null +++ b/ItemBundleBuilder/ProjectSettings/VFXManager.asset @@ -0,0 +1,12 @@ +%YAML 1.1 +%TAG !u! tag:unity3d.com,2011: +--- !u!937362698 &1 +VFXManager: + m_ObjectHideFlags: 0 + m_IndirectShader: {fileID: 0} + m_CopyBufferShader: {fileID: 0} + m_SortShader: {fileID: 0} + m_StripUpdateShader: {fileID: 0} + m_RenderPipeSettingsPath: + m_FixedTimeStep: 0.016666668 + m_MaxDeltaTime: 0.05 diff --git a/ItemBundleBuilder/ProjectSettings/XRSettings.asset b/ItemBundleBuilder/ProjectSettings/XRSettings.asset new file mode 100644 index 0000000..482590c --- /dev/null +++ b/ItemBundleBuilder/ProjectSettings/XRSettings.asset @@ -0,0 +1,10 @@ +{ + "m_SettingKeys": [ + "VR Device Disabled", + "VR Device User Alert" + ], + "m_SettingValues": [ + "False", + "False" + ] +} \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..ff6f140 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 Tostiman + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..85532a6 --- /dev/null +++ b/README.MD @@ -0,0 +1,21 @@ +# Crewmate items + +This mod adds the crewmates from Among Us to Derail Valley as an item. + +![screenshot.png](screenshot.png) + +## How to install + +1. install Unity Mod Manager(UMM) +2. install [Custom Item Mod](https://github.com/t0stiman/dv_custom_item_mod) +3. download this mods zip from the Releases tab and throw it into UMM + +After installing, you can buy the item in the shops. + +## How to create your own custom item + +Instructions [here](https://git.tostiman.com/tostiman/dv_blahaj). + +## Credits + +"Crewmate [Among Us]" (https://skfb.ly/o7tCN) by ThatAverageJoe is licensed under Creative Commons Attribution (http://creativecommons.org/licenses/by/4.0/). \ No newline at end of file diff --git a/info.json b/info.json new file mode 100644 index 0000000..ebc32a5 --- /dev/null +++ b/info.json @@ -0,0 +1,9 @@ +{ + "Id": "crewmate", + "Version": "0.0.1", + "DisplayName": "Crewmate items", + "Author": "Tostiman", + "HomePage": "https://git.tostiman.com/tostiman/dv_crewmate", + "Repository": "https://git.tostiman.com/tostiman/dv_crewmate/raw/branch/master/repository.json", + "Requirements": ["custom_item_mod-0.0.1"] +} diff --git a/items/CrewmateBlack/item_info.json b/items/CrewmateBlack/item_info.json new file mode 100644 index 0000000..9931e3e --- /dev/null +++ b/items/CrewmateBlack/item_info.json @@ -0,0 +1,10 @@ +{ + "Name": "Black Crewmate", + "Description": "Amogus", + "Amount": 99, + "Price": 100, + "AssetBundleName": "../crewmatebundle", + "PrefabPath": "Assets/Prefabs/black Variant.prefab", + "IconStandardPath": "Assets/icons/black.png", + "IconDroppedPath": "Assets/icons/dropped.png" +} \ No newline at end of file diff --git a/items/CrewmateBlue/item_info.json b/items/CrewmateBlue/item_info.json new file mode 100644 index 0000000..c63a544 --- /dev/null +++ b/items/CrewmateBlue/item_info.json @@ -0,0 +1,10 @@ +{ + "Name": "Blue Crewmate", + "Description": "Amogus", + "Amount": 99, + "Price": 100, + "AssetBundleName": "../crewmatebundle", + "PrefabPath": "Assets/Prefabs/blue Variant.prefab", + "IconStandardPath": "Assets/icons/blue.png", + "IconDroppedPath": "Assets/icons/dropped.png" +} \ No newline at end of file diff --git a/items/CrewmateBrown/item_info.json b/items/CrewmateBrown/item_info.json new file mode 100644 index 0000000..369bce7 --- /dev/null +++ b/items/CrewmateBrown/item_info.json @@ -0,0 +1,10 @@ +{ + "Name": "Brown Crewmate", + "Description": "Amogus", + "Amount": 99, + "Price": 100, + "AssetBundleName": "../crewmatebundle", + "PrefabPath": "Assets/Prefabs/brown Variant.prefab", + "IconStandardPath": "Assets/icons/brown.png", + "IconDroppedPath": "Assets/icons/dropped.png" +} \ No newline at end of file diff --git a/items/CrewmateCyan/item_info.json b/items/CrewmateCyan/item_info.json new file mode 100644 index 0000000..b95c2ef --- /dev/null +++ b/items/CrewmateCyan/item_info.json @@ -0,0 +1,10 @@ +{ + "Name": "Cyan Crewmate", + "Description": "Amogus", + "Amount": 99, + "Price": 100, + "AssetBundleName": "../crewmatebundle", + "PrefabPath": "Assets/Prefabs/cyan Variant.prefab", + "IconStandardPath": "Assets/icons/cyan.png", + "IconDroppedPath": "Assets/icons/dropped.png" +} \ No newline at end of file diff --git a/items/CrewmateGreen/item_info.json b/items/CrewmateGreen/item_info.json new file mode 100644 index 0000000..ee05b4a --- /dev/null +++ b/items/CrewmateGreen/item_info.json @@ -0,0 +1,10 @@ +{ + "Name": "Green Crewmate", + "Description": "Amogus", + "Amount": 99, + "Price": 100, + "AssetBundleName": "../crewmatebundle", + "PrefabPath": "Assets/Prefabs/green Variant.prefab", + "IconStandardPath": "Assets/icons/green.png", + "IconDroppedPath": "Assets/icons/dropped.png" +} \ No newline at end of file diff --git a/items/CrewmateLime/item_info.json b/items/CrewmateLime/item_info.json new file mode 100644 index 0000000..e481d97 --- /dev/null +++ b/items/CrewmateLime/item_info.json @@ -0,0 +1,10 @@ +{ + "Name": "Lime Crewmate", + "Description": "Amogus", + "Amount": 99, + "Price": 100, + "AssetBundleName": "../crewmatebundle", + "PrefabPath": "Assets/Prefabs/lime Variant.prefab", + "IconStandardPath": "Assets/icons/lime.png", + "IconDroppedPath": "Assets/icons/dropped.png" +} \ No newline at end of file diff --git a/items/CrewmateOrange/item_info.json b/items/CrewmateOrange/item_info.json new file mode 100644 index 0000000..7456a91 --- /dev/null +++ b/items/CrewmateOrange/item_info.json @@ -0,0 +1,10 @@ +{ + "Name": "Orange Crewmate", + "Description": "Amogus", + "Amount": 99, + "Price": 100, + "AssetBundleName": "../crewmatebundle", + "PrefabPath": "Assets/Prefabs/orange Variant.prefab", + "IconStandardPath": "Assets/icons/orange.png", + "IconDroppedPath": "Assets/icons/dropped.png" +} \ No newline at end of file diff --git a/items/CrewmatePink/item_info.json b/items/CrewmatePink/item_info.json new file mode 100644 index 0000000..73de982 --- /dev/null +++ b/items/CrewmatePink/item_info.json @@ -0,0 +1,10 @@ +{ + "Name": "Pink Crewmate", + "Description": "Amogus", + "Amount": 99, + "Price": 100, + "AssetBundleName": "../crewmatebundle", + "PrefabPath": "Assets/Prefabs/pink Variant.prefab", + "IconStandardPath": "Assets/icons/pink.png", + "IconDroppedPath": "Assets/icons/dropped.png" +} \ No newline at end of file diff --git a/items/CrewmatePurple/item_info.json b/items/CrewmatePurple/item_info.json new file mode 100644 index 0000000..e39d2ed --- /dev/null +++ b/items/CrewmatePurple/item_info.json @@ -0,0 +1,10 @@ +{ + "Name": "Purple Crewmate", + "Description": "Amogus", + "Amount": 99, + "Price": 100, + "AssetBundleName": "../crewmatebundle", + "PrefabPath": "Assets/Prefabs/purple Variant.prefab", + "IconStandardPath": "Assets/icons/purple.png", + "IconDroppedPath": "Assets/icons/dropped.png" +} \ No newline at end of file diff --git a/items/CrewmateRed/item_info.json b/items/CrewmateRed/item_info.json new file mode 100644 index 0000000..209a89f --- /dev/null +++ b/items/CrewmateRed/item_info.json @@ -0,0 +1,10 @@ +{ + "Name": "Red Crewmate", + "Description": "Amogus", + "Amount": 99, + "Price": 100, + "AssetBundleName": "../crewmatebundle", + "PrefabPath": "Assets/Prefabs/red.prefab", + "IconStandardPath": "Assets/icons/red.png", + "IconDroppedPath": "Assets/icons/dropped.png" +} \ No newline at end of file diff --git a/items/CrewmateWhite/item_info.json b/items/CrewmateWhite/item_info.json new file mode 100644 index 0000000..84f97df --- /dev/null +++ b/items/CrewmateWhite/item_info.json @@ -0,0 +1,10 @@ +{ + "Name": "White Crewmate", + "Description": "Amogus", + "Amount": 99, + "Price": 100, + "AssetBundleName": "../crewmatebundle", + "PrefabPath": "Assets/Prefabs/white Variant.prefab", + "IconStandardPath": "Assets/icons/white.png", + "IconDroppedPath": "Assets/icons/dropped.png" +} \ No newline at end of file diff --git a/items/CrewmateYellow/item_info.json b/items/CrewmateYellow/item_info.json new file mode 100644 index 0000000..06917f6 --- /dev/null +++ b/items/CrewmateYellow/item_info.json @@ -0,0 +1,10 @@ +{ + "Name": "Yellow Crewmate", + "Description": "Amogus", + "Amount": 99, + "Price": 100, + "AssetBundleName": "../crewmatebundle", + "PrefabPath": "Assets/Prefabs/yellow Variant.prefab", + "IconStandardPath": "Assets/icons/yellow.png", + "IconDroppedPath": "Assets/icons/dropped.png" +} \ No newline at end of file diff --git a/package.ps1 b/package.ps1 new file mode 100644 index 0000000..a5f4bce --- /dev/null +++ b/package.ps1 @@ -0,0 +1,13 @@ +$DVInstallDir = "D:\Programs\Derail Valley" + +Set-Location "$PSScriptRoot" +$FilesToInclude = "info.json","LICENSE","README.md","items/*" + +$modInfo = Get-Content -Raw -Path "info.json" | ConvertFrom-Json +$modId = $modInfo.Id +$modVersion = $modInfo.Version + +$OutputDirectory = "$DVInstallDir/Mods/$modId" + +New-Item "$OutputDirectory" -ItemType Directory -Force +Copy-Item -Force -Recurse -Path $FilesToInclude -Destination "$OutputDirectory" \ No newline at end of file diff --git a/repository.json b/repository.json new file mode 100644 index 0000000..d2d2d2a --- /dev/null +++ b/repository.json @@ -0,0 +1,9 @@ +{ + "Releases": [ + { + "Id": "blahaj", + "Version": "0.0.1", + "DownloadUrl": "https://git.tostiman.com/tostiman/dv_crewmate/releases/download/0.0.1/Crewmate.zip" + } + ] +} diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..51e7fbb --- /dev/null +++ b/screenshot.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eea48093f7eeab82500000da3874c7efe175e3b9c59d8c10a07046a3d51ff06d +size 186219